Describe the bug
The newest day volume is diffrent from other data source.
like PVH the 2026-03-05 volume is 448647 from twelvedata (request time is 2026-03-05 8:00am) but the correct volume is 650.92k (data from tradingview), and the volumes are the same as tradingview before 2026-03-05 :
{
"meta": {
"symbol": "PVH",
"interval": "1day",
"currency": "USD",
"exchange_timezone": "America/New_York",
"exchange": "NYSE",
"mic_code": "XNYS",
"type": "Common Stock"
},
"values": [
{
"datetime": "2026-03-05",
"open": "65.72000",
"high": "66.61000",
"low": "64.87000",
"close": "65.65000",
"volume": "448647"
},