Stock Symbols API

Get a list of stock symbols for publicly traded US and international companies. The list contains thousands of trading symbols as well as the names of the companies whose shares they identify. There is a limit of 500 records per API call.

API Endpoint

https://financialdata.net/api/v1/stock-symbols

Query Parameters

NameTypeDescriptionExample
offsetinteger(Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0.500
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": "A",
    "registrant_name": "AGILENT TECHNOLOGIES, INC."
  },
  {
    "trading_symbol": "AA",
    "registrant_name": "Alcoa Corp"
  },
  {
    "trading_symbol": "AACB",
    "registrant_name": "Artius II Acquisition Inc."
  },
  ...
]
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.