LaurentDumont / eve_skillbook_trading

Small python program to automatically get prices for skillbooks from NPC systems and compare them to the Sell Orders in Jita. It outputs the possible profit from buying in NPC space and reselling to players.
0 stars 1 forks source link

Get volume traded average and per day (last 24h) for each skillbook #2

Open LaurentDumont opened 8 years ago

LaurentDumont commented 8 years ago

https://public-crest.eveonline.com/market/10000002/types/34/history/

{
    "totalCount_str":"416",
    "items":[
        {
            "volume_str":"11470298527",
            "orderCount":2325,
            "lowPrice":6.19,
            "highPrice":6.25,
            "avgPrice":6.23,
            "volume":11470298527,
            "orderCount_str":"2325",
            "date":"2015-01-01T00:00:00"
        },
        {
            "volume_str":"12539570826",
            "orderCount":2678,
            "lowPrice":6.14,
            "highPrice":6.25,
            "avgPrice":6.19,
            "volume":12539570826,
            "orderCount_str":"2678",
            "date":"2015-01-02T00:00:00"
        },
    ],
    "pageCount":1,
    "pageCount_str":"1",
    "totalCount":416

}