@pipeworx/tiingo

Connect: https://gateway.pipeworx.io/tiingo/mcp · Install: one-click buttons

Tools: 4

Tools

  • stock_prices — 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:
  • stock_metadata — Get metadata for a stock ticker: company name, description, exchange code, and the date range of available EOD price data. Example: stock_metadata({ ticker: “AAPL” })
  • news — Get recent financial news articles, optionally filtered by tickers or tags. Returns title, description, URL, published date, source, and related tickers. Example: news({ tickers: “aapl,msft”, limit: 1
  • crypto_prices — Get crypto prices for a pair (open, high, low, close, volume) at a chosen resample frequency. Example: crypto_prices({ ticker: “btcusd”, resampleFreq: “1day” })

Tools

  • crypto_prices — Get crypto prices for a pair (open, high, low, close, volume) at a chosen resample frequency. Example: crypto_prices({ ticker: btcusd , resampleFreq: 1day })
  • news — Get recent financial news articles, optionally filtered by tickers or tags. Returns title, description, URL, published date, source, and related tickers. Example: news({ tickers: aapl,msft , limit: 10
  • stock_metadata — Get metadata for a stock ticker: company name, description, exchange code, and the date range of available EOD price data. Example: stock_metadata({ ticker: AAPL })
  • stock_prices — 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: 2

Regenerated from source · build June 4, 2026