{{ pageTitle }}
{{ item.item_name || 'Market History' }} {{ sourceLabel(payload.source) }}

Loading market history.

{{ loadError }}
Latest Sale {{ formatGp(stats.latest_price) }}
24h Volume {{ formatAmount(stats.volume_24h) }}
24h Wealth {{ formatGp(stats.wealth_24h) }}
Active Listings {{ formatAmount(stats.active_listings) }}
Lowest Listing {{ formatGp(stats.lowest_listing) }}
{{ emptyStateTitle }} {{ emptyStateBody }}
Price History
{{ sourceLabel(payload.source) }} - {{ formatAmount(stats.total_trades) }} trades in range
Date Average Low High Volume Trades Wealth
{{ point.date }} {{ formatGp(point.avg_price) }} {{ formatGp(point.low_price) }} {{ formatGp(point.high_price) }} {{ formatAmount(point.volume) }} {{ formatAmount(point.trade_count) }} {{ formatGp(point.wealth) }}
Recent Sales
{{ formatAmount(payload.recent_trades.length) }}
{{ formatAmount(trade.quantity) }} x {{ trade.item_name }} {{ sourceLabel(trade.source) }}
{{ formatGp(trade.price_each) }} {{ formatGp(trade.total_price) }} total - {{ timeAgo(trade.sold_at) }}
No recent sales in this range.
Trading Post Active Listings
{{ formatAmount(payload.active_listings.length) }} Open Live Search
{{ formatAmount(listing.quantity_remaining) }} x {{ listing.item_name }} Seller: {{ listing.seller_name }} Shop
{{ formatGp(listing.price_each) }} {{ formatGp(listing.total_price) }} total - {{ timeAgo(listing.created_at) }}
No active listings for this item.