Uses of Class
yahoofinance.Stock
-
Packages that use Stock Package Description yahoofinance yahoofinance.quotes.csv yahoofinance.quotes.query1v7 -
-
Uses of Stock in yahoofinance
Methods in yahoofinance that return Stock Modifier and Type Method Description static StockYahooFinance. get(java.lang.String symbol)Sends a basic quotes request to Yahoo Finance.static StockYahooFinance. get(java.lang.String symbol, boolean includeHistorical)Same as theget(String)method, but with the option to include historical stock quote data.static StockYahooFinance. get(java.lang.String symbol, java.util.Calendar from)Sends a request with the historical quotes included starting from the specifiedCalendardate at the default interval (monthly).static StockYahooFinance. get(java.lang.String symbol, java.util.Calendar from, java.util.Calendar to)Sends a request with the historical quotes included starting from the specifiedCalendardate until the specified Calendar date (to) at the default interval (monthly).static StockYahooFinance. get(java.lang.String symbol, java.util.Calendar from, java.util.Calendar to, Interval interval)Sends a request with the historical quotes included starting from the specifiedCalendardate until the specified Calendar date (to) at the specified interval.static StockYahooFinance. get(java.lang.String symbol, java.util.Calendar from, Interval interval)Sends a request with the historical quotes included starting from the specifiedCalendardate at the specified interval.static StockYahooFinance. get(java.lang.String symbol, Interval interval)Sends a request with the historical quotes included at the specified interval (DAILY, WEEKLY, MONTHLY).Methods in yahoofinance that return types with arguments of type Stock Modifier and Type Method Description static java.util.Map<java.lang.String,Stock>YahooFinance. get(java.lang.String[] symbols)Sends a basic quotes request to Yahoo Finance.static java.util.Map<java.lang.String,Stock>YahooFinance. get(java.lang.String[] symbols, boolean includeHistorical)Same as theget(String[])method, but with the option to include historical stock quote data.static java.util.Map<java.lang.String,Stock>YahooFinance. get(java.lang.String[] symbols, java.util.Calendar from)Sends a request for multiple stocks with the historical quotes included starting from the specifiedCalendardate until today, at the default interval (monthly).static java.util.Map<java.lang.String,Stock>YahooFinance. get(java.lang.String[] symbols, java.util.Calendar from, java.util.Calendar to)Sends a request for multiple stocks with the historical quotes included starting from the specifiedCalendardate until the specified Calendar date (to) at the default interval (monthly).static java.util.Map<java.lang.String,Stock>YahooFinance. get(java.lang.String[] symbols, java.util.Calendar from, java.util.Calendar to, Interval interval)Sends a request for multiple stocks with the historical quotes included starting from the specifiedCalendardate until the specified Calendar date (to) at the specified interval.static java.util.Map<java.lang.String,Stock>YahooFinance. get(java.lang.String[] symbols, java.util.Calendar from, Interval interval)Sends a request for multiple stocks with the historical quotes included starting from the specifiedCalendardate until today, at the specified interval.static java.util.Map<java.lang.String,Stock>YahooFinance. get(java.lang.String[] symbols, Interval interval)Sends a request for multiple stocks with the historical quotes included from the past year, at the specified interval. -
Uses of Stock in yahoofinance.quotes.csv
Methods in yahoofinance.quotes.csv that return Stock Modifier and Type Method Description StockStockQuotesData. getStock() -
Uses of Stock in yahoofinance.quotes.query1v7
Methods in yahoofinance.quotes.query1v7 that return Stock Modifier and Type Method Description protected StockStockQuotesQuery1V7Request. parseJson(com.fasterxml.jackson.databind.JsonNode node)
-