Full transcript of earnings call
fmpc_earning_call_transcript(symbols = c("AAPL"), quarter = 2, year = 2020)
symbols | one or more symbols from the FMP available list that can be
found using |
---|---|
quarter | earnings year quarter |
year | earnings call year |
earnings call transcript in data frame
if (FALSE) { # Demo can pull AAPL fmpc_set_token() fmpc_earning_call_transcript('AAPL',quarter = 1, year = 2019) # For multiple symbols, set a valid API Token fmpc_set_token('FMPAPIKEY') fmpc_earning_call_transcript(c('AAPL','MSFT','SPY')) }