Hey guys, I’m trying to find a way to download or export a CSV with BTC block numbers and the current USD price. I’ve found a few things that give daily or hourly data but nothing that matches the exact block times. I really need this for tax reporting… anyone know where to look?
BTC Block Numbers and USD Prices
3 replies 269 views
You might wanna check out the LoyceV thread. There’s some block data there, but not sure if it includes the price. I think you’ll need to pull two sets of data: block counts and price history, then merge them yourself. It’s a bit of work, but that’s what I found.
In the CSVs I have for Bitcoin block data, there are columns labeled "usd". You could use the generation_usd column and divide by the block reward. Grab those two files from the links I shared, and you should be able to work with them. Just keep in mind that Bitcoin price can vary by source, so it won’t be pinpoint accurate.
Thanks for the tips, everyone! I managed to piece something together using the info you provided. Appreciate the help!