Uses of Class
yahoofinance.quotes.fx.FxQuote
-
Packages that use FxQuote Package Description yahoofinance yahoofinance.quotes.csv yahoofinance.quotes.query1v7 -
-
Uses of FxQuote in yahoofinance
Methods in yahoofinance that return FxQuote Modifier and Type Method Description static FxQuoteYahooFinance. getFx(java.lang.String symbol)Sends a request for a single FX rate.Methods in yahoofinance that return types with arguments of type FxQuote Modifier and Type Method 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. -
Uses of FxQuote in yahoofinance.quotes.csv
Methods in yahoofinance.quotes.csv that return FxQuote Modifier and Type Method Description protected FxQuoteFxQuotesRequest. parseCSVLine(java.lang.String line) -
Uses of FxQuote in yahoofinance.quotes.query1v7
Methods in yahoofinance.quotes.query1v7 that return FxQuote Modifier and Type Method Description protected FxQuoteFxQuotesQuery1V7Request. parseJson(com.fasterxml.jackson.databind.JsonNode node)
-