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