
Last chance! 50% off unlimited learning
Sale ends in
getFinancials(Symbol, env = .GlobalEnv, src = "google",
auto.assign = TRUE,
...)viewFinancials(x, type=c('BS','IS','CF'), period=c('A','Q'),
subset = NULL)
Individual statements can be accessed using
standard Rlist extraction tools, or by
using viewFinancials
.
viewFinancials
allows for the use of
date subsetting as available in the
JAVA <- getFinancials('JAVA')
AAPL <- getFin('AAPL')
JAVA$IS$Q # Quarterly Income Statement
AAPL$CF$A # Annual Cash Flows
str(AAPL)
Run the code above in your browser using DataLab