{{ pageTitle }}
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) }}
7 Days
{{ formatPercent(stats.change_7d_pct) }}
30 Days
{{ formatPercent(stats.change_30d_pct) }}
90 Days
{{ formatPercent(stats.change_90d_pct) }}
{{ 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) }}
{{ trade.seller_name }}
{{ trade.seller_name || 'Seller' }}
to
{{ trade.buyer_name }}
{{ trade.buyer_name || 'Buyer' }}
{{ tradeDescription(trade) }}
{{ 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 }}
{{ listing.seller_name }}
Shop
{{ formatGp(listing.price_each) }}
{{ formatGp(listing.total_price) }} total - {{ timeAgo(listing.created_at) }}
No active listings for this item.

