Uses of Class
yahoofinance.histquotes.HistoricalQuote
-
Packages that use HistoricalQuote Package Description yahoofinance yahoofinance.histquotes yahoofinance.histquotes2 yahoofinance.query2v8 -
-
Uses of HistoricalQuote in yahoofinance
Methods in yahoofinance that return types with arguments of type HistoricalQuote Modifier and Type Method Description java.util.List<HistoricalQuote>Stock. getHistory()This method will return historical quotes from this stock.java.util.List<HistoricalQuote>Stock. getHistory(java.util.Calendar from)Requests the historical quotes for this stock with the following characteristics.java.util.List<HistoricalQuote>Stock. getHistory(java.util.Calendar from, java.util.Calendar to)Requests the historical quotes for this stock with the following characteristics.java.util.List<HistoricalQuote>Stock. getHistory(java.util.Calendar from, java.util.Calendar to, Interval interval)Requests the historical quotes for this stock with the following characteristics.java.util.List<HistoricalQuote>Stock. getHistory(java.util.Calendar from, Interval interval)Requests the historical quotes for this stock with the following characteristics.java.util.List<HistoricalQuote>Stock. getHistory(Interval interval)Requests the historical quotes for this stock with the following characteristics.Method parameters in yahoofinance with type arguments of type HistoricalQuote Modifier and Type Method Description voidStock. setHistory(java.util.List<HistoricalQuote> history) -
Uses of HistoricalQuote in yahoofinance.histquotes
Methods in yahoofinance.histquotes that return types with arguments of type HistoricalQuote Modifier and Type Method Description java.util.List<HistoricalQuote>HistQuotesRequest. getResult() -
Uses of HistoricalQuote in yahoofinance.histquotes2
Methods in yahoofinance.histquotes2 that return types with arguments of type HistoricalQuote Modifier and Type Method Description java.util.List<HistoricalQuote>HistQuotes2Request. getResult() -
Uses of HistoricalQuote in yahoofinance.query2v8
Methods in yahoofinance.query2v8 that return types with arguments of type HistoricalQuote Modifier and Type Method Description java.util.List<HistoricalQuote>HistQuotesQuery2V8Request. getResult()
-