Guide
Overview
What this is
Bulk historical US stock data as compressed CSV files (day and minute aggregates). The API returns a short-lived presigned download URL — you download the file directly from storage, not through a long JSON body.
URLs to know
- Portal (website)
https://financialdata.online— sign up, pricing, and account area.- REST API (Flat Files)
https://api.financialdata.online/api/v1/stocks/s3/— day and minute aggregate paths underaggs/day/andaggs/minute/.
Example: https://api.financialdata.online/api/v1/stocks/s3/aggs/day/2025/10/10/
Suggested flow
- Auth Read — same
X-Request-Tokenas REST. - Endpoint Pick day or minute aggregates in the sidebar and note the path parameters (
year,month,day). - Request
GETthe endpoint; the JSON response includesdownload_url,file_path, andexpires_in. - Download Fetch the file from
download_urlbefore it expires (typically about one hour).
Files are
.csv.gz (gzip). See each operation for the exact path layout and fields.