Pull Discounted Cash Flow Value for one or more securities
one or more publicly traded companies domestic or international
period for discounted cash flow - current, daily, quarterly, annually
limit the result for each ticker
data frame of discounted cash flow
if (FALSE) {
# Demo can pull AAPL
fmpc_set_token()
fmpc_financial_dcfv('AAPL')
# For multiple symbols, set a valid API Token
fmpc_set_token('FMPAPIKEY')
fmpc_financial_dcfv(c('AAPL','MSFT','SPY'), period = 'quarterly')
}