[Question] Data Received is weird
Closed this issue · 0 comments
Hi everyone, I used the python wrapper for twelvedata to get ETH/USDT 4h data, and several cell values are weird. For example, here is a record in the data I received:
Date Open High Low Close
2023-08-08 12:00:00 | 1839.08000 | 1848.96000 | 0.18430 | 1843.58000
As you can see, the low value is weird, being extraordinarily low. I checked on Tradingview, and it seems the actual number is being divided by 1000 before the data is sent. This is not the only record that has this issue, and I am wondering if anyone is experiencing this issue as well. I could go through those cell and multiply them by 1000 but it is still not accurate and I would not like to do this for each dataset I got. Thank you!