These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

[Help] Looking for OHLC data in csv from market

Author
Dukes Nukem
Ministry of War
Amarr Empire
#1 - 2016-03-25 01:51:31 UTC
Yo,
I'm stuck in this since couple of days....
I've tried EvEMarketHistoryDump but it won't work with me and look overdated. I need these to import EvE market data in a trading platform.
Anyone have idea ?
Thx
William Kugisa
Perkone
Caldari State
#2 - 2016-03-25 16:00:11 UTC
CCP provide some data themselves via the public-crest API (basically the data behind the tables and charts in the in-game market browser). For history you can get it for a single region and type at a time, you would then need to convert it to CSV.

https://public-crest.eveonline.com/market/REGION_ID/types/TYPE_ID/history/
e.g.: https://public-crest.eveonline.com/market/10000002/types/34/history/

You can also get the all the current market orders, but to get history you would need to keep a log yourself going forward.

https://public-crest.eveonline.com/market/REGION_ID/orders/buy|sell/?type=https://public-crest.eveonline.com/types/TYPE_ID/
e.g. https://public-crest.eveonline.com/market/10000002/orders/sell/?type=https://public-crest.eveonline.com/types/34/

EVE-Central have dumps of every order they have seen ( https://eve-central.com/home/develop.html "CSV Dumps"), so somewhat like the live order-list CCP API, but going back a long time.
Dukes Nukem
Ministry of War
Amarr Empire
#3 - 2016-03-29 17:30:57 UTC
wow thx, i'm on it.