Get the price history time series for a trading card
get_card_price_historyReturn a chart-ready price-history series for a trading card, aggregated from recent comparable sold sales into day/week/month buckets with a median per bucket and an overall trend. Use this when a user asks 'how has the price changed', 'price over time', 'is it trending up or down', or wants a chart. Accepts a natural-language query or a structured item. Series is built from sold-sale samples (and vendor TCG history when available); estimates only, not financial advice. Trading cards only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | No | Structured card fields (alternative to query): player_athlete, year_manufactured, set_name, card_number, parallel_variety, grader, grade, sport. | |
| query | No | Natural-language card description, e.g. '2023 Panini Prizm Victor Wembanyama #136 Silver PSA 10'. Either query or item is required. | |
| interval | No | Bucket size for the series. Defaults to week. | week |