Package | Description |
---|---|
yahoofinance | |
yahoofinance.quotes.csv | |
yahoofinance.quotes.query1v7 |
Modifier and Type | Method and Description |
---|---|
static FxQuote |
YahooFinance.getFx(String symbol)
Sends a request for a single FX rate.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,FxQuote> |
YahooFinance.getFx(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(String line) |
Modifier and Type | Method and Description |
---|---|
protected FxQuote |
FxQuotesQuery1V7Request.parseJson(com.fasterxml.jackson.databind.JsonNode node) |
Copyright © 2022. All rights reserved.