Categories

Versions

Read Yahoo Finance (Operator Toolbox)

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 (Data table)

      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.