You're not logged in. Log in or sign up to use the favourites bar.
Log in Sign up

Order CSV Dumps

All orders on EM2 can be retrieved through an extensive set of CSV dumps generated daily at 00:30.

Retrieval

Dumps are stored at the following paths, relative to http://export.eve-metrics.com/

  • /orders/full - Complete dump
  • /orders/incremental - Changed orders since last day
  • /orders/types/:type_id/full - Per-item complete dumps. Incremental item dumps are not currently provided as in most cases, full dumps are not large.

The filename of the dumps is always YYYY-MM-DD.csv.bz2. For example, today would be 2010-07-31.csv.bz2

A magic filename at any directory root is 'latest.csv.bz2' which is a symlink to the most recent file.

Formatting

All dumps are bz2 compressed CSV files with the following columns:

  1. id - EVE Metrics internal ID field
  2. type_id
  3. price
  4. sell - True if this order is a sell order
  5. range
  6. initial_volume
  7. available_volume
  8. sale_volume
  9. station_id
  10. system_id
  11. region_id
  12. issued_at - Last modification time for this order
  13. expires_at - Time this order will expire if not bought out
  14. expired - True if this order has expired
  15. created_at - Time this order was first seen
  16. updated_at - Last time this order was updated
  17. trusted - True if this was from a cache source rather than a logfile source
  18. eve_id - EVE's own pseudounique ID (recycled)

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.

Tranquility: Online, 39728 players, 6.3.167296Singularity: Online, 70 players, 6.31.171215API: OnlineAPI DB: Online