Bitcoin Forum
May 30, 2024, 10:55:45 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Question about cryptocurrency data  (Read 89 times)
BOBOLIU (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
September 07, 2018, 09:04:50 PM
 #1

I just got a historical price data of cryptocurrencies from a R package called crypto, it says the data is scraped from coinmarketcap.com. I am planning to do some research based on this data, but I have some difficulties understanding some of its columns.

The data contains open, high, low, close price for each day. It also has 4 columns that I do not understand, which are volume, market, close_ratio, and spread.

I am not sure if the volume is in dollars or in shares. I am not sure what market means, is it market cap? Is it in dollars or shares?

The spread seems to be the difference between daily high and low price, but this only applies to very few observations. Is this data flawed, or the calculation of spread is more complicated than I thought?

I am new to this forum and I am not sure how to upload a picture here, so I will type the data value of bitcoin on 2018-09-06. It says the close price is 6529.1, volume is 5523470000, market is 116535117253, close_ratio is 0.3551, and spread is 350.42.


tuthienloc92bk
Member
**
Offline Offline

Activity: 364
Merit: 34

Fast, Smart, Trustworthy


View Profile
September 09, 2018, 07:09:15 AM
 #2

I am new to this forum and I am not sure how to upload a picture here, so I will type the data value of bitcoin on 2018-09-06. It says the close price is 6529.1, volume is 5523470000, market is 116535117253, close_ratio is 0.3551, and spread is 350.42.

You can not upload the images while you are newbie rank.



Open: the price of bitcoin in the first trade of this day.

High: the price of bitcoin which is highest of this day.

Low: the price of bitcoin which is lowest of this day.

Close: the price of bitcoin in the last trade of this day.

Volume: unit (USD)

Market Cap: the total worth of Circulating Supply.

Open & Close are on UTC time.

Close_ratio = (open_price - close_price)/close_price

Spread = Absolute of (open_price - close_price)
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!