Learn R Programming

tidyedgar (version 1.0.1)

get_ydata: Getting yearly data from all public companies from EDGAR

Description

Getting yearly data from all public companies from EDGAR

Usage

get_ydata(account = "Revenues", years = 2020:2023)

Value

A dataframe

Arguments

account

A string representing the account (eg NetIncomeLoss, Revenues, OperatingIncomeLoss, ...)

years

A sequence of numeric values representing the years.

Examples

Run this code
get_ydata(account = "NetIncomeLoss", years = 2022:2023)

Run the code above in your browser using DataLab