fmpc_financial_dcfv {fmpcloudr} | R Documentation |
Discounted Cash Flow Value
Description
Pull Discounted Cash Flow Value for one or more securities
Usage
fmpc_financial_dcfv(
symbols = c("AAPL"),
period = c("current", "daily", "quarterly", "annually"),
limit = 100
)
Arguments
symbols |
one or more publicly traded companies domestic or international |
period |
period for discounted cash flow - current, daily, quarterly, annually |
limit |
limit the result for each ticker |
Value
data frame of discounted cash flow
Examples
## Not run:
# 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')
## End(Not run)
[Package fmpcloudr version 0.1.5 Index]