Skip to content

Import Data from Yahoo Finance

We have built the pipeline to import data from Yahoo Finance into Rose directly.

Import Data on rose.ai

Running the yahoo:push function in code module can push price data of any given ticker into Rose.

  1. Identify the specific ticker (such as AAPL for Apple) that you want to push.
  2. Running the push funciton in a code module in Rose:

    yahoo:push(rosecode, ticker) where ticker is the the ticker of a stock and rosecode is a new rosecode that you would like to name the data.

    For example: yahoo:push(usa.equity.price.aapl.demo, AAPL)

Import Data using Excel Add-in

Using the Windows Excel Add-in, you can push Yahoo Finance price and volume data directly to Rose.

  1. Identify the specific ticker (such as AAPL for Apple) that you want to push.

  2. Determine which specification you would like to push (price: default= adjusted close, open, high, low, close; volume)

=push_yahoo_to_rose(rosecode, ticker, specification )