C# Class Encog.App.Quant.Loader.Yahoo.YahooDownload

A loader, that will pull basic EOD data from YahooFinance.
Show file Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
LoadAllData ( String ticker, String output, CSVFormat outputFormat, System.DateTime from, System.DateTime to ) : void

Load financial data.

YahooDownload ( ) : System

Construct the object.

Private Methods

Method Description
BuildURL ( String ticker, System.DateTime from, System.DateTime to ) : Uri

This method builds a URL to load data from Yahoo Finance for a neural network to train with.

Method Details

LoadAllData() public method

Load financial data.
public LoadAllData ( String ticker, String output, CSVFormat outputFormat, System.DateTime from, System.DateTime to ) : void
ticker String The ticker symbol.
output String The output file.
outputFormat Encog.Util.CSV.CSVFormat The output format.
from System.DateTime Starting date.
to System.DateTime Ending date.
return void

YahooDownload() public method

Construct the object.
public YahooDownload ( ) : System
return System