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

  1. Log in
  2. From the navigation bar, select Download > Data you want
  3. 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:

  • 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.

Was this page helpful?