get_cf: get_cf

View source: R/get_cf.R

get_cfR Documentation

get_cf

Description

A tidy dataframe of cash flow data.

Usage

get_cf(ticker, report_type = "annual")

Arguments

ticker

A string 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_cf("AAPL")

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

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