API 2.0
Endpoints
/commodities_ranking
Retrieves the UEX Commodities Average Index™ Ranking
Method | GET |
---|---|
URL | https://uexcorp.space/api/2.0/commodities_ranking |
Authorization | — |
Cache TTL | +30 minutes |
Input | - |
Output |
id int(11) code string(5) slug string(255) name string(255) is_temporary int(1) price_buy_avg_month float(11) // per SCU price_sell_avg_month float(11) // per SCU scu_buy_avg_month float(11) scu_sell_avg_month float(11) status_buy_avg_month int(11) // inventory level, see details down below status_sell_avg_month int(11) // inventory level, see details down below volatility_buy int(11) // price coefficient of variation. higher is worse volatility_sell int(11) // price coefficient of variation. higher is worse cax_score int(11) // commodity score, higher is better investment float(11) investment_per_scu float(11) profitability float(11) profitability_relative_percentage float(11) profitability_per_scu float(11) availability_buy int(11) // number of locations buying availability_sell int(11) // number of locations selling price_buy_minimum float(11) // lowest purchase price found price_sell_maximum float(11) // highest sell price found terminal_id_price_buy_minimum int(11) // terminal ID with the lowest purchase price found terminal_slug_price_buy_minimum int(11) // terminal slug with the lowest purchase price found terminal_id_price_sell_maximum int(11) // terminal ID with the highest sell price found terminal_slug_price_sell_maximum int(11) // terminal slug with the highest sell price found |
Response status |
• ok |
Update rate | Daily |
Documentation update: | 7 months ago |