You're viewing a demo portfolio

Join the waitlist
PRSM

stock-ohlcv

Active

Tool of The Stall

declared in 4.82.0

Returns historical OHLCV (open/high/low/close/volume) candlestick data for a stock, ETF, or index. Supports intervals from 1-minute to monthly and ranges from 1 day to max history. Use for chart analysis, trend detection, and quantitative backtesting. $0.010/call — free upstream, no API key.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "integer",
      "description": "Max candles to return (1–500, default 60). Applied from most recent."
    },
    "range": {
      "type": "string",
      "description": "Lookback period. Default: '1mo'. Note: intraday intervals cap at 60d max."
    },
    "ticker": {
      "type": "string",
      "description": "Stock ticker symbol (e.g. 'AAPL', 'SPY', 'BTC-USD', '^VIX'). Case-insensitive."
    },
    "interval": {
      "type": "string",
      "description": "Candlestick interval. Intraday ('1m'–'1h') limited to last 60 days. Default: '1d'."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

The Stall

1/7 registries
View full server →