Description Usage Arguments Value References Examples
View source: R/getYF_functions.R
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)
1 | getYFFreeCashFlow(tickers, block = 10, slp = 10)
|
block |
'integer' After each block the query stops slp seconds. Default = 10 |
slp |
'integer' Number os seconds to sleep after each block. Default = 10 |
list of tickers with the Free Casf Flow
https://finance.yahoo.com/quote/ITX.MC/cash-flow?p=ITX.MC
1 | getYFFreeCashFlow(c("UNA.AS", "AAPL", "BMED.MI", "wrongticker","VOW3.DE"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.