get-historical-data
Retrieve historical price, market cap, and volume data for cryptocurrencies by specifying coin ID, date range, interval, and currency using the CoinGecko Pro API.
Instructions
Get historical price, market cap, and volume data for a specific coin. Data up to March 9, 2025
Input Schema
Name | Required | Description | Default |
---|---|---|---|
from_date | Yes | Start date in YYYY-MM-DD format (e.g., '2024-01-01') | |
id | Yes | CoinGecko coin ID (use find-coin-ids to lookup) | |
interval | No | Data interval - affects maximum time range: 5m (up to 1 day), hourly (up to 90 days), daily (up to 365 days) | |
to_date | Yes | End date in YYYY-MM-DD format (e.g., '2024-12-30') | |
vs_currency | Yes | Target currency (e.g., 'usd', 'eur') |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from CoinGecko MCP Server
Related Tools
- @QuantGeekDev/coincap-mcp
- @QuantGeekDev/coincap-mcp
- @QuantGeekDev/coincap-mcp
- @crazyrabbitLTC/mcp-coingecko-server
- @truss44/mcp-crypto-price