Get item price history
get_price_historyRetrieve historical price data for a marketplace source over a specified number of days to analyze market trends.
Instructions
Get historical price data for a given marketplace source over a number of days (Pricempire v3 getPriceHistories). Useful for "show me price history for X" style questions about market trends.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days of history to return. Defaults to 30. | |
| appId | No | Steam app ID. Defaults to 730 (CS2). | |
| source | No | Marketplace source key, e.g. "buff163", "steam", "csfloat". Defaults to "buff163". | |
| currency | No | Currency code (e.g. "USD", "EUR"). Defaults to the server-configured DEFAULT_CURRENCY. |