All Filing Notes

All Filing Notes Java API Documentation

Returns a list of the latest XBRL filing note sections from the SEC 10-K and 10-Q statements. The returned Intrinio XBRL filing note ID can then be utilized with the “Filing Note by ID” endpoint to retrieve the contents of the note in HTML or text format.

API Class:
FilingApi
Instance Method:
getAllNotes()

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 filingStartDate = null;
LocalDate filingEndDate = null;
LocalDate periodEndedStartDate = null;
LocalDate periodEndedEndDate = null;
Integer pageSize = 100;
String nextPage = null;
ApiResponseFilingNotes result = filingApi.getAllNotes(company, reportType, filingStartDate, filingEndDate, periodEndedStartDate,
      periodEndedEndDate, pageSize, nextPage);
System.out.println(result);
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
companyStringA Company identifier (Ticker, CIK, LEI, Intrinio ID)[optional]  
reportTypeStringNotes contained in filings that match the given report type[optional] [enum: 10-Q, 10-K]  
filingStartDateLocalDateLimit search to filings on or after this date[optional]  
filingEndDateLocalDateLimit search to filings on or before this date[optional]  
periodEndedStartDateLocalDateLimit search to filings with a period end date on or after this date[optional]  
periodEndedEndDateLocalDateLimit search to filings with a period end date on or before this date[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
ApiResponseFilingNotes

Properties

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

Properties

NameTypeDescription
idStringThe Intrinio ID of the note  
xbrlTagStringThe XBRL tag used for the note by the filing entity  
filingFilingNoteFiling 
object
FilingNoteFiling

Properties

NameTypeDescription
cikStringThe Central Index Key (CIK) assigned to the company  
reportTypeStringThe filing report type  
periodEndDateLocalDateThe ending date of the fiscal period for the filing  
filingDateLocalDateThe date the report was filed with the SEC