get_qdata: Getting quarterly data from all public companies from EDGAR

View source: R/get_qdata.R

get_qdataR 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"))


tidyedgar documentation built on May 29, 2024, 6:45 a.m.