Get real-time market index quotes, including the last price, change, and percentage change. The data covers major market indexes. The timezone used for time values is EST (Eastern Standard Time). There is a limit of 300 records per API call.
https://financialdata.net/api/v1/index-quotes?identifiers=^GSPC,^DJI| Name | Type | Description | Example |
|---|---|---|---|
| identifiers | string | The trading symbols for the indexes. | ^GSPC,^DJI |
| 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",
"time": "2025-09-23 15:19:59",
"price": 6656.92,
"change": -36.83,
"percentage_change": -0.55
},
{
"trading_symbol": "^DJI",
"index_name": "Dow Jones Industrial Average",
"time": "2025-09-23 15:19:59",
"price": 46292.78,
"change": -88.76,
"percentage_change": -0.19
}
]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.