Lenskiy / Yahoo-Quandl-Market-Data-Donwloader

Matlab functions for market data downloading
47 stars 19 forks source link

Symbol not found #5

Closed Sinansi closed 1 year ago

Sinansi commented 1 year ago

initDate = '1-Jan-2014'; symbol = 'AAPL'; aaplusd_yahoo_raw = getMarketDataViaYahoo(symbol, initDate);

Error using getMarketDataViaYahoo Possibly AAPL is not found

Sinansi commented 1 year ago

Nevermind! Namespace conflict.

I found other addons installed in my Matlab environment, which also use your addon, but older versions. I removed all of them, and the issue was solved.