Get real-time stock quotes, including the last price, change, and percentage change. The data covers several thousand US and international companies. 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/stock-quotes?identifiers=MSFT,AAPL| Name | Type | Description | Example |
|---|---|---|---|
| identifiers | string | The trading symbols for the securities. | MSFT,AAPL |
| 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": "AAPL",
"registrant_name": "Apple Inc.",
"time": "2025-09-02 15:56:00",
"price": 238.08,
"change": 8.36,
"percentage_change": 3.64
},
{
"trading_symbol": "MSFT",
"registrant_name": "MICROSOFT CORP",
"time": "2025-09-02 15:55:57",
"price": 502.42,
"change": -2.7,
"percentage_change": -0.53
}
]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.