EVE MarketData Home

API Methods - Station Rank Information

Returns the daily station rank in region and the buy/sell order stats for a station.

Remember that regions with out-of-date or incomplete data (check the Reports page) may have wonky prices!

Parameters:

char_name required Your character name, so that I can contact you in case something goes wrong
station_ids Which station_id's you want
solarsystem_idsWhich solarsystem_id's you want
region_ids Which region_id's you want
days How many days back to show data for defaults to 30 days
jsonp The JSONP callback function (optional, only needed for JSONP)

Return Values

(for .txt requests, this is the column order)
stationID The station the data is for
date The date the data applies to (calculated at downtime)
rankOrders The rank within the region by number of orders
rankPrice The rank within the region by total price of items being sold - sum(price*qty_avail))
countSell The number of sell orders
countBuy The number of buy orders
priceTotalSellThe total value of all sell orders - sum(price*qty_avail)
priceTotalBuy The total value of all buy orders - sum(price*qty_avail)
priceAvgSell The average price of a sell order - avg(price)
priceAvgBuy The average price of a sell order - avg(price)

Example URLs

Click through to each URL to see the return values.