time_series
ActiveTool of twelvedata
declared in 0.1.0
Twelve Data OHLC time series for a stock, forex, crypto, or ETF symbol. Requires symbol and interval (e.g. '1min', '1h', '1day'). Returns timestamped open/high/low/close + volume.
Parameters schema
{
"type": "object",
"examples": [
{
"symbol": "AAPL",
"interval": "1h"
},
{
"symbol": "EURUSD",
"interval": "1d"
}
],
"required": [
"symbol",
"interval"
],
"properties": {
"order": {
"type": "string",
"description": "Sort order: \"asc\" or \"desc\" (default desc, newest first)."
},
"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\")."
},
"end_date": {
"type": "string",
"description": "Optional end of range, \"YYYY-MM-DD\" or \"YYYY-MM-DD HH:MM:SS\"."
},
"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\"."
},
"outputsize": {
"type": "number",
"description": "Number of data points to return (1–5000, default 30)."
},
"start_date": {
"type": "string",
"description": "Optional start of range, \"YYYY-MM-DD\" or \"YYYY-MM-DD HH:MM:SS\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
twelvedata
https://github.com/pipeworx-io/mcp-twelvedata
2/7 registries