1. Glossary
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. Glossary

Glossary

Request Parameters

Sr. No Parameter Description
1api_keyAuthentication key for API access.
2SymbolStock symbol of the company . Example =TCS
3company_name Company name (substring search — e.g., 'Tata' matches all companies containing 'Tata')
4isinInternational Securities Identification Number. Example= INE467B01029
5Scrip_codeBSE scrip code of the company. Example= 532540
6SymbolsStock symbols of the company. Example = TCS,INFY
7isnsInternational Securities Identification Number. Example=INE467B01029,INE009A01021
8scrip_codesBSE scrip code of the company. Example= 532540,543623
9sentimentType of sentiment you want to filter, such as positive, negative, or neutral.
10ArticaltypeSpecifies the article type for filtering news, which includes Financial Performance, Sector & Macro Insights, Analyst & Credit Ratings, Strategic Actions, Corporate Actions, and Index & Reshuffles.
11SectorSpecifies the sector for filtering news, such as Finance, Agriculture, or Automobile.
12FromStart date in ISO 8601 (e.g., 2025-0501T00:00:00+05:30
13ToExample: RELIANCE
14LimitNumber of news you want to fetch
15OffsetNumber of records to skip
16typeSpecifies the general type for filtering news, which includes Mutual Funds, Economy, Cryptocurrency, Fixed Income, Commodities, IPO, Indices, Equity, and Market News.

Response Parameters

Sr. No. Parameter Description
1TitleOriginal title of the news article.
2linkURL directing to the full article.
3datePublication date and time of the article.
4summaryBrief overview of the article content.
5long_summaryDetailed summary providing in-depth information about the article.
6article_typeCategory of the article (e.g., Financial Performance, Strategic Actions).
7sentimentSentiment of the article, which can be positive, negative, or neutral.
8specific_titleA more refined or specific headline describing the article.
9sourceName of the publisher or platform from which the article is sourced.
10companyName of the company associated with the news article (if applicable).
11created_at Timestamp indicating when the news record was created in the system.
12symbolTrading symbol of the company associated with the news.
13ISINInternational Securities Identification Number used to uniquely identify the security.
14scrip_codeExchange-specific code used to identify the company (applicable mainly for BSE)
15webhook_idUnique identifier assigned to the registered webhook.
15urlThe endpoint URL where webhook notifications will be sent.
15events List of events subscribed for the webhook (e.g., article.published)
15secretSecret key used to verify the authenticity of webhook requests.
15article_idUnique identifier assigned to each news article, used to distinguish and reference a specific article in the system.
Modified at 2026-04-08 11:32:49
Previous
Webhook
Next
Diagnostic API Responses
Built with