Package | Description |
---|---|
yahoofinance | |
yahoofinance.histquotes |
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() |
Copyright © 2016. All rights reserved.