It looks like you're new here. If you want to get involved, click one of these buttons!
change = lastPrice - closePricechange% = (lastPrice - closePrice) * 100 / closePrice
For indices the exchange is sending the value, but for other segments we are calculating the value.
Can you calculate the change at your end for now? We will make changes in next release.
Here is the pseudo code,