Learn R Programming

tidyedgar (version 1.0.1)

get_qdata: 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
)

Value

A dataframe

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.

Examples

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

Run the code above in your browser using DataLab