powered by
Getting quarterly data from all public companies from EDGAR
get_qdata( account = "Revenues", years = 2020:2023, quarters = c("Q3"), max_cores = TRUE )
A dataframe
A string representing the account (eg NetIncomeLoss, Revenues, OperatingIncomeLoss, ...)
A sequence of numeric values representing the years.
A string representing the quarter.
Boolean limiting the number of cores to 1.
get_qdata(account = "NetIncomeLoss", years = 2022:2023, quarters = c("Q4"))
Run the code above in your browser using DataLab