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) |
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) |
| avgPprice | average price (from eve) |
| volume | # of units sold |
| orders | # of orders |
Example URLs
Click through to each URL to see the return values.
- http://api.eve-marketdata.com/api/item_history2.txt?char_name=demo®ion_ids=10000002&type_ids=34,456 - TXT format
- http://api.eve-marketdata.com/api/item_history2.xml?char_name=demo®ion_ids=10000002&type_ids=34,456 - XML format
- http://api.eve-marketdata.com/api/item_history2.json?char_name=demo®ion_ids=10000002&type_ids=34,456 - JSON format
* tip: If days is less than 30 you will get *much* faster responses.