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

Snapshot CSVs

The snapshot CSVs are designed for programs that make use of the item XML API for large numbers of items (killboards, asset managers, etc). This allows these applications to make one request and get a complete snapshot of the market in terms of buy/sell metrics. The data in these dumps is actually generated by using the item XML API, and is thus exactly the same data.

Retrieval

Dumps are stored at http://export.eve-metrics.com/snapshot/

Two versions of the dump are available- full and basic. Basic contains buy/sell minimum, maximum, average and median. Full contains all fields from the XML API. Most apps will just need basic.

The full filename is always YYYY-MM-DD.csv[.bz2]. For example, today's snapshot would be located at 2010-07-31.csv.bz2 (the .bz2 part may be dropped for an uncompressed dump for apps that cannot handle decompression).

The basic filename is always YYYY-MM-DD-basic.csv[.bz2], so today's dump would be at 2010-07-31-basic.csv.bz2

A magic filename is 'latest[-basic].csv[.bz2]' which is a symlink to the most recent file.

Examples

Formatting

All full dumps are CSV files with the following columns:

  1. type_id
  2. buy_min
  3. buy_max
  4. buy_med
  5. buy_avg
  6. buy_kurtosis
  7. buy_skew
  8. buy_variance
  9. buy_sd
  10. sell_min
  11. sell_max
  12. sell_med
  13. sell_avg
  14. sell_kurtosis
  15. sell_skew
  16. sell_variance
  17. sell_sd

Basic dumps contain the following columns:

  1. type_id
  2. buy_min
  3. buy_max
  4. buy_med
  5. buy_avg
  6. sell_min
  7. sell_max
  8. sell_med
  9. sell_avg

Line endings are \n, seperator is a comma.

Tranquility: Online, 39384 players, 6.3.167296Singularity: Online, 65 players, 6.31.171215API: OnlineAPI DB: Online