Repositories (1)
idylfin
2 snippets stored for this repo
// dividends are split adjusted
// retarded way of checking if dividends are already split adjusted.
if (yf.HistoricalDividends(symbol, this.StartDate(), this.EndDate()).splitAdjusted)
YahooFinance yf = YahooFinance.getInstance();
// retarded way of checking if dividends are already split adjusted.
if (yf.HistoricalDividends(symbol, this.StartDate(), this.EndDate()).splitAdjusted)