Bitcoin Forum
May 07, 2024, 08:41:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Historic data on bitcoin price  (Read 2672 times)
Mikcik (OP)
Sr. Member
****
Offline Offline

Activity: 742
Merit: 250


View Profile
December 28, 2013, 09:09:58 PM
 #1

Where can i get historic data on bitcoin price dating as back as possible (even around 2010 for example) in a "table" fashion that will allow me to import it via copying into excel?

Preferably bitstamp or mgtox (but i would like bitstamp). I found this:

http://www.cryptocoincharts.info/

But it doesnt go as much back in history as i would like it to go. and there are also few weeks that missed the data (for example the start of the buble in 2013 april)

Is there some place when i can get the data (in number formats for importing into excel)
?
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715071313
Hero Member
*
Offline Offline

Posts: 1715071313

View Profile Personal Message (Offline)

Ignore
1715071313
Reply with quote  #2

1715071313
Report to moderator
1715071313
Hero Member
*
Offline Offline

Posts: 1715071313

View Profile Personal Message (Offline)

Ignore
1715071313
Reply with quote  #2

1715071313
Report to moderator
deepceleron
Legendary
*
Offline Offline

Activity: 1512
Merit: 1028



View Profile WWW
December 28, 2013, 09:15:38 PM
 #2

http://api.bitcoincharts.com/v1/csv/

This much data will make Excel shit the bed though.
Mikcik (OP)
Sr. Member
****
Offline Offline

Activity: 742
Merit: 250


View Profile
December 28, 2013, 10:31:28 PM
 #3

http://api.bitcoincharts.com/v1/csv/

This much data will make Excel shit the bed though.

OMG! Thats a statistician wet dream... :-). Ill check it out, thanks, might even use SPSS (statistician software).
Mikcik (OP)
Sr. Member
****
Offline Offline

Activity: 742
Merit: 250


View Profile
December 28, 2013, 10:49:34 PM
 #4

I gave it a look but i dont know how to interpret the data, i dont know whats a date and whats the price (low high open close...?)

Can someone redirect me elsewhere please?

deepceleron
Legendary
*
Offline Offline

Activity: 1512
Merit: 1028



View Profile WWW
December 28, 2013, 11:51:05 PM
 #5

It is the unix epoch timestamp, the trade price, and the trade volume, for every single trade.
Coin_Master
Full Member
***
Offline Offline

Activity: 148
Merit: 100


View Profile
December 29, 2013, 11:27:56 AM
 #6

It is the unix epoch timestamp, the trade price, and the trade volume, for every single trade.
Well he certainly asked for it, didn't he.  Absolutely massive. Thank you for this deepceleron.
Mikcik (OP)
Sr. Member
****
Offline Offline

Activity: 742
Merit: 250


View Profile
December 29, 2013, 12:52:23 PM
 #7

Well i have got data in rows... per row theres info like this:

1315922016,5.800000000000,1.000000000000


I have loaded it into excel (i donmt have SPSS installed), how can i interpret it (im not a programmer by the way)?

The first should be date i suppose but whats the stupiud format, how can i get it to normal format recognizeable by excel?

Or does excel import it somewhat improperly?

(Its the 86 MB (or so) bitstampUSD data file...
deepceleron
Legendary
*
Offline Offline

Activity: 1512
Merit: 1028



View Profile WWW
December 29, 2013, 08:52:10 PM
 #8

Well i have got data in rows... per row theres info like this:

1315922016,5.800000000000,1.000000000000


I have loaded it into excel (i donmt have SPSS installed), how can i interpret it (im not a programmer by the way)?

The first should be date i suppose but whats the stupiud format, how can i get it to normal format recognizeable by excel?

Or does excel import it somewhat improperly?

Both Excel times and Unix Epoch time are simply a number.
  • Epoch time is seconds since midnight 1/1/1970.
  • Excel time is days since January "0" 1900
Excel time is 1 greater than it should be after Feb 28 1900, since Excel replicates a 25-year-old Lotus 1-2-3 bug.
The Excel formula is:
=(A1/86400)+25569
This makes the time right now 1388349029 -> 41637.8545023148. You then only need to format the cells as the date/time format you want.


It sounds like you might want just daily pricing, the maths of which can be done less painlessly in a programming language. It's already been done, press download on this site:
http://www.quandl.com/BITCOIN-Bitcoin-Charts/BITSTAMPUSD-Bitcoin-Markets-bitstampUSD
knightcoin
Full Member
***
Offline Offline

Activity: 238
Merit: 100


Stand on the shoulders of giants


View Profile
December 30, 2013, 12:20:48 AM
Last edit: December 30, 2013, 12:48:03 AM by knightcoin
 #9

Well i have got data in rows... per row theres info like this:

1315922016,5.800000000000,1.000000000000


I have loaded it into excel (i donmt have SPSS installed), how can i interpret it (im not a programmer by the way)?

The first should be date i suppose but whats the stupiud format, how can i get it to normal format recognizeable by excel?

Or does excel import it somewhat improperly?

Both Excel times and Unix Epoch time are simply a number.
  • Epoch time is seconds since midnight 1/1/1970.
  • Excel time is days since January "0" 1900
Excel time is 1 greater than it should be after Feb 28 1900, since Excel replicates a 25-year-old Lotus 1-2-3 bug.
The Excel formula is:
=(A1/86400)+25569
This makes the time right now 1388349029 -> 41637.8545023148. You then only need to format the cells as the date/time format you want.


It sounds like you might want just daily pricing, the maths of which can be done less painlessly in a programming language. It's already been done, press download on this site:
http://www.quandl.com/BITCOIN-Bitcoin-Charts/BITSTAMPUSD-Bitcoin-Markets-bitstampUSD

Interesting info.. Why SPSS ? I've been played a litte bit with nodexl (similar to pajek) http://nodexl.codeplex.com/ ...

http://www.introversion.co.uk/
mit/x11 licence 18.x/16|o|3ffe ::71
yitingyou
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
December 30, 2013, 05:22:11 AM
 #10

 Smiley
Mikcik (OP)
Sr. Member
****
Offline Offline

Activity: 742
Merit: 250


View Profile
December 30, 2013, 10:58:52 AM
 #11

Well i have got data in rows... per row theres info like this:

1315922016,5.800000000000,1.000000000000


I have loaded it into excel (i donmt have SPSS installed), how can i interpret it (im not a programmer by the way)?

The first should be date i suppose but whats the stupiud format, how can i get it to normal format recognizeable by excel?

Or does excel import it somewhat improperly?

Both Excel times and Unix Epoch time are simply a number.
  • Epoch time is seconds since midnight 1/1/1970.
  • Excel time is days since January "0" 1900
Excel time is 1 greater than it should be after Feb 28 1900, since Excel replicates a 25-year-old Lotus 1-2-3 bug.
The Excel formula is:
=(A1/86400)+25569
This makes the time right now 1388349029 -> 41637.8545023148. You then only need to format the cells as the date/time format you want.


It sounds like you might want just daily pricing, the maths of which can be done less painlessly in a programming language. It's already been done, press download on this site:
http://www.quandl.com/BITCOIN-Bitcoin-Charts/BITSTAMPUSD-Bitcoin-Markets-bitstampUSD

Interesting info.. Why SPSS ? I've been played a litte bit with nodexl (similar to pajek) http://nodexl.codeplex.com/ ...

I have been "forced" to use SPSS at university on some projects so i know it a little, and since its the only "real stascian" soft. i know, i mentioned it :-).
knightcoin
Full Member
***
Offline Offline

Activity: 238
Merit: 100


Stand on the shoulders of giants


View Profile
December 30, 2013, 02:32:21 PM
 #12

Well i have got data in rows... per row theres info like this:

1315922016,5.800000000000,1.000000000000


I have loaded it into excel (i donmt have SPSS installed), how can i interpret it (im not a programmer by the way)?

The first should be date i suppose but whats the stupiud format, how can i get it to normal format recognizeable by excel?

Or does excel import it somewhat improperly?

Both Excel times and Unix Epoch time are simply a number.
  • Epoch time is seconds since midnight 1/1/1970.
  • Excel time is days since January "0" 1900
Excel time is 1 greater than it should be after Feb 28 1900, since Excel replicates a 25-year-old Lotus 1-2-3 bug.
The Excel formula is:
=(A1/86400)+25569
This makes the time right now 1388349029 -> 41637.8545023148. You then only need to format the cells as the date/time format you want.


It sounds like you might want just daily pricing, the maths of which can be done less painlessly in a programming language. It's already been done, press download on this site:
http://www.quandl.com/BITCOIN-Bitcoin-Charts/BITSTAMPUSD-Bitcoin-Markets-bitstampUSD

Interesting info.. Why SPSS ? I've been played a litte bit with nodexl (similar to pajek) http://nodexl.codeplex.com/ ...

I have been "forced" to use SPSS at university on some projects so i know it a little, and since its the only "real stascian" soft. i know, i mentioned it :-).

ok. I had one module in psychology (extra grade) and I was forced to use SPSS too .. its oK I guess ...

http://www.introversion.co.uk/
mit/x11 licence 18.x/16|o|3ffe ::71
Mikcik (OP)
Sr. Member
****
Offline Offline

Activity: 742
Merit: 250


View Profile
December 30, 2013, 02:43:42 PM
 #13

Well i have got data in rows... per row theres info like this:

1315922016,5.800000000000,1.000000000000


I have loaded it into excel (i donmt have SPSS installed), how can i interpret it (im not a programmer by the way)?

The first should be date i suppose but whats the stupiud format, how can i get it to normal format recognizeable by excel?

Or does excel import it somewhat improperly?

Both Excel times and Unix Epoch time are simply a number.
  • Epoch time is seconds since midnight 1/1/1970.
  • Excel time is days since January "0" 1900
Excel time is 1 greater than it should be after Feb 28 1900, since Excel replicates a 25-year-old Lotus 1-2-3 bug.
The Excel formula is:
=(A1/86400)+25569
This makes the time right now 1388349029 -> 41637.8545023148. You then only need to format the cells as the date/time format you want.


It sounds like you might want just daily pricing, the maths of which can be done less painlessly in a programming language. It's already been done, press download on this site:
http://www.quandl.com/BITCOIN-Bitcoin-Charts/BITSTAMPUSD-Bitcoin-Markets-bitstampUSD

Ok, thanks for this, this looks cool and it looks even a statistic and programmer noob as myself can work with it, so thanks :-)!

Just out of curiosity, these are day data, what are the interval of the original data you posted link to?

Are they hour data (24 rows per day) 12 hour data (2 rows per day)?
deepceleron
Legendary
*
Offline Offline

Activity: 1512
Merit: 1028



View Profile WWW
December 30, 2013, 05:26:45 PM
 #14

Ok, thanks for this, this looks cool and it looks even a statistic and programmer noob as myself can work with it, so thanks :-)!

Just out of curiosity, these are day data, what are the interval of the original data you posted link to?

Are they hour data (24 rows per day) 12 hour data (2 rows per day)?
The Bitcoincharts CSVs are a list of every single individual trade that has ever happened on that exchange:
It is the unix epoch timestamp, the trade price, and the trade volume, for every single trade.
knightcoin
Full Member
***
Offline Offline

Activity: 238
Merit: 100


Stand on the shoulders of giants


View Profile
December 30, 2013, 05:36:01 PM
 #15

what about

http://www.quantabytes.com/faq

 Huh

http://www.introversion.co.uk/
mit/x11 licence 18.x/16|o|3ffe ::71
Mikcik (OP)
Sr. Member
****
Offline Offline

Activity: 742
Merit: 250


View Profile
December 30, 2013, 07:59:55 PM
Last edit: December 30, 2013, 10:14:36 PM by Mikcik
 #16

deleted, problems solved :-).

After my noobish calculations (the log price and the trendline) it showed me that btc should get to price around 10 000 somewhere around the end of 2014.
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!