get_income: get_income

View source: R/get_income.R

get_incomeR Documentation

get_income

Description

A tidy dataframe of income statement data.

Usage

get_income(ticker, report_type = "annual")

Arguments

ticker

A character vector of stock tickers. Ex. ticker = c("AAPL", "MSFT")

report_type

Accepts "quarterly" or "annual". Default is "annual". Both return 4 intervals.

Value

Dataframe

Examples

get_income("AAPL")

get_income(c("AAPL", "MSFT"), report_type = "quarterly")

Ljupch0/yfinance documentation built on July 27, 2023, 7:12 p.m.