EVE MarketData Home

API Methods - Item Price History

This is the exact same data that you see in the Market History tab in the game

Parameters:

char_name required Your character name, so that I can contact you in case something goes wrong
type_ids Which type_id's to check
region_ids Which region_id's to check
days How many days back to show data for (< 30 days is MUCH faster) defaults to 30 days
callback The JSONP callback function (optional, only needed for JSONP)
At least one type_ids and region_ids is required.
a max of 10,000 rows will be returned

Return Values

(for .txt requests, this is the column order)
typeID eve_inv_types.type_id
regionID eve_map_regions.region_id
date date this is for, yyyy-mm-dd
lowPrice low price (from eve)
highPrice high price (from eve)
avgPpriceaverage price (from eve)
volume # of units sold
orders # of orders

Example URLs

Click through to each URL to see the return values.

* tip: If days is less than 30 you will get *much* faster responses.