fmpc_financial_dcfv: Discounted Cash Flow Value

Description Usage Arguments Value Examples

View source: R/financials.R

Description

Pull Discounted Cash Flow Value for one or more securities

Usage

1
2
3
4
5
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

 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)

fmpcloudr documentation built on March 2, 2021, 1:06 a.m.