Over-the-counter (OTC) stocks typically represent ownership of equity in smaller companies that do not meet the criteria for regular listings. Some stocks may not be liquid at all. The API endpoint provides information about the monthly share volume traded for a certain security.
https://financialdata.net/api/v1/otc-volume?identifier=AABB| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The trading symbol for a security. | AABB |
| 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",
"title_of_security": "Asia Broadband Inc Common Stock",
"month_start_date": "2024-10-01",
"monthly_volume": 140366022,
"previous_monthly_volume": 263720143,
"volume_year_to_date": 2237440816
},
{
"trading_symbol": "AABB",
"title_of_security": "Asia Broadband Inc Common Stock",
"month_start_date": "2024-09-01",
"monthly_volume": 263720143,
"previous_monthly_volume": 692420804,
"volume_year_to_date": 2097074794
},
...
]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.