Filings Feed
The Filings Feed API retrieves real-time updates on earnings call transcripts and other corporate filings (e.g., Annual Reports, Investor Presentations, Corporate Announcements) published on the BSE/NSE exchanges based on the specified document type. Users can optionally filter results by sector, timeframe, or other parameters to facilitate targeted information retrieval.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The type of document to retrieve. Choose from 'earnings-transcript', 'annual-report', 'announcement'.
earnings-transcript
, annual-report
, announcement
Exchange:Ticker of companies. Multiple tickers can be provided separated by commas. Example - NSE:ZOMATO, BSE:TCS. Get tickers from Company Details.
Fiscal quarter values in the format Q1, Q2, Q3, Q4. Multiple values can be provided separated by commas. Use this parameter to filter by specific quarters.
Fiscal year values in the format YYYY (e.g., 2024, 2023). Multiple values can be provided separated by commas. Use this parameter to filter data by specific years.
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.
Page number for pagination. This parameter is optional and defaults to 1 if not specified.
The number of results to return per page. This parameter is optional and defaults to 20 if not specified. Maximum value is 50.
Response
success