-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use get_realtime_price method giving keyerror #47
Comments
There is no OHLC data for candle formation. |
Thanks for clarifying, |
The raw data of this function are arrays like this. [['EURUSD_otc', 1735388483.162, 1.03174, 1],
['EURUSD_otc', 1735388483.162, 1.03174, 1],
['EURUSD_otc', 1735388483.162, 1.03174, 1],
['EURUSD_otc', 1735388483.683, 1.03178, 0],
['EURUSD_otc', 1735388483.683, 1.03178, 0],
['EURUSD_otc', 1735388484.152, 1.03178, 1],
['EURUSD_otc', 1735388484.152, 1.03178, 1],
['EURUSD_otc', 1735388484.483, 1.03178, 0],
['EURUSD_otc', 1735388484.658, 1.03175, 1],
['EURUSD_otc', 1735388484.658, 1.03175, 1],
['EURUSD_otc', 1735388485.157, 1.03177, 1],
['EURUSD_otc', 1735388485.283, 1.03177, 0]
] |
Exactly ,This is the data i want ,but which function to use for getting realtime candle data get_realtime_price method giving keyerror |
I want to get the realtime ohlc data of current candle of the given asset
but there is no any way to get the current candle data
The text was updated successfully, but these errors were encountered: