eod
ActiveTool of twelvedata
declared in 0.1.0
Twelve Data end-of-day closing quote for a symbol. Returns the last closing price, volume, and date. Use for daily settlement prices rather than intraday data.
Parameters schema
{
"type": "object",
"examples": [
{
"symbol": "AAPL"
}
],
"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\")."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
twelvedata
https://github.com/pipeworx-io/mcp-twelvedata
2/7 registries