Index Symbols API

A market index measures the value of a portfolio of holdings with certain market characteristics. The API endpoint allows you to get a list of the trading symbols and names of the major market indexes.

API Endpoint

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

Query Parameters

NameTypeDescriptionExample
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": "000001.SS",
    "index_name": "SSE Composite Index"
  },
  {
    "trading_symbol": "DE000SLA30S3.SG",
    "index_name": "Solactive Equal Weight Canada Oil & Gas Index"
  },
  {
    "trading_symbol": "DX-Y.NYB",
    "index_name": "US Dollar Index"
  },
  ...
]
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.