All Fundamentals by Filing

All Fundamentals by Filing Ruby 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:
Intrinio::FilingApi
Instance Method:
get_filing_fundamentals()

Stock Price Code Example

Use my API Key
# Load the gem
require 'intrinio-sdk'
require 'pp'
# Setup authorization
Intrinio.configure do |config|
config.api_key['api_key'] = 'YOUR_API_KEY'
config.allow_retries = true
end
filing_api = Intrinio::FilingApi.new
identifier = "fil_B73xBG"
opts = {
statement_code: nil,
type: nil,
fiscal_year: nil,
fiscal_period: nil,
start_date: nil,
end_date: nil,
next_page: nil
}
result = filing_api.get_filing_fundamentals(identifier, opts)
pp result
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringA Filing identifier 
statement_codeStringFilters fundamentals by statement code[optional]  
typeStringFilters fundamentals by type[optional]  
fiscal_yearIntegerFilters fundamentals by fiscal year[optional]  
fiscal_periodStringFilters 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_pageStringGets the next page of data from a previous API call[optional]  

Return Type

object
Intrinio::ApiResponseFilingFundamentals

Properties

NameTypeDescription
fundamentalsArray 
filingFilingSummary 
next_pageStringThe token required to request the next page of the data. If null, no further results are available.  
object
Intrinio::FundamentalSummary

Properties

NameTypeDescription
idStringThe Intrinio ID of the Fundamental  
statement_codeStringThe code of the financial statement that the Fundamental represents  
fiscal_yearFloatThe fiscal year  
fiscal_periodStringThe fiscal period  
typeStringThe type of Fundamental  
start_dateDateThe period start date  
end_dateDateThe period start date  
filing_dateDateTimeThe date and time when the Fundamental was filed with the SEC  
object
Intrinio::FilingSummary

Properties

NameTypeDescription
idStringThe Intrinio ID of the Filing  
filing_dateDateThe date when the filing was submitted to the SEC by the company  
accepted_dateDateTimeThe date and time when the filing was accepted by SEC  
period_end_dateDateThe ending date of the fiscal period for the filing  
report_typeStringThe filing report type  
sec_unique_idStringA unique identifier for the filing provided by the SEC  
filing_urlStringThe URL to the filing page on the SEC site  
report_urlStringThe URL to the actual report on the SEC site  
instance_urlStringThe URL for the XBRL filing for the report