Otc Prices API

The over-the-counter (OTC) market is a market in which securities are traded through a network of brokers and dealers rather than on a centralized exchange. OTC stocks often represent ownership of equity in smaller companies that do not meet the requirements for regular listings. The API endpoint provides over ten years of daily historical prices and volumes for more than 10,000 OTC securities. There is a limit of 300 records per API call.

API Endpoint

https://financialdata.net/api/v1/otc-prices?identifier=AABB

Query Parameters

NameTypeDescriptionExample
identifierstringThe trading symbol for a security.AABB
offsetinteger(Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0.300
formatstring(Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON.json, csv

Sample Response

[
  {
    "trading_symbol": "AABB",
    "date": "2024-12-04",
    "open": 0.0271,
    "high": 0.0271,
    "low": 0.024,
    "close": 0.0248,
    "volume": 6592169.0
  },
  {
    "trading_symbol": "AABB",
    "date": "2024-12-03",
    "open": 0.0235,
    "high": 0.029,
    "low": 0.0235,
    "close": 0.0265,
    "volume": 6828867.0
  },
  ...
]
Ready to get started?

Get your API key instantly and start pulling data into your application.

Get Your API Key
Maximum Uptime

Our robust architecture guarantees 99.9% uptime for uninterrupted API access.

Easy Integration

Native Python SDK and REST support make data integration seamless.

MCP Server

The official MCP server delivers financial data directly to your AI agents.