Uses of Class
yahoofinance.histquotes2.HistoricalDividend
-
Packages that use HistoricalDividend Package Description yahoofinance yahoofinance.histquotes2 -
-
Uses of HistoricalDividend in yahoofinance
Methods in yahoofinance that return types with arguments of type HistoricalDividend Modifier and Type Method Description java.util.List<HistoricalDividend>Stock. getDividendHistory()This method will return historical dividends from this stock.java.util.List<HistoricalDividend>Stock. getDividendHistory(java.util.Calendar from)Requests the historical dividends for this stock with the following characteristics.java.util.List<HistoricalDividend>Stock. getDividendHistory(java.util.Calendar from, java.util.Calendar to)Requests the historical dividends for this stock with the following characteristics.Method parameters in yahoofinance with type arguments of type HistoricalDividend Modifier and Type Method Description voidStock. setDividendHistory(java.util.List<HistoricalDividend> dividendHistory) -
Uses of HistoricalDividend in yahoofinance.histquotes2
Methods in yahoofinance.histquotes2 that return types with arguments of type HistoricalDividend Modifier and Type Method Description java.util.List<HistoricalDividend>HistDividendsRequest. getResult()
-