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.
- Identify the specific ticker (such as AAPL for Apple) that you want to push.
-
Running the push funciton in a code module in Rose:
yahoo:push(rosecode, ticker)
whereticker
is the the ticker of a stock androsecode
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.
-
Identify the specific ticker (such as AAPL for Apple) that you want to push.
-
Determine which specification you would like to push (price: default= adjusted close, open, high, low, close; volume)
=push_yahoo_to_rose(rosecode, ticker, specification )