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.
https://financialdata.net/api/v1/index-symbols| Name | Type | Description | Example |
|---|---|---|---|
| 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": "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"
},
...
]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.