Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 591 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 591 Bytes

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.