get_financials: get_financials

get_financialsR Documentation

get_financials

Description

A single tidy dataframe of income statement, balance sheet, and cash flow data.

Usage

get_financials(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_financials("AAPL")

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


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