Filings Feed
The Filings Feed API retrieves real-time updates on earnings call transcripts and SEC filings (e.g., 10-K, 10-Q, 8-K) 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', '10-K', '8-K'.
earnings-transcript
, 10-K
, 8-K
CIKs (Central Index Keys) of companies. Multiple CIKs can be provided separated by commas. Each CIK should be a 10-digit number (include leading zeros if necessary). Get CIKs from Company Details.
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
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.
Q1
, Q2
, Q3
, Q4
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.
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