All Fundamentals by Filing

All Fundamentals by Filing R API Documentation

Returns a list of fundamentals with unique fundamental IDs associated with a particular `Intrinio Filing ID` (if applicable) that have been updated or created as a result of a company`s latest SEC filing. Useful to ensure your database is up to date with the latest fundamentals.

API Class:
IntrinioSDK::FilingApi
Instance Method:
get_filing_fundamentals()

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)
# Required params
identifier <- "fil_B73xBG"
# Optional params
opts <- list(
statement_code = NULL,
type = NULL,
fiscal_year = NULL,
fiscal_period = NULL,
start_date = NULL,
end_date = NULL,
next_page = NULL
)
response <- FilingApi$get_filing_fundamentals(identifier, opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierCharacterA Filing identifier 
statement_codeCharacterFilters fundamentals by statement code[optional]  
typeCharacterFilters fundamentals by type[optional]  
fiscal_yearIntegerFilters fundamentals by fiscal year[optional]  
fiscal_periodCharacterFilters fundamentals by fiscal period[optional]  
start_dateDateReturns fundamentals on or after the given date[optional]  
end_dateDateReturns fundamentals on or before the given date[optional]  
next_pageCharacterGets the next page of data from a previous API call[optional]  


Return Type

object
IntrinioSDK::ApiResponseFilingFundamentals

Properties

NameTypeDescription
fundamentalsList of FundamentalSummary 
fundamentals_data_frameData FrameData frame representation of fundamentals
filingFilingSummary 
next_pageCharacterThe token required to request the next page of the data. If null, no further results are available.  
object
IntrinioSDK::FundamentalSummary

Properties

NameTypeDescription
idCharacterThe Intrinio ID of the Fundamental  
statement_codeCharacterThe code of the financial statement that the Fundamental represents  
fiscal_yearNumericThe fiscal year  
fiscal_periodCharacterThe fiscal period  
typeCharacterThe type of Fundamental  
start_dateDateThe period start date  
end_dateDateThe period start date  
filing_datePOSIXltThe date and time when the Fundamental was filed with the SEC  
object
IntrinioSDK::FilingSummary

Properties

NameTypeDescription
idCharacterThe Intrinio ID of the Filing  
filing_dateDateThe date when the filing was submitted to the SEC by the company  
accepted_datePOSIXltThe date and time when the filing was accepted by SEC  
period_end_dateDateThe ending date of the fiscal period for the filing  
report_typeCharacterThe filing report type  
sec_unique_idCharacterA unique identifier for the filing provided by the SEC  
filing_urlCharacterThe URL to the filing page on the SEC site  
report_urlCharacterThe URL to the actual report on the SEC site  
instance_urlCharacterThe URL for the XBRL filing for the report