Learn R Programming

fmpcloudr (version 0.1.5)

fmpc_earning_call_transcript: Full transcript of earnings call

Description

Full transcript of earnings call

Usage

fmpc_earning_call_transcript(symbols = c("AAPL"), quarter = 2, year = 2020)

Arguments

symbols

one or more symbols from the FMP available list that can be found using fmpc_symbols_available. A valid API token must be set in order to enable functionality. See documentation for setting a token under fmpc_set_token.

quarter

earnings year quarter

year

earnings call year

Value

earnings call transcript in data frame

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
# 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'))

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab