get_qdata | R Documentation |
Getting quarterly data from all public companies from EDGAR
get_qdata(
account = "Revenues",
years = 2020:2023,
quarters = c("Q3"),
max_cores = TRUE
)
account |
A string representing the account (eg NetIncomeLoss, Revenues, OperatingIncomeLoss, ...) |
years |
A sequence of numeric values representing the years. |
quarters |
A string representing the quarter. |
max_cores |
Boolean limiting the number of cores to 1. |
A dataframe
get_qdata(account = "NetIncomeLoss", years = 2022:2023, quarters = c("Q4"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.