Description Usage Arguments Value See Also
View source: R/company.service.R
Returns all Fundamentals for the Company with the given 'identifier'. Returns Fundamentals matching parameters when supplied.
| 1 | getCompanyFundamentals(identifier, opts = list())
 | 
| 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) | 
fundamentalds tibble
Other company endpoints: getAllCompanies,
getCompanyDataPointHistory,
getCompanyDataPointNumber,
getCompanyDataPointText,
getCompanyFilings,
getCompanyIPOs,
getCompanyNews,
getCompanySecurities,
getCompany
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.