Company Discounted Cash Flow Value
fmp_dcf(symbol, historical = FALSE, quarterly = FALSE)
| symbol |
|
|---|---|
| historical |
|
| quarterly |
|
a tibble of relevant financial information
Other Company Summaries:
fmp_balance_sheet(),
fmp_cash_flow(),
fmp_dividends(),
fmp_enterprise_value(),
fmp_financial_growth(),
fmp_full_financial(),
fmp_income(),
fmp_key_executives(),
fmp_key_metrics(),
fmp_market_cap(),
fmp_profile(),
fmp_rating(),
fmp_ratios(),
fmp_splits()
# \donttest{ my_stocks <- c('AAPL', 'GE') d <- fmp_dcf(my_stocks, historical = TRUE, quarterly = TRUE) # }