Daily changePercent

Hello,

I just wanted to know if there is a way to get the daily change percentage (from midnight open price) of all trading pairs ?
I know it can be calculated with close and open price of the daily candle, but I need to store the percentage for every trading pair and it takes a lot of time to do all the requests.

It would be great to see it implemented in the ticker or something similar.

Regards,
Thomas JARROSSAY

Have you tried this one? /api/v3/ticker/24hr (spot)

I tried the /api/v3/ticker/24hr but this returns the priceChangePercent for the last 24 hours, not from midnight.

try the kline data with 1d interval.
/api/v3/klines