Skip to main content
Glama

QuantConnect MCP Server

get_etf_constituents

Retrieve ETF constituent data for a specific date using ETF ticker and date inputs. Returns detailed constituent information for analysis within the QuantConnect MCP Server.

Instructions

Get ETF constituents for a specific date using ETF universe data. Args: etf_ticker: ETF ticker symbol (e.g., "QQQ", "SPY") date: Date in YYYY-MM-DD format to get constituents for instance_name: QuantBook instance name Returns: Dictionary containing ETF constituent information

Input Schema

NameRequiredDescriptionDefault
dateYes
etf_tickerYes
instance_nameNodefault

Input Schema (JSON Schema)

{ "properties": { "date": { "title": "Date", "type": "string" }, "etf_ticker": { "title": "Etf Ticker", "type": "string" }, "instance_name": { "default": "default", "title": "Instance Name", "type": "string" } }, "required": [ "etf_ticker", "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