Get real-time exchange-traded fund (ETF) quotes, including the last price, change, and percentage change. The data covers several thousand major ETFs. 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/etf-quotes?identifiers=SPY,QQQ| Name | Type | Description | Example |
|---|---|---|---|
| identifiers | string | The trading symbols for the ETFs. | SPY,QQQ |
| 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": "SPY",
"description": "SPDR S&P 500 ETF Trust",
"time": "2025-09-02 15:59:30",
"price": 642.41,
"change": 2.14,
"percentage_change": 0.33
},
{
"trading_symbol": "QQQ",
"description": "Invesco QQQ Trust Series I",
"time": "2025-09-02 15:59:21",
"price": 568.12,
"change": 2.5,
"percentage_change": 0.44
}
]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.