stock_history
ActiveTool of io.github.blackboxfoundry/livedatalink
Get historical stock price data - open, high, low, close, and volume (OHLCV). Supports intraday (1-minute) through multi-year (5-year, max) ranges. Use this for "how has AAPL performed this year?", "show me the price chart for Tesla", "what was the stock price last month?", "historical performance", or any stock price history question.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"symbol"
],
"properties": {
"period": {
"enum": [
"1d",
"5d",
"1mo",
"3mo",
"6mo",
"1y",
"2y",
"5y",
"max"
],
"type": "string",
"description": "Time range (default: \"1mo\")"
},
"symbol": {
"type": "string",
"description": "Stock ticker symbol (e.g., \"AAPL\")"
},
"interval": {
"enum": [
"1m",
"5m",
"15m",
"1d",
"1wk",
"1mo"
],
"type": "string",
"description": "Data interval (default: \"1d\")"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries