News
newsGet recent financial news articles, optionally filtered by tickers or tags. Returns title, description, URL, published date, source, and related tickers. Requires a caller-supplied Tiingo API key on the News-tier plan (Power or higher) — pass it as _apiKey. Example: news({ tickers: "aapl,msft", limit: 10, _apiKey: "your_tiingo_key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Comma-separated tag filter (optional) | |
| limit | No | Number of articles to return (default 10, max 100) | |
| _apiKey | No | Your own Tiingo API key on a plan that includes the News API (Power tier or higher — tiingo.com/about/pricing). The shared Pipeworx key is on a lower plan and cannot reach this endpoint, unlike the other tools in this pack. | |
| tickers | No | Comma-separated ticker filter, e.g. "aapl,msft" (optional) |