quote
ActiveTool of twelvedata
declared in 0.1.0
Twelve Data real-time quote snapshot for a symbol: open, high, low, close, volume, 52-week range, exchange, currency. Use for a full current-day market snapshot.
Parameters schema
{
"type": "object",
"examples": [
{
"symbol": "AAPL"
},
{
"symbol": "TSLA"
}
],
"required": [
"symbol"
],
"properties": {
"symbol": {
"type": "string",
"description": "Ticker/symbol. Stocks e.g. \"AAPL\", \"MSFT\"; forex \"EUR/USD\"; crypto \"BTC/USD\"; ETFs \"SPY\"; indices \"IXIC\". Comma-separate for a batch (e.g. \"AAPL,MSFT\")."
},
"exchange": {
"type": "string",
"description": "Optional exchange filter (e.g. \"NASDAQ\", \"NYSE\", \"Binance\")."
},
"interval": {
"type": "string",
"description": "Bar interval: 1min, 5min, 15min, 30min, 45min, 1h, 2h, 4h, 1day, 1week, or 1month."
},
"timezone": {
"type": "string",
"description": "Optional timezone, e.g. \"America/New_York\" or \"UTC\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
twelvedata
https://github.com/pipeworx-io/mcp-twelvedata
2/7 registries