Package | Description |
---|---|
yahoofinance | |
yahoofinance.histquotes | |
yahoofinance.histquotes2 | |
yahoofinance.query2v8 |
Modifier and Type | Method and Description |
---|---|
List<HistoricalQuote> |
Stock.getHistory()
This method will return historical quotes from this stock.
|
List<HistoricalQuote> |
Stock.getHistory(Calendar from)
Requests the historical quotes for this stock with the following characteristics.
|
List<HistoricalQuote> |
Stock.getHistory(Calendar from,
Calendar to)
Requests the historical quotes for this stock with the following characteristics.
|
List<HistoricalQuote> |
Stock.getHistory(Calendar from,
Calendar to,
Interval interval)
Requests the historical quotes for this stock with the following characteristics.
|
List<HistoricalQuote> |
Stock.getHistory(Calendar from,
Interval interval)
Requests the historical quotes for this stock with the following characteristics.
|
List<HistoricalQuote> |
Stock.getHistory(Interval interval)
Requests the historical quotes for this stock with the following characteristics.
|
Modifier and Type | Method and Description |
---|---|
void |
Stock.setHistory(List<HistoricalQuote> history) |
Modifier and Type | Method and Description |
---|---|
List<HistoricalQuote> |
HistQuotesRequest.getResult() |
Modifier and Type | Method and Description |
---|---|
List<HistoricalQuote> |
HistQuotes2Request.getResult() |
Modifier and Type | Method and Description |
---|---|
List<HistoricalQuote> |
HistQuotesQuery2V8Request.getResult() |
Copyright © 2022. All rights reserved.