Hello,
I’m running into an issue with the Top Movers endpoint that is currently in beta, specifically for crypto. The moving percentage does not seem to reset at midnight, as the documentation suggests. Instead, it seems to return the change percentage between now and the moment the crypto asset was first available. For instance, here is the data returned for Bitcoin:
{
"change": 64017.66,
"percent_change": 231.99,
"price": 91612.2,
"symbol": "BTC/USDC"
},
{
"change": 63936.41,
"percent_change": 231.37,
"price": 91570.075,
"symbol": "BTC/USD"
},
{
"change": 63796.24,
"percent_change": 230.88,
"price": 91427.846,
"symbol": "BTC/USDT"
}
It’s been showing this behaviour at least for a couple of days now. When I call the same endpoint for stocks, I get the data as expected. Am I missing a parameter here that is not documented? Worth mentioning: I’m experiencing this behaviour while using a paper account api key.
Kind regards,
ShankHenk