fmpc_financial_dcfv | R Documentation |
Pull Discounted Cash Flow Value for one or more securities
fmpc_financial_dcfv(
symbols = c("AAPL"),
period = c("current", "daily", "quarterly", "annually"),
limit = 100
)
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 |
data frame of discounted cash flow
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.