You're viewing a demo portfolio

Join the waitlist
PRSM

stock_history

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →