getYFFreeCashFlow: Get the Free Cash Flow (FCF) from Yahoo Finance of a set of...

Description Usage Arguments Value References Examples

View source: R/getYF_functions.R

Description

Get the Free Cash Flow (FCF) from Yahoo Finance of a set of companies (tickers) The most recent data is taken. FCF = Operating Cash Flow + Capital Expenditure (negative sign)

Usage

1
getYFFreeCashFlow(tickers, block = 10, slp = 10)

Arguments

block

'integer' After each block the query stops slp seconds. Default = 10

slp

'integer' Number os seconds to sleep after each block. Default = 10

Value

list of tickers with the Free Casf Flow

References

https://finance.yahoo.com/quote/ITX.MC/cash-flow?p=ITX.MC

Examples

1
getYFFreeCashFlow(c("UNA.AS", "AAPL", "BMED.MI", "wrongticker","VOW3.DE"))

gabifoix/YHFinR documentation built on March 27, 2021, 9:41 p.m.