/BitcoinPriceHistoryInChina

This repository is for store the prices history of bitcoin in china before Oct.2017.All the data from OKcoin and Huobi.

Primary LanguagePython

Bitcoin Price History in China

According to the policy, the bitcoin exchange will suspend its local trading service at the end of Oct.2017. But the history price of bitcoin in China must value to quant analyze or some other financial/investment research.

So this repository intend to collection and store the data of trading history for research in future.

Data resource

We will collecting data from the exchange: Okcoin and HuoBi.Using their API to get the daily prices, and store in csv file.

Program

Python 3.6.2 is the program language we using for collection data.