Thank you so much for this video !! I was searching for it for days
@gauravgarg7703 Жыл бұрын
This is such a savior, I've been trying to find an API to get bitcoin price data for a couple of days, and I stumbled upon this video and realized how easy it was to do this with yfinance.
@michaelfolch46702 жыл бұрын
if to_datetime(df["unix"], unit = 's') part is giving you errors you prob need to use milliseconds replace unit = 's' to 'ms'
@idlanhelmy68362 жыл бұрын
what if i want to download btc transaction id?
@ChadThackray2 жыл бұрын
If you want blockchain data, you can run your own node and use the RPC to pull any data you might need