Tag: trading
-
How to install Numpy and Pandas for data science in a M1 MacBook
The new M1 chip MacBooks come with a nasty surprise for those of us who like to tinker with code: You can’t install Pandas and Numpy out of the box.
-
How to create trading tools with Interactive Brokers and Python (I)
How to create your own custom trading tools using Python and the Interactive Brokers API.
-
How to get Bitcoin prices using Python
How to get Bitcoin prices using Python and the Coinbase API
-
Get Crypto prices using Google Finance and Google Spreadsheets
In the past it was possible to use Google Finance to pull cryptocurrency prices directly, this is no longer an option but we can use other built-in functions to do so.