Skip to main content
Glama

Financial Datasets MCP Server

Official
MIT License
433
  • Apple

get_crypto_prices

Retrieve historical cryptocurrency prices for a specified ticker, date range, and interval using the Financial Datasets MCP Server. Analyze trends and make data-driven decisions.

Instructions

Gets historical prices for a crypto currency.

Input Schema

NameRequiredDescriptionDefault
end_dateYes
intervalNoday
interval_multiplierNo
start_dateYes
tickerYes

Input Schema (JSON Schema)

{ "properties": { "end_date": { "title": "End Date", "type": "string" }, "interval": { "default": "day", "title": "Interval", "type": "string" }, "interval_multiplier": { "default": 1, "title": "Interval Multiplier", "type": "integer" }, "start_date": { "title": "Start Date", "type": "string" }, "ticker": { "title": "Ticker", "type": "string" } }, "required": [ "ticker", "start_date", "end_date" ], "title": "get_crypto_pricesArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/financial-datasets/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server