Finance
OTC Markets logo

OTC Markets API

otcmarkets.com

OTC Markets - stock quotes, company profiles, news, research reports, and screeners.

Actions
16
Category
Finance
Login
Not required
Output
JSON

Call the OTC Markets API

Submit a task, then poll the job until it settles. This example runs act_otcmarkets_company_media_list.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_otcmarkets_company_media_list",
    "params": {
      "company_id": "8189"
    }
  }'

16 actions on otcmarkets.com

Read

  • Company Media Listing

    act_otcmarkets_company_media_listread2 credits / call

    Returns paginated company media and video listings with titles, types, and publication metadata.

    company_id
    string · required
    page
    string
    page_size
    string
  • Company News Feed

    act_otcmarkets_company_news_feedread2 credits / call

    Returns paginated press releases and news items with titles, release dates, and source links.

    company_id
    string · required
    page
    string
    page_size
    string
  • Company Profile Badges

    act_otcmarkets_company_profile_badgesread1 credit / call

    Returns compliance and risk flags for a ticker, including shell-risk and verification status.

    symbol
    string · required
  • Company Profile Details

    act_otcmarkets_company_profile_detailread1 credit / call

    Returns full company profile fields for a ticker, including name, address, website, and tier.

    symbol
    string · required
  • Homepage Most Active

    act_otcmarkets_homepage_most_activeread1 credit / call

    Returns homepage most-active securities with price, tier, and volume summary fields.

  • Latest Research Reports

    act_otcmarkets_latest_research_reportsread1 credit / call

    Returns recent equity research report listings with titles, symbols, and publication metadata.

  • Market Advancers

    act_otcmarkets_current_market_advancersread2 credits / call

    Returns a paginated list of top advancing securities with prices, tier groups, and percent change.

    tier_group
    string
    page
    string
    page_size
    string
  • Market Decliners

    act_otcmarkets_current_market_declinersread2 credits / call

    Returns a paginated list of top declining securities with prices, tiers, and daily change.

    page
    string
    page_size
    string
  • Market Index Snapshot

    act_otcmarkets_market_index_snapshotread1 credit / call

    Returns index level snapshots with daily change values and index composition metadata.

  • Most Active Securities

    act_otcmarkets_current_market_most_activeread2 credits / call

    Returns a paginated most-active securities listing with price, volume, and tier data.

    page
    string
    page_size
    string
  • Press Release Feed

    act_otcmarkets_press_release_feedread2 credits / call

    Returns latest press releases across tier groups with titles, dates, and company references.

    page
    string
    page_size
    string
    tier_group_ids
    string
  • Stock Price Chart

    act_otcmarkets_stock_price_chartread1 credit / call

    Returns price chart configuration and event markers for a symbol.

    symbol
    string · required
    range
    string
  • Stock Quote Details

    act_otcmarkets_stock_quote_detailread1 credit / call

    Returns live quote data for a symbol including price, tier, volume, and intraday statistics.

    symbol
    string · required
  • Stock Screener Filters

    act_otcmarkets_stock_screener_filtersread1 credit / call

    Returns screener filter facet options such as markets, countries, and industries.

  • Stock Screener Results

    act_otcmarkets_stock_screener_resultsread2 credits / call

    Returns paginated screener result rows with symbol, tier, price, and screening metrics.

    page
    string
    page_size
    string
  • Stock Trade History

    act_otcmarkets_stock_trade_historyread2 credits / call

    Returns paginated intraday trade ticks for a symbol with price, size, and timestamp fields.

    symbol
    string · required
    page
    string
    page_size
    string

OTC Markets API questions

Is there an API for OTC Markets?
OTC Markets does not offer a public data API for this, but Anakin Wire provides 16 maintained endpoints for otcmarkets.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape OTC Markets data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when otcmarkets.com changes its markup, Anakin updates the action.
Do I need a OTC Markets account?
No. Every OTC Markets action listed here runs anonymously — no account and no credentials required.
What does the OTC Markets API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Finance APIs

All Finance sites