| Package | Description |
|---|---|
| yahoofinance | |
| yahoofinance.histquotes |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Stock.setHistory(java.util.List<HistoricalQuote> history) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<HistoricalQuote> |
HistQuotesRequest.getResult() |