Get price history
get_price_historyGet historical prices, aggregates (low/high/average), trend, and data points for a product. On failure, returns a structured error object with fields error.code, error.message, error.http_status, error.retry_recommended, and error.retry_after_seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | Public product ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trend | No | ||
| preview | No | ||
| currency | Yes | ||
| product_id | Yes | ||
| data_points | Yes | ||
| average_price | No | ||
| current_price | No | ||
| historical_low | No | ||
| historical_high | No |