Is there a way to convert max int64 number to float number?
I have a max int64 number 9223372036854775807
I want to convert this to float or double. How can I do it in python?
I am developing an automated trading system using a well known broker's API. API sent that number as a response to one of my requests.