jackluo/py-quantmod

RSI MACD not working for many stock tickers

zhang01GA opened this issue · 3 comments

Try stock tickers: SUN.AX, IAG.AX, WES. AX. Their price can be displayed. But the TA indices cutoff in the middle of the datetime axis. Must be a bug.

Hi Jack. Thanks for the response.
I figured out it is not bugs from your code. The root course is that yahoo historical prices had some missing segments in these stocks, particularly with SUN.AX in 2017. If you just use SUN.AX, WES.AX, as a ticker name, try to plot RSI, MACD etc. You will see incomplete plot lines.
What do you reckon? how can we get yahoo to fix their historical prices?