Index constituents are the individual components that comprise a market index. These can be stocks, bonds, or other financial instruments. The API endpoint returns a list of constituents for a specific index. There is a limit of 300 records per API call.
https://financialdata.net/api/v1/index-constituents?identifier=^GSPC| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The trading symbol for an index. | ^GSPC |
| offset | integer | (Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0. | 300 |
| 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": "^GSPC",
"index_name": "S&P 500",
"constituent_symbol": "COIN",
"constituent_name": "Coinbase",
"sector": "Financials",
"industry": "Financial Exchanges & Data",
"date_added": "2025-05-19"
},
{
"trading_symbol": "^GSPC",
"index_name": "S&P 500",
"constituent_symbol": "DASH",
"constituent_name": "DoorDash",
"sector": "Consumer Discretionary",
"industry": "Specialized Consumer Services",
"date_added": "2025-03-24"
},
...
]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.