Bitcoin Forum
April 26, 2024, 11:05:06 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Problems with Tick-Level Data from Bitcoincharts.com  (Read 1923 times)
btcdt95 (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 11, 2014, 02:22:41 PM
Last edit: June 12, 2014, 10:18:26 PM by btcdt95
 #1

Hi all,

I've been doing some research using transaction-level data provided by bitcoincharts (http://api.bitcoincharts.com/v1/csv/) but have run into a bit of a problem. Trades that occur within the same second have identical unix timestamps, so it's unclear which trade comes first within the second. This becomes an issue when I try to compare datasets downloaded at different times. I downloaded the bitstamp data in March, for instance, and again yesterday, but the order of transactions is different between the 2 datasets.

For instance, in the dataset through March 25, 2014, trades with unix code 1395399739 have corresponding prices listed in this order:
 
576.01, 575.85, 577, 576.02, 576.99, 576.01
 
But in the dataset through June 10, 2014, the same trades have corresponding prices listed in this order:
 
576.01, 576.02, 575.85, 576.01, 577, 576.99

All I've done is extract the gz file and import the delimited CSV into STATA (I haven't sorted/made any other changes, so I don't think the change in order is a result of anything on my end).  

Clearly they are the same group of trades, but is there any way to verify the correct order? Otherwise it seems like I have to collapse by second.

Thanks in advance for any insight!

EDIT: I've compared the data from bitcoincharts.com and SierraChart.com and they are inconsistent. The order of trades that happened in the same second is different, even though the observations across seconds are all the same. What use is tick-level data compared to second-level data if no one knows the right order?!

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!