Skip to documentation content
HintadataDocs

Price history

Read aggregate and store-specific price development.

In this guide
  1. 1Choose a supported period
  2. 2Separate market and store history
  3. 3Do not invent values for missing observations
In this guide
  1. 1Choose a supported period
  2. 2Separate market and store history
  3. 3Do not invent values for missing observations

Choose a supported period

bash
curl --fail-with-body "https://api.pricecompare.nordicdevhouse.com/v1/products/sony_wh1000xm5_black/history?range=90d" \
  -H "Authorization: Bearer $HINTADATA_API_KEY"

Supported ranges are 7d, 30d, 90d, and 1y. Use the shortest period that answers the question so recent campaign changes remain visible.

Separate market and store history

Without store, the response describes aggregate price intelligence. Add store when you need one seller’s observed history and keep that narrower context visible in charts and reports.

Do not invent values for missing observations

A gap means no usable observation was available for that point. Keep gaps visible or explain interpolation explicitly instead of implying uninterrupted source coverage.

Was this page helpful?
Price history – Docs | Hintadata