Otc Volume API

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.

API Endpoint

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

Query Parameters

NameTypeDescriptionExample
identifierstringThe trading symbol for a security.AABB
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",
    "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
  },
  ...
]
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.