get_company_news
Fetch recent news headlines and summaries for NSE/BSE-listed Indian stocks. Use the mentions_company flag to filter relevant coverage from broader industry stories.
Instructions
Get recent news headlines/summaries for an NSE/BSE-listed Indian equity.
Yahoo's news stream for a ticker is loosely sector/theme-tagged, not a
strict per-company filter -- expect some broader industry or
competitor coverage mixed in with company-specific stories, and
occasionally an outright unrelated item. Each article's
`mentions_company` flag is a rough, mechanical relevance signal (does
the company's name/ticker literally appear in the title/summary), not
a guarantee either way -- use it to weigh results, not to assume
everything returned is deeply relevant or that a False is noise.
An empty result is a legitimate outcome (no recent coverage indexed --
common for small/micro caps), not necessarily an error; the ticker is
still validated first, so an invalid symbol raises rather than
silently returning empty.
:param symbol: ticker symbol, e.g. "RELIANCE", "TCS.NS", or "TCS.BO"
:param limit: max number of articles to return (default 10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Set when articles is empty: could mean no recent Yahoo-indexed coverage (common for small/micro caps) or an invalid symbol -- confirm the ticker via search_ticker/get_company_profile if unsure | |
| symbol | Yes | ||
| articles | Yes |