Description Usage Arguments Value See Also Examples
View source: R/company-valuation.R
Company Financial Growth
1 | fmp_financial_growth(symbol, quarterly = FALSE)
|
symbol |
|
quarterly |
|
a tibble of relevant financial information
Other Company Summaries
:
fmp_balance_sheet()
,
fmp_cash_flow()
,
fmp_company_outlook()
,
fmp_dcf()
,
fmp_dividends()
,
fmp_enterprise_value()
,
fmp_full_financial()
,
fmp_income()
,
fmp_institutional_holders()
,
fmp_key_executives()
,
fmp_key_metrics()
,
fmp_market_cap()
,
fmp_profile()
,
fmp_rating()
,
fmp_ratios()
,
fmp_shares_float()
,
fmp_splits()
1 2 | my_stocks <- c('AAPL', 'GE')
d <- fmp_financial_growth(my_stocks, quarterly = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.