Description Usage Arguments Value Examples
Pull Discounted Cash Flow Value for one or more securities
1 2 3 4 5 | 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
1 2 3 4 5 6 7 8 9 10 11 12 | ## 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.