Skip to main content
Glama

Twelve Data MCP Server

Official
by twelvedata

GetSymbolSearch

Find the best matching financial instrument symbol using custom filters like FIGI or ISIN. Returns results in descending order of relevance, aiding in efficient symbol lookup for market data analysis.

Instructions

This method helps to find the best matching symbol. It can be used as the base for custom lookups. The response is returned in descending order, with the most relevant instrument at the beginning.

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$defs": { "GetSymbolSearchRequest": { "description": "This method helps to find the best matching symbol. It can be used as the base for custom lookups. The response is returned in descending order, with the most relevant instrument at the beginning.", "properties": { "apikey": { "default": "demo", "description": "API key", "examples": [ "demo" ], "title": "Apikey", "type": "string" }, "figi_composite": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by Composite FIGI, identifier for a security across all venues", "title": "Figi Composite" }, "figi_share_class": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by Share Class FIGI, identifier for a specific share class", "title": "Figi Share Class" }, "isin": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by international securities identification number (ISIN)", "examples": [ "US0378331005" ], "title": "Isin" }, "outputsize": { "default": 30, "description": "Number of matches in response. Max <code>120</code>", "title": "Outputsize", "type": "integer" }, "show_plan": { "default": false, "description": "Adds info on which plan symbol is available.", "title": "Show Plan", "type": "boolean" }, "symbol": { "description": "Symbol to search", "examples": [ "AAPL" ], "title": "Symbol", "type": "string" } }, "required": [ "symbol" ], "title": "GetSymbolSearchRequest", "type": "object" } }, "properties": { "params": { "$ref": "#/$defs/GetSymbolSearchRequest" } }, "required": [ "params" ], "title": "GetSymbolSearchArguments", "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/twelvedata/mcp'

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