I tried to get Binance data on Google Colab using the Python API, but Binance doesn’t send data to any Google Colab machine.
Well, I built it. Here’s the link: https://github.com/DanielFigueiredo1992/Binancecolab/blob/main/obtedor_de_preco.ipynb.
It just doesn’t work with any API Key and secret Key. I don’t know how to solve it. But the purpose of the post is to promote the solution itself.
Daniel Figueiredo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
The trick to getting the data from binance is to use the Binance API for JavaScript. As JavaScript is client-side, we were able to bypass Binance’s limitation of sending data to Google Colab.
Daniel Figueiredo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.