org.encog.ml.data.market.loader
public class YahooFinanceLoader extends Object implements MarketLoader
Constructor and Description |
---|
YahooFinanceLoader() |
Modifier and Type | Method and Description |
---|---|
Collection<LoadedMarketData> |
load(TickerSymbol ticker,
Set<MarketDataType> dataNeeded,
Date from,
Date to)
Load the specified financial data.
|
public Collection<LoadedMarketData> load(TickerSymbol ticker, Set<MarketDataType> dataNeeded, Date from, Date to)
load
in interface MarketLoader
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.Copyright © 2014. All Rights Reserved.