get-ohlc-data
Retrieve OHLC (Open, High, Low, Close) data for cryptocurrencies within specified date ranges and intervals. Access daily or hourly historical price data for analysis and insights using the CoinGecko API.
Instructions
Get OHLC (Open, High, Low, Close) data for a specific coin within a time range. 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 | Yes | Data interval - daily (up to 180 days) or hourly (up to 31 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
- @shinzo-labs/coinmarketcap-mcp
- @lazy-dinosaur/ccxt-mcp
- @crazyrabbitLTC/mcp-coingecko-server
- @doggybee/mcp-server-ccxt
- @rand-tech/pcm