Skip to main content
Glama

QuantConnect MCP Server

calculate_correlation_matrix

Analyze relationships between financial symbols using a correlation matrix. Input symbols, start and end dates to compute correlations and statistical insights for informed trading decisions.

Instructions

Calculate correlation matrix for given symbols. Args: symbols: List of symbols to analyze 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 correlation matrix and statistics

Input Schema

NameRequiredDescriptionDefault
end_dateYes
instance_nameNodefault
start_dateYes
symbolsYes

Input Schema (JSON Schema)

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