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

General News

GET
/api/general/news
▶️ 'Try It' now ! Actual data is returned as on 27th February 2025
pointer.gif
General News API is used to fetch market-wide news across various categories such as Economy, IPO, Equity, Commodities, Mutual Funds, Cryptocurrency, and more. It provides detailed information including title, summary, sentiment, article type, and source, and supports filters like sentiment, category type, and date range for efficient news retrieval.

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": "India expects US to extend waiver on Russian oil imports amid global energy volatility",
"link": "https://economictimes.indiatimes.com/industry/energy/oil-gas/india-expects-us-to-extend-waiver-on-russian-oil-imports-amid-global-energy-volatility/articleshow/130111431.cms",
"date": "2026-04-08T11:17:27+00:00",
"summary": "India anticipates the U.S. will extend its waiver on Russian oil imports to stabilize energy supplies amid global market volatility. Ajay Srivastava, founder of the Global Trade Research Initiative, emphasized the need for India to use this opportunity to enhance its crude oil, LPG, and LNG reserves and strengthen long-term partnerships with stable suppliers like Russia. In March, India's Russian crude imports surged by 90% despite an overall decline in oil imports due to supply disruptions.",
"company": "N/A",
"article_type": "Commodities",
"sentiment": "positive",
"specific_title": "India Seeks to Strengthen Energy Reserves Amid Waiver on Russian Oil Imports",
"long_summary": "India is anticipating an extension of the U.S. waiver on Russian oil imports, a move aimed at stabilizing energy supplies amid global market volatility. Ajay Srivastava, founder of the Global Trade Research Initiative, highlighted this moment as a critical opportunity for India to bolster its reserves of crude oil, liquefied petroleum gas (LPG), and liquefied natural gas (LNG). In March, India's imports of Russian crude surged by 90% compared to February, despite an overall decline in oil imports by nearly 15% due to supply disruptions in West Asia. The disruptions, particularly in the Strait of Hormuz, also led to a significant 40% drop in LPG imports and reduced LNG availability. Srivastava emphasized the importance of deepening long-term partnerships with stable suppliers like Russia to mitigate vulnerabilities to geopolitical shocks. The Kremlin has noted a rising demand for Russian energy amid ongoing global economic and energy crises, indicating a shift in market conditions. This context underscores the strategic importance of securing stable energy supplies for India's economy during these turbulent times.",
"source": "Economic Times",
"created_at": "2026-04-08T11:21:42.108764+00:00",
"article_id": 385084,
"symbol": "N/A",
"ISIN": "N/A",
"scrip_code": "N/A"
},
{
"title": "Ceasefire may bring relief to 14% of India’s exports, but recovery hinges on Gulf stability- Moneycontrol.com",
"link": "https://www.moneycontrol.com/news/business/economy/ceasefire-may-bring-relief-to-14-of-india-s-exports-but-recovery-hinges-on-gulf-stability-13883424.html",
"date": "2026-04-08T10:57:55+00:00",
"summary": "A ceasefire between Iran and the US may benefit approximately 14% of India's exports, particularly in the jewellery, agriculture, and industrial goods sectors, as trade to the Gulf region stabilizes after disruptions. However, the recovery's pace will depend on Gulf economies restoring production and demand, alongside managing elevated logistics costs.",
"company": "N/A",
"article_type": "Economy",
"sentiment": "positive",
"specific_title": "Ceasefire Benefits India's Exports to Gulf Region",
"long_summary": "A recent ceasefire between Iran and the US is projected to benefit approximately 14% of India's exports, particularly in the jewellery, agriculture, and industrial goods sectors, as trade to the Gulf region stabilizes following disruptions caused by the closure of the Strait of Hormuz. Exporters in these sectors are expected to see a gradual resumption of trade flows, especially through this critical shipping route. However, the pace of recovery will largely depend on Gulf economies' ability to restore production and demand, alongside managing elevated logistics costs, which include higher insurance premiums and transit charges. Notably, several export categories have shown significant dependence on the Gulf region, with refined copper wire exports increasing from 91.4% in 2024 to 93.8% in 2025, and silk fabrics rising from 66.7% to 81.7%. In value terms, articles of precious metal exports surged from 5.46billionin2024to7.09 billion in 2025, while smartphone exports rose from 2.78billionto4.07 billion. Despite the potential for near-term relief, a sustained recovery will hinge on stabilizing logistics costs and demand conditions in the Gulf region.",
"source": "Money Control",
"created_at": "2026-04-08T11:00:36.941513+00:00",
"article_id": 385046,
"symbol": "N/A",
"ISIN": "N/A",
"scrip_code": "N/A"
},

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/general/news?api_key=30bd31ff-fb7e-4d6c-a76e-06750e3eeb09&Type=IPO'

Responses

🟢200
application/json
Body

Example
{}
Modified at 2026-04-08 11:46:44
Previous
Multi-Company News
Next
Webhook
Built with