getCompanyFundamentals: Returns all Fundamentals for the Company with the given...

Description Usage Arguments Value See Also

View source: R/company.service.R

Description

Returns all Fundamentals for the Company with the given 'identifier'. Returns Fundamentals matching parameters when supplied.

Usage

1
getCompanyFundamentals(identifier, opts = list())

Arguments

identifier

String A Company identifier (Ticker, CIK, LEI, Intrinio ID)

opts

named list Optional parameters

opts$filed_after

String Date YYYY-MM-DD Filed on or after this date

opts$filed_before

String Date YYYY-MM-DD Filed on or before this date

opts$reported_only

Boolean Only as-reported fundamentals

opts$fiscal_year

Number Only for the given fiscal year

opts$statement_code

String Only of the given statement code

opts$type

String Only of the given type

opts$start_date

String Date YYYY-MM-DD Only on or after the given date

opts$end_date

String Date YYYY-MM-DD Only on or before the given date

opts$page_size

Number opts$pageSize The number of results to return (default to 100)

Value

fundamentalds tibble

See Also

Other company endpoints: getAllCompanies, getCompanyDataPointHistory, getCompanyDataPointNumber, getCompanyDataPointText, getCompanyFilings, getCompanyIPOs, getCompanyNews, getCompanySecurities, getCompany


schardtbc/intrinoR documentation built on July 12, 2019, 4:21 a.m.