Get one-minute stock prices and trading volumes for the current week. Data is available for more than 10,000 securities, including US stocks, international stocks, and exchange-traded funds (ETFs). The timezone used for time values is UTC (Coordinated Universal Time). There is a limit of 300 records per API call.
https://financialdata.net/api/v1/latest-prices?identifier=MSFT| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The trading symbol for a security. | MSFT |
| 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": "MSFT",
"time": "2025-11-04 20:59:00",
"open": 514.74,
"high": 514.89,
"low": 514.38,
"close": 514.71,
"volume": 19328.0
},
{
"trading_symbol": "MSFT",
"time": "2025-11-04 20:58:00",
"open": 514.36,
"high": 514.74,
"low": 514.33,
"close": 514.74,
"volume": 9980.0
},
...
]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.