fetch_news_articles
Search for news articles by query with configurable lookback days and full-text retrieval. Filter to Indian financial sources or get global coverage.
Instructions
Free-text news search via NewsAPI (newsapi.org). Requires NEWS_API_KEY in the env. Best for stock-specific or thematic news the Tradient feed misses (e.g. 'Reliance Q1 results', 'RBI rate decision'). Leave query empty for broad Indian-market news (NSE/BSE/Nifty/FII/GDP/RBI...) — useful for a general market read. NewsAPI provides NO sentiment label — read article_text to judge. Set full_text=True to also fetch each article's body (slower). days = lookback window in days (default 1). indian_only (default True) restricts results to Indian financial-news sources; set False for global coverage. Returns raw articles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| days | No | ||
| full_text | No | ||
| indian_only | No |