File download
In addition to historical data, you can download same-day delivered data as CSV files. This is useful if you prefer not to call the API directly—especially for beginners. Available for users on the Light plan or higher.
How to use
- Log in
- From the navigation bar, select Download > Data you want
- Select the files for the period you want and download them
How to decompress
Downloaded files are in gzip format. If you use a programming language such as Python, you can process them as-is. If you want to decompress them, try the following:
- Some datasets (e.g., tick data) can be several GB after decompression.
- After files are downloaded, any editing or processing of the data will be the user’s responsibility, as we do not provide support for these activities.
- macOS / Linux: you can decompress with the following command.
gunzip <filename>.gz
- Windows: decompress using an app such as 7-Zip.
Limitations
- Adjusted prices for stock splits/reverse splits are not provided in CSV files. If you need them, please refer to How to calculate adjusted prices and calculate them yourself.