7

Related to Where can I get tick by tick historical BTC price data? but I need volume data in association with price for all the time tick by tick

Thanks!

Jigar Joshi
  • 363
  • 1
  • 3
  • 10
  • 3
    Volume is much harder to get accurately because the volume of transactions outside of official exchanges is unknown. Whenever bitcoins are sent from one address to another, they might be part of a transaction which involves Fiat currency as well. – Hans-Martin Mosner Jun 21 '17 at 08:19

5 Answers5

2

Try https://tardis.dev it provides tick by tick BTC trade data you can use to calculate volume.

P.S it's my website.

Thad
  • 31
  • 2
2

FirstRateData has prices and volumes, aggregated across 10 exchanges back to 2013 for Bitcoin and back to 2017 for 50 other crypto tickers.

For more complete coverage, Kaiko has data for over 500 crypto tickers - although it can be expensive...

Judo
  • 121
  • 2
1

Quandl.com offers volumes in addition to tick price data. This is, however, per exchange and not from day one of Bitcoin's inception.

More references and links can be found in this answer.

deepbrook
  • 1,672
  • 1
  • 16
  • 23
1

I have been using Poloniex API to get it.

https://poloniex.com/support/api/

Jigar Joshi
  • 363
  • 1
  • 3
  • 10
0

enter link description here - quite some tick data available.

aleck
  • 121
  • 3