1. Multi-company news
  • News API - Introduction
  • Authentication, Request & Response
  • Code Samples & API Trial
  • List of APIs
  • Single company News
    • Single Company News
  • Multi-company news
    • Multi-Company News
      GET
  • General News
    • General News
  • Webhook Support
    • Webhook
  • Glossary
    • Glossary
  • Diagnostic API Responses
    • Diagnostic API Responses
  1. Multi-company news

Multi-Company News

GET
/api/news/multi
▶️ 'Try It' now !
pointer.gif
Multi-Company News API is used to fetch news related to multiple companies in a single request by passing identifiers such as symbols, ISINs, or scrip codes as comma-separated values. It provides details like title, summary, sentiment, article type, and source, and supports filters such as sentiment, article type, and date range to retrieve relevant news efficiently.

What is returned?#

Title ,link, date, summary, company, article type ,sentiment ,specific title, long Summary, source, created at, article id,
symbol, ISIN, scrip code
For details, please see glossary

Sample Response#

JSON
[
{
"title": "Ceasefire changes everything, says BofA's Amish Shah; here's what it means for your portfolio right now",
"link": "https://economictimes.indiatimes.com/markets/expert-view/ceasefire-changes-everything-says-bofas-amish-shah-heres-what-it-means-for-your-portfolio-right-now/articleshow/130108291.cms",
"date": "2026-04-08T09:11:20+00:00",
"summary": "Reliance Industries is highlighted as a veteran in the market, with a focus on acquisitions, as indicated in the context of the article discussing strategic moves in response to geopolitical changes.",
"company": "Reliance Industries Limited",
"article_type": "Sector & Macro Insights",
"sentiment": "neutral",
"specific_title": "Reliance Industries Pursues Strategic Acquisitions",
"long_summary": "Bank of America, represented by Amish Shah, has set a year-end price target for the Nifty at 26,200, suggesting a potential upside of approximately 13% from current levels. This optimistic outlook is largely attributed to the recent India-Pakistan ceasefire, which is expected to ease inflation and reduce the likelihood of interest rate hikes by the Reserve Bank of India. Shah emphasized that the ceasefire allows the market to revert to its pre-conflict dynamics, leading to improved GDP growth and lower inflation. He noted that historically, markets tend to re-rate positively following the end of conflicts, and with crude oil prices projected to average $92.5 per barrel for the year, the easing of commodity pressures is anticipated to benefit various sectors. \n\nReliance Industries is highlighted as a key player in the market, focusing on strategic acquisitions in response to geopolitical changes. Shah also pointed out that sectors such as power and energy infrastructure, pharmaceuticals, and telecom are expected to thrive regardless of geopolitical tensions, as they are insulated from conflict-related disruptions. Financials are viewed as a value sector that has become more attractive due to lower valuations during the conflict. Overall, the message from Bank of America is that the conflict premium is dissipating, and investors should adjust their portfolios accordingly.",
"source": "Economic Times",
"created_at": "2026-04-08T09:16:02.578128+00:00",
"sector": null,
"article_id": 384860,
"symbol": "RELIANCE",
"ISIN": "INE002A01018",
"scrip_code": 500325
},
{
"title": "Vedanta’s demerger emerged as a key lender concern in JAL race against Adani- Moneycontrol.com",
"link": "https://www.moneycontrol.com/news/business/vedanta-s-demerger-emerged-as-a-key-lender-concern-in-jal-race-against-adani-13882910.html",
"date": "2026-04-08T04:31:35+00:00",
"summary": "State Bank of India is leading a consortium of lenders managing the debt resolution process for Jaiprakash Associates Ltd, evaluating bids based on upfront cash and execution certainty.",
"company": "State Bank of India",
"article_type": "Strategic Actions",
"sentiment": "neutral",
"specific_title": "State Bank of India Leads Lender Consortium for JAL Resolution",
"long_summary": "Vedanta's ongoing demerger into five distinct entities—aluminium, zinc, oil and gas, steel, and power—has raised significant concerns among lenders during the bidding process for Jaiprakash Associates Ltd (JAL). This restructuring has influenced lenders' evaluations of Vedanta's financial profile compared to Adani Enterprises' resolution plan, which has been approved for ₹14,535 crore. Despite Vedanta's higher bid of ₹16,726 crore, the Supreme Court declined to stay the implementation of Adani's plan, further complicating Vedanta's position. The consortium of lenders, led by the State Bank of India (SBI), is focusing on both the upfront cash offered and the execution certainty of the bids. Lenders are particularly interested in how Vedanta's demerger will affect the financial stability and asset profile of the entity backing its bid. The ongoing restructuring is seen as a critical factor in assessing the viability of Vedanta's offer, as it may impact the company's ability to meet future commitments.",
"source": "Money Control",
"created_at": "2026-04-08T04:38:20.112503+00:00",
"sector": null,
"article_id": 384130,
"symbol": "SBIN",
"ISIN": "INE062A01020",
"scrip_code": 500112
},

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/news/multi?api_key=30bd31ff-fb7e-4d6c-a76e-06750e3eeb09&symbols=RELIANCE,SBIN,JPPOWER,ACL'

Responses

🟢200
application/json
Body

Example
{}
Modified at 2026-04-11 08:03:00
Previous
Single Company News
Next
General News
Built with