get_price_history
Retrieve historical price data for a cryptocurrency over selectable periods (1 to max days). Returns daily prices with date stamps and overall change percentage to analyze trends and price patterns.
Instructions
Get historical price data for a coin over N days (1, 7, 30, 90, 365, or max). Returns sampled daily prices with date stamps and overall period change percentage. Useful for charting trends and identifying price patterns over time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin_id | Yes | CoinGecko coin ID (e.g. 'bitcoin') | |
| vs_currency | No | Target currency (default: usd) | usd |
| days | No | Number of days of history (1, 7, 30, 90, 365, or 'max') |