Historic Price Data CSV Dumps
All historic price information on EM2 can be retrieved through an extensive set of CSV dumps generated daily at 00:30.
Retrieval
Dumps are stored at the following path: http://export.eve-metrics.com/historic/
The filename of the dumps is always REGION_ID.csv.bz2. For example, the file for The Forge would be 10000002.csv.bz2
Formatting
All dumps are bz2 compressed CSV files with the following columns:
- type_id
- orders
- movement
- max
- avg
- min
- date
Line endings are \n, seperator is a comma.
Compression
To save bandwidth for consumers and EM, dumps are compressed with bzip2.
These files can be decompressed easily on Unix-style systems with 'bunzip2 filename.bz2'. Windows users can investigate Cygwin, 7-zip or WinRAR.