Documentation of 'org.encog.ml.data.market.loader.YahooFinanceLoader' Java class
YahooFinanceLoader
org.encog.ml.data.market.loader

Class YahooFinanceLoader

  • All Implemented Interfaces:
    MarketLoader


    public class YahooFinanceLoader
    extends java.lang.Object
    implements MarketLoader
    This class loads financial data from Yahoo. One caution on Yahoo data.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.Collection<LoadedMarketData> load(TickerSymbol ticker, java.util.Set<MarketDataType> dataNeeded, java.util.Date from, java.util.Date to)
      Load the specified financial data.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • YahooFinanceLoader

        public YahooFinanceLoader()
    • Method Detail

      • load

        public java.util.Collection<LoadedMarketData> load(TickerSymbol ticker,
                                                           java.util.Set<MarketDataType> dataNeeded,
                                                           java.util.Date from,
                                                           java.util.Date to)
        Load the specified financial data.
        Specified by:
        load in interface MarketLoader
        Parameters:
        ticker - The ticker symbol to load.
        dataNeeded - The financial data needed.
        from - The beginning date to load data from.
        to - The ending date to load data to.
        Returns:
        A collection of LoadedMarketData objects that represent the data loaded.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.