Here is the simplest way I found to retrieve Bitcoin price using Python and the pandas library.
Installing pandas
Getting Bitcoin prices
As we can see the Bitcoin prices are saved under the btc_prices variable.
Here you are ! you now know how to get Bitcoin prices using the pandas library.