Read Yahoo Finance
Synopsis
This operator allows you to read data from Yahoo finance.
Description
This operator requests data from Yahoo Finance. For a given stock symbol defined in the symbol parameter it downloads open, close, high, low and volume data. The frequency can be defined using the interval setting.
Input
Output
exa
The example set with the financial data.
Parameters
Symbol
The symbol you want to get. E.g. GOOG for Google or APPL for Apple.
From
Starting date for the time frame you are interested in.
To
Ending date for the time frame you are interested in.
Interval
Sampling rate. Defines whether you want to have daily, monthly or weekly data.
Fail on error
Defines if the operator should fail if it encounters an error or just return an empty data set.