| Package | Description |
|---|---|
| yahoofinance | |
| yahoofinance.quotes.fx |
| Modifier and Type | Method and Description |
|---|---|
static FxQuote |
YahooFinance.getFx(java.lang.String symbol)
Sends a request for a single FX rate.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,FxQuote> |
YahooFinance.getFx(java.lang.String[] symbols)
Sends a single request to Yahoo Finance to retrieve a quote
for all the requested FX symbols.
|
| Modifier and Type | Method and Description |
|---|---|
protected FxQuote |
FxQuotesRequest.parseCSVLine(java.lang.String line) |