All Filings

All Filings Java API Documentation

Returns pertinent filing reference data for a specific company filing or latest filings for all companies. Useful for tracking the latest filings submitted and updating your database accordingly with the new information.

API Class:
FilingApi
Instance Method:
getAllFilings()

Stock Price Code Example

Use my API Key
import com.intrinio.api.*;
import com.intrinio.models.*;
import com.intrinio.invoker.*;
import com.intrinio.invoker.auth.*;
import org.threeten.bp.*;
import java.math.BigDecimal;
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
ApiClient defaultClient = Configuration.getDefaultApiClient();
ApiKeyAuth auth = (ApiKeyAuth) defaultClient.getAuthentication("ApiKeyAuth");
auth.setApiKey("YOUR_API_KEY");
defaultClient.setAllowRetries(true);
FilingApi filingApi = new FilingApi();
String company = "AAPL";
String reportType = "10-Q";
LocalDate startDate = LocalDate.of(2015,1,01);
LocalDate endDate = null;
String industryCategory = null;
String industryGroup = null;
Boolean theaEnabled = null;
Boolean earningsRelease = null;
Integer pageSize = 100;
String nextPage = null;
ApiResponseFilings result = filingApi.getAllFilings(company, reportType, startDate, endDate, industryCategory, industryGroup, theaEnabled,
      earningsRelease, pageSize, nextPage);
System.out.println(result);
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
companyStringFilings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID)[optional]  
reportTypeStringFilter by report type. Separate values with commas to return multiple The filing report types.[optional]  
startDateLocalDateFiled on or after the given date[optional]  
endDateLocalDateFiled before or after the given date[optional]  
industryCategoryStringReturn companies in the given industry category[optional]  
industryGroupStringReturn companies in the given industry group[optional]  
theaEnabledBooleanReturn filings that have been read by our Thea NLP and are ready for our answers endpoint[optional]  
earningsReleaseBooleanReturn filings that have been tagged as having Results of Operations and Financial Conditions[optional]  
pageSizeIntegerThe number of results to return[optional] [default to 100]  
nextPageStringGets the next page of data from a previous API call[optional]  


Return Type

object
ApiResponseFilings

Properties

NameTypeDescription
filingsList 
nextPageStringThe token required to request the next page of the data. If null, no further results are available.  
object
Filing

Properties

NameTypeDescription
idStringThe Intrinio ID of the Filing  
filingDateLocalDateThe date when the filing was submitted to the SEC by the company  
acceptedDateOffsetDateTimeThe date and time when the filing was accepted by SEC  
periodEndDateLocalDateThe ending date of the fiscal period for the filing  
reportTypeStringThe filing report type  
secUniqueIdStringA unique identifier for the filing provided by the SEC  
filingUrlStringThe URL to the filing page on the SEC site  
reportUrlStringThe URL to the actual report on the SEC site  
instanceUrlStringThe URL for the XBRL filing for the report  
industryCategoryStringThe company's operating industry category  
industryGroupStringThe company's operating industry group  
wordCountIntegerThe number of words in the filing  
companyCompanySummary 
object
CompanySummary

Properties

NameTypeDescription
idStringThe Intrinio ID of the company  
tickerStringThe stock market ticker symbol associated with the company's common stock securities  
nameStringThe company's common name  
leiStringThe Legal Entity Identifier (LEI) assigned to the company  
cikStringThe Central Index Key (CIK) assigned to the company