Skip to main content
Glama

QuantConnect MCP Server

get_history

Retrieve historical market data for specified symbols, dates, and resolution using QuantConnect MCP Server. Supports single or multiple tickers and custom fields for analysis.

Instructions

Retrieve historical data for specified symbols. Args: symbols: Single ticker or list of tickers to get history for start_date: Start date in YYYY-MM-DD format end_date: End date in YYYY-MM-DD format resolution: Data resolution (Minute, Hour, Daily) instance_name: QuantBook instance name fields: Specific fields to return (open, high, low, close, volume) Returns: Dictionary containing historical data

Input Schema

NameRequiredDescriptionDefault
end_dateYes
fieldsNo
instance_nameNodefault
resolutionNoDaily
start_dateYes
symbolsYes

Input Schema (JSON Schema)

{ "properties": { "end_date": { "title": "End Date", "type": "string" }, "fields": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Fields" }, "instance_name": { "default": "default", "title": "Instance Name", "type": "string" }, "resolution": { "default": "Daily", "title": "Resolution", "type": "string" }, "start_date": { "title": "Start Date", "type": "string" }, "symbols": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ], "title": "Symbols" } }, "required": [ "symbols", "start_date", "end_date" ], "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/taylorwilsdon/quantconnect-mcp'

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