You're viewing a demo portfolio

Join the waitlist
PRSM

stock_prices

Active

Tool of Tiingo

declared in 0.1.0

Get EOD historical stock prices for a ticker (open, high, low, close, volume, adjClose). Without a start_date, returns just the latest trading day. Example: stock_prices({ ticker: "AAPL", start_date: "2024-01-01", end_date: "2024-01-31", frequency: "daily" })

Parameters schema

{
  "type": "object",
  "required": [
    "ticker"
  ],
  "properties": {
    "ticker": {
      "type": "string",
      "description": "Stock ticker symbol, e.g. \"AAPL\", \"MSFT\", \"TSLA\""
    },
    "_apiKey": {
      "type": "string",
      "description": "Optional — your own Tiingo API key for higher limits; omit to use the shared Pipeworx key."
    },
    "end_date": {
      "type": "string",
      "description": "End date in YYYY-MM-DD format (optional)"
    },
    "frequency": {
      "enum": [
        "daily",
        "weekly",
        "monthly"
      ],
      "type": "string",
      "description": "Resample frequency (default \"daily\")"
    },
    "start_date": {
      "type": "string",
      "description": "Start date in YYYY-MM-DD format (optional). Omit to get only the latest day."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Tiingo

https://github.com/pipeworx-io/mcp-tiingo

1/7 registries
View full server →
stock_prices — Tiingo — PRSM MCP