Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.67 KB

getCompanyFundamentals.md

File metadata and controls

43 lines (35 loc) · 1.67 KB

getCompanyFundamentals



Description

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

Usage

getCompanyFundamentals(identifier, opts = list())

Arguments

Argument Description
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

Seealso

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