Extracting Bitcoin historical ticker data by setting up Bitcoin Node?

0

How do I extract the ticker data (historical values such as day price, day open, day close etc) by setting up a Bitcoin Node? Bitcoin Node is setup using Bitcore.io

All blocks are syncing right now, but I don't really know how to get data?

Stack I use is Node.js with MongoDB

Thanks in advance!

Harish Gupta

Posted 2018-08-20T07:01:47.080

Reputation: 1

Answers

2

The Bitcoin Node is part of the blockchain network. It has nothing to do with markets and trading, and has no concept of a price. As far as the node is concerned, 1 Bitcoin = 1 Bitcoin, and that's it.

If you want historical market prices, you will have to either scrape them from various exchanges yourself, or use a service such as this (I have no affiliation with them, and just found them through Google - I cannot vouch for their data, and better options may exist).

Raghav Sood

Posted 2018-08-20T07:01:47.080

Reputation: 10 897

Can you help with some exchanges that provide historical prices since the initial times of bitcoin? Most of the services, like CoinMarketCap (https://pro.coinmarketcap.com/api/v1#operation/getV1CryptocurrencyListingsHistorical) are paid or provide history for a period of max 1 year!

Thanks! You really clarified most of the doubts!

Harish Gupta 2018-08-20T08:19:25.990

2@Harish : Service or product recommendations don't fit well with the design and purpose of this Q&A website and so are off-topic.RedGrittyBrick 2018-08-20T09:36:00.163

@HarishGupta I've never gone looking for historical data, so I can't make any recommendations, but it is my understanding that you either scrape it yourself, or pay for high quality data. No one really offers good datasets that large for free.Raghav Sood 2018-08-20T09:53:24.910

@RedGrittyBrick No problem! I understand!Harish Gupta 2018-08-20T11:20:15.277

@RaghavSood Ok! Any method to scrape it?Harish Gupta 2018-08-20T11:20:47.500