All Filing Notes

All Filing Notes R 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:
IntrinioSDK::FilingApi
Instance Method:
get_all_notes()

Stock Price Code Example

Use my API Key
client <- IntrinioSDK::ApiClient$new()
# Configure API key authorization: ApiKeyAuth
client$configuration$apiKey <- "YOUR_API_KEY"
#Configure retries
client$configuration$allowRetries <- TRUE
# Setup API with client
FilingApi <- IntrinioSDK::FilingApi$new(client)
# Optional params
opts <- list(
company = "AAPL",
report_type = "10-Q",
filing_start_date = NULL,
filing_end_date = NULL,
period_ended_start_date = NULL,
period_ended_end_date = NULL,
page_size = 100,
next_page = NULL
)
response <- FilingApi$get_all_notes(opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
companyCharacterA Company identifier (Ticker, CIK, LEI, Intrinio ID)[optional]  
report_typeCharacterNotes contained in filings that match the given report type[optional]  
filing_start_dateDateLimit search to filings on or after this date[optional]  
filing_end_dateDateLimit search to filings on or before this date[optional]  
period_ended_start_dateDateLimit search to filings with a period end date on or after this date[optional]  
period_ended_end_dateDateLimit search to filings with a period end date on or before this date[optional]  
page_sizeIntegerThe number of results to return[optional] [default to 100]  
next_pageCharacterGets the next page of data from a previous API call[optional]  


Return Type

object
IntrinioSDK::ApiResponseFilingNotes

Properties

NameTypeDescription
filing_notesList of FilingNoteSummary 
filing_notes_data_frameData FrameData frame representation of filing_notes
next_pageCharacterThe token required to request the next page of the data. If null, no further results are available.  
object
IntrinioSDK::FilingNoteSummary

Properties

NameTypeDescription
idCharacterThe Intrinio ID of the note  
xbrl_tagCharacterThe XBRL tag used for the note by the filing entity  
filingFilingNoteFiling