Daily-snapshot price history for any Steam item — ideal for charts, portfolio trackers and trend analysis.
All endpoints return JSON, accept the same auth header, and degrade with a normalised error envelope.
/steam/api/history
/steam/api/items/history
Same auth header as every other endpoint we ship. Get an API key from the dashboard and you're querying inside two minutes.
The Sales History API exposes the per-day price history Steam tracks for every market item. Use it to drive a candle chart on a portfolio dashboard, detect price trends, or backfill a quant model that needs historical Steam reference data.
Filter by date range. Optionally combine with /steam/api/items/history for a POST endpoint that handles bulk lookups.
Daily snapshots. One row per day with the price observed at the snapshot time.
We keep at least 90 days of daily snapshots for every active item, often much more for popular items.
Yes — POST to /steam/api/items/history with a list of market_hash_names for batch retrieval.
One key, every Steam endpoint.