Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Exchange:Ticker of companies. Multiple tickers can be provided separated by commas. Example - NSE:ZOMATO, BSE:TCS. Get tickers from Company Details.
Start date in YYYY-MM-DD format. Use this parameter to filter data from a specific start date.
End date in YYYY-MM-DD format. Use this parameter to filter data till a specific end date.
Comma-separated Announcement Category IDs (Allowed Values - 1 to 26). Check the corporate-announcements-types mapping.
Comma-separated sentiment values (Allowed values - positive, negative, neutral).
Sector classification of the companies. Multiple values can be provided separated by commas. Get valid sector values from Company Details.
Industry classification of the companies. Multiple values can be provided separated by commas. Check valid industry values from Company Details.
The number of results to return per page. This parameter is optional and defaults to 20 if not specified. Maximum value is 50.
x <= 50
Page number for pagination. This parameter is optional and defaults to 1 if not specified.
x >= 1