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.
https://financialdata.net/api/v1/otc-prices?identifier=AABB| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The trading symbol for a security. | AABB |
| offset | integer | (Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0. | 300 |
| format | string | (Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON. | json, csv |
[
{
"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
},
...
]Get your API key instantly and start pulling data into your application.
Get Your API KeyOur robust architecture guarantees 99.9% uptime for uninterrupted API access.
Native Python SDK and REST support make data integration seamless.
The official MCP server delivers financial data directly to your AI agents.