How can i get historical klines to calculate rsi, macd? #289
-
How can i get historical klines to calculate rsi, macd? |
Beta Was this translation helpful? Give feedback.
Answered by
oliver-zehentleitner
Sep 5, 2022
Replies: 1 comment
-
Hi @askeroglu ! Historical data is only available via REST API: Best regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
askeroglu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @askeroglu !
Historical data is only available via REST API:
https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/blob/master/example_historical_data.py
Best regards,
Oliver