Skip to main content
Glama

QuantConnect MCP Server

get_alternative_data_history

Retrieve historical alternative data by specifying data type, symbols, and date range. Use this tool to access comprehensive alternative data for research, strategy design, and analysis on QuantConnect MCP Server.

Instructions

Retrieve historical alternative data. Args: data_type: Type of alternative data symbols: Symbol(s) to get alternative data for start_date: Start date in YYYY-MM-DD format end_date: End date in YYYY-MM-DD format instance_name: QuantBook instance name Returns: Dictionary containing alternative data history

Input Schema

NameRequiredDescriptionDefault
data_typeYes
end_dateYes
instance_nameNodefault
start_dateYes
symbolsYes

Input Schema (JSON Schema)

{ "properties": { "data_type": { "title": "Data Type", "type": "string" }, "end_date": { "title": "End Date", "type": "string" }, "instance_name": { "default": "default", "title": "Instance Name", "type": "string" }, "start_date": { "title": "Start Date", "type": "string" }, "symbols": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ], "title": "Symbols" } }, "required": [ "data_type", "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