Welcome to the Stockalyze Community 👋
A friendly place for Stockalyze users to share ideas, discuss the platform, learn, and grow together.

Recent posts

#1
Troubleshooting & Bug Reports / Re: Disparity between yahoo fi...
Last post by Sacha - June 06, 2026, 04:03:59 AM
Thanks for the update, and sorry to hear you're not feeling well.

No rush at all—check it whenever you're feeling better. If you notice anything that still doesn't look right after updating and refreshing the data, just let me know and I'll be happy to investigate further.

Take care and get well soon.
#2
Troubleshooting & Bug Reports / Re: Disparity between yahoo fi...
Last post by Gd iPas - June 06, 2026, 01:36:39 AM
I appreciate the pragmatic updates .

Not keeking well but Will surely check it in few days time .
#3
Troubleshooting & Bug Reports / Re: Disparity between yahoo fi...
Last post by Sacha - June 01, 2026, 03:53:24 PM
Hi Gd iPas, please update latest Stockalyze. You may still see wrong price data, this can happen because Stockalyze caches downloaded data. If you still see wrong data then right click on the chart and select "Clean and Download Price History" menu item. It will refresh the data from scratch.
Please let me know if it needs more improvement.

Thanks for again for reporting this issue.
#4
Troubleshooting & Bug Reports / Re: Disparity between yahoo fi...
Last post by Gd iPas - June 01, 2026, 09:00:52 AM
Quote from: Sacha on June 01, 2026, 03:32:56 AMUse of yahoo finance automatically adjusts prices. The problem you are observing with SBIN.NS is that there was a recent dividend announcement and prices got adjusted accordingly. On chart you don't want to see that. Stockalyze should improve in such cases. We will have an update soon with the fix.

Thanks again for spotting and reporting it.

I m aware of the dividend stuff....

The data disparity presented in Stockalyze from yahoo finance is agnostic of Dividend related stuff.

All other platforms  are presenting right data
#5
Troubleshooting & Bug Reports / Re: Disparity between yahoo fi...
Last post by Sacha - June 01, 2026, 03:32:56 AM
Use of yahoo finance automatically adjusts prices. The problem you are observing with SBIN.NS is that there was a recent dividend announcement and prices got adjusted accordingly. On chart you don't want to see that. Stockalyze should improve in such cases. We will have an update soon with the fix.

Thanks again for spotting and reporting it.
#6
Troubleshooting & Bug Reports / Re: Disparity between yahoo fi...
Last post by Gd iPas - June 01, 2026, 03:03:26 AM
Quote from: Sacha on June 01, 2026, 01:57:27 AMYou are right about the problem. Even using yfinance gives the wrong output.
We are investigating it.

Thank you for reporting about the problem. We hope to fix it soon.

import yfinance as yf

ticker = yf.Ticker("SBIN.NS")
hist = ticker.history(start="2026-04-10")
hist_csv = hist.to_csv()
print(hist_csv)
Date,Open,High,Low,Close,Volume,Dividends,Stock Splits

...
2026-04-17 00:00:00+05:30,1048.1077725199245,1062.9895516597985,1041.2317140310404,1061.1231689453125,16823879,0.0,0.0

2026-04-20 00:00:00+05:30,1061.1723665018162,1101.102525826513,1056.8010858019393,1088.2344970703125,31179584,0.0,0.0

2026-04-21 00:00:00+05:30,1093.6863001427537,1095.012373226544,1086.3681369836245,1092.1636962890625,16963734,0.0,0.0
...



I really appreciate your attention to this matter.

Would be great if you can keep us posted.

Donno if yfinance api guys have any support team ...If so you may connect with them and get this sorted

Till then we can use other sources in the list.
#7
Troubleshooting & Bug Reports / Re: Disparity between yahoo fi...
Last post by Sacha - June 01, 2026, 01:57:27 AM
You are right about the problem. Even using yfinance gives the wrong output.
We are investigating it.

Thank you for reporting about the problem. We hope to fix it soon.

import yfinance as yf

ticker = yf.Ticker("SBIN.NS")
hist = ticker.history(start="2026-04-10")
hist_csv = hist.to_csv()
print(hist_csv)
Date,Open,High,Low,Close,Volume,Dividends,Stock Splits

...
2026-04-17 00:00:00+05:30,1048.1077725199245,1062.9895516597985,1041.2317140310404,1061.1231689453125,16823879,0.0,0.0

2026-04-20 00:00:00+05:30,1061.1723665018162,1101.102525826513,1056.8010858019393,1088.2344970703125,31179584,0.0,0.0

2026-04-21 00:00:00+05:30,1093.6863001427537,1095.012373226544,1086.3681369836245,1092.1636962890625,16963734,0.0,0.0
...

#8
Troubleshooting & Bug Reports / Re: Disparity between yahoo fi...
Last post by Gd iPas - May 29, 2026, 08:20:23 AM
Check out 20th April 2026 candle of SBI (NSE) in Stockalyze and Yahoo finance and all other platform.

https://share.stockalyze.com/u36z6v




Stockalyze is showing wrong candle data .I m not sure why this is happening becasue I have other tools using same yahoo finance API and giving correct data.



Scanning , backtesting and all analysis will be wrong if the data is skewed
#9
Troubleshooting & Bug Reports / Re: Disparity between yahoo fi...
Last post by Gd iPas - May 29, 2026, 02:09:17 AM
From yesterday its showing correct data , but many many previous candles have been printed with wrong OHLC data in ITC and all other stocks in stockalyze
#10
Troubleshooting & Bug Reports / Re: Disparity between yahoo fi...
Last post by Gd iPas - May 28, 2026, 04:13:58 AM
Quote from: Sacha on May 28, 2026, 02:20:46 AMNo. It wasn't showing in yahoo finance, please check the image I had sent.
Anyways, as of now the data is available in the yahoo finance and so also in Stockalyze.



https://share.stockalyze.com/qjs2q9


In my stockalyze its showing same wrong data. Many candles are showing wrong data .

Check 1st Jan 2026 long candle . 29th april OHLC data of ITC  ....all its wrong data in stockalyze but correct in yahoo finance , TV, and all other platforms

May be the python library that is used to fetch the data is enriching wrong data. I checked across Log and percentage and all other formats .Mostly all presenting wrong info in stockalyze .






I checked in motivewave desktop app now which also fetches from Yahoo finance API. Motive wave is showing correct data.


Please please have a look at this .


This needs to be investigated