get_qdata {tidyedgar}R Documentation

Getting quarterly data from all public companies from EDGAR

Description

Getting quarterly data from all public companies from EDGAR

Usage

get_qdata(
  account = "Revenues",
  years = 2020:2023,
  quarters = c("Q3"),
  max_cores = TRUE
)

Arguments

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.

Value

A dataframe

Examples

get_qdata(account = "NetIncomeLoss", years = 2022:2023, quarters = c("Q4"))


[Package tidyedgar version 1.0.1 Index]