Package | Description |
---|---|
yahoofinance | |
yahoofinance.histquotes2 |
Modifier and Type | Method and Description |
---|---|
List<HistoricalDividend> |
Stock.getDividendHistory()
This method will return historical dividends from this stock.
|
List<HistoricalDividend> |
Stock.getDividendHistory(Calendar from)
Requests the historical dividends for this stock with the following characteristics.
|
List<HistoricalDividend> |
Stock.getDividendHistory(Calendar from,
Calendar to)
Requests the historical dividends for this stock with the following characteristics.
|
Modifier and Type | Method and Description |
---|---|
void |
Stock.setDividendHistory(List<HistoricalDividend> dividendHistory) |
Modifier and Type | Method and Description |
---|---|
List<HistoricalDividend> |
HistDividendsRequest.getResult() |
Copyright © 2022. All rights reserved.