After not playing Eve for about 2 years finally decided to give it a try again, which means it was time to update how I get market data.
So I have managed to use ESI for pulling all market data (/markets/{region_id}/orders/) into excel with power query for the main hubs.
Then I went to look for a dump of market history data as I did not need anything current, just needed to see which items have movement, but was not able to find anything recently available.
So now I am trying to pull all market history data (/markets/{region_id}/history/) into excel with power query.
Got the power query to work linked to a table with all the TypeID that only include those that are published / on the market. But I have not managed to pull a whole region, it will pull anywhere from 15k – 22k records and give me an error.
The error messages change all the time, 502 bad gateway, sometimes 500, sometimes it gives me an error it can not find the table which I assume is excel issue. So thought maybe I am looking up too many items (712), and if I change it to fewer it is less likely to give an error but will take a long time or have to setup multiple queries to pull all 712 items for each hub. Thought that maybe I am requesting the data too quickly, so managed to work out how to put in a delay between pulling the data, but that has made no difference.
Anyone else had problems pulling all market history with ESI with power query as I have run out of things to try to get it to work. Strangely I can pull the item data for a region which is 10 000 records per page and 30 pages if The forge with out any issue.
Thanks