cryptodatapy 0.2.23__tar.gz → 0.2.25__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/PKG-INFO +2 -2
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/pyproject.toml +2 -2
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/conf/fields.csv +126 -126
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/datarequest.py +1 -0
- cryptodatapy-0.2.25/src/cryptodatapy/extract/exchanges/dydx.py +722 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/getdata.py +7 -3
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/transform/filter.py +2 -2
- cryptodatapy-0.2.23/src/cryptodatapy/extract/exchanges/dydx.py +0 -137
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/LICENSE +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/README.md +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/__init__.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/conf/__init__.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/conf/tickers.csv +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/datasets/__init__.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/datasets/br_econ_calendar.csv +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/datasets/ca_econ_calendar.csv +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/datasets/cn_econ_calendar.csv +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/datasets/de_econ_calendar.csv +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/datasets/ez_econ_calendar.csv +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/datasets/fr_econ_calendar.csv +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/datasets/gb_econ_calendar.csv +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/datasets/get_econ_calendars.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/datasets/id_econ_calendar.csv +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/datasets/in_econ_calendar.csv +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/datasets/it_econ_calendar.csv +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/datasets/jp_econ_calendar.csv +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/datasets/kr_econ_calendar.csv +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/datasets/mx_econ_calendar.csv +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/datasets/ru_econ_calendar.csv +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/datasets/tr_econ_calendar.csv +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/datasets/us_econ_calendar.csv +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/__init__.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/data_vendors/.ipynb_checkpoints/CCXT-checkpoint.ipynb +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/data_vendors/.ipynb_checkpoints/DBNomics-checkpoint.ipynb +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/data_vendors/.ipynb_checkpoints/InvestPy-checkpoint.ipynb +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/data_vendors/.ipynb_checkpoints/NasdaqDataLink-checkpoint.ipynb +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/data_vendors/.ipynb_checkpoints/PandasDataReader-checkpoint.ipynb +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/data_vendors/__init__.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/data_vendors/coinmetrics_api.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/data_vendors/cryptocompare_api.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/data_vendors/datavendor.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/data_vendors/glassnode_api.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/data_vendors/tiingo_api.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/exchanges/__init__.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/exchanges/exchange.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/libraries/__init__.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/libraries/ccxt_api.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/libraries/dbnomics_api.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/libraries/investpy_api.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/libraries/library.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/libraries/pandasdr_api.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/web/__init__.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/web/aqr.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/extract/web/web.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/transform/__init__.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/transform/clean.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/transform/convertparams.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/transform/impute.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/transform/od.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/transform/wrangle.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/util/__init__.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/util/datacatalog.py +0 -0
- {cryptodatapy-0.2.23 → cryptodatapy-0.2.25}/src/cryptodatapy/util/datacredentials.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: cryptodatapy
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.25
|
4
4
|
Summary: Cryptoasset data library
|
5
5
|
License: Apache-2.0
|
6
6
|
Author: Systamental
|
@@ -32,7 +32,7 @@ Requires-Dist: statsmodels (>=0.13.2)
|
|
32
32
|
Requires-Dist: tdqm (>=0.0.1)
|
33
33
|
Requires-Dist: webdriver-manager (>=3.8.3)
|
34
34
|
Requires-Dist: xlrd (>=2.0.1)
|
35
|
-
Requires-Dist: yfinance (
|
35
|
+
Requires-Dist: yfinance (==0.2.64)
|
36
36
|
Description-Content-Type: text/markdown
|
37
37
|
|
38
38
|

|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "cryptodatapy"
|
3
|
-
version = "0.2.
|
3
|
+
version = "0.2.25"
|
4
4
|
description = "Cryptoasset data library"
|
5
5
|
authors = ["Systamental"]
|
6
6
|
license = "Apache License 2.0"
|
@@ -22,7 +22,7 @@ numpy = ">=1.23.2"
|
|
22
22
|
pandas = ">=2.2.3"
|
23
23
|
pandas-datareader = ">=0.10.0"
|
24
24
|
responses = ">=0.21.0"
|
25
|
-
yfinance = "
|
25
|
+
yfinance = "0.2.64"
|
26
26
|
openpyxl = ">=3.1.2"
|
27
27
|
xlrd = ">=2.0.1"
|
28
28
|
fsspec = ">=2024.6.1"
|
@@ -1,126 +1,126 @@
|
|
1
|
-
id,name,description,category,subcategory,freq,unit,data_type,cryptocompare_id,coinmetrics_id,ccxt_id,glassnode_id,coingecko_id,tiingo_id,investpy_id,dbnomics_id,fred_id,yahoo_id,famafrench_id,wb_id
|
2
|
-
date,date,date and time,all,none,all,YYYY-MM-DD-HH:MM:SS,DatetimeIndex,time,time,datetime,t,,date,Date,period,DATE,Date,Date
|
3
|
-
ticker,ticker symbol,ticker symbol for asset or index,all,none,all,none,string,symbol,market,symbol,,,ticker,,,symbol,Ticker
|
4
|
-
bid,best bid price,highest price that a buyer is willing to pay for a unit of the asset,market,quotes,tick,quote currency units,Float64,,bid_price,,,,,,,,,,
|
5
|
-
ask,best ask price,lowest price that a seller is willing to sell a unit of the asset,market,quotes,tick,quote currency units,Float64,,ask_price,,,,,,,,,,
|
6
|
-
bid_size,bid size,The quantity/size of the highest price bid,market,quotes,tick,asset units,Float64,,bid_size,,,,,,,,,,
|
7
|
-
ask_size,ask size,The quantity/size of the lowest price ask,market,quotes,tick,asset units,Float64,,ask_size,,,,,,,,,,
|
8
|
-
trade_size,trade size,number of units of asset traded,market,trades,tick,asset units,Float64,,amount,,,,,,,,,,
|
9
|
-
trade_price,trade price,price of asset in units of quote currency,market,trades,tick,quote currency units,Float64,,price,,,,,,,,,,
|
10
|
-
trade_side,trade side ,"buy or sell, side taking liquidity",market,trades,tick,none,string,,side,,,,,,,,,,
|
11
|
-
open,open price,open price of OHLC bar,market,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",quote currency units,Float64,open,price_open,open,market/price_usd_ohlc,,open,Open,,,Open
|
12
|
-
high,high price,high price of OHLC bar,market,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",quote currency units,Float64,high,price_high,high,market/price_usd_ohlc,,high,High,,,High
|
13
|
-
low,low price,low price of OHLC bar,market,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",quote currency units,Float64,low,price_low,low,market/price_usd_ohlc,,low,Low,,,Low
|
14
|
-
close,close price,close price of OHLC bar,market,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",quote currency units,Float64,close,price_close,close,market/price_usd_ohlc,,close,Close,,close,Close,close
|
15
|
-
volume,volume,number of units of assets traded within time interval,market,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",asset units,Float64,volumefrom,volume,volume,,,volume,Volume,,,Volume
|
16
|
-
volume_quote_ccy,volume in quote ccy ,"value of assets traded within time interval in quote currency, or volume * close",market,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",quote currency units ,Float64,volumeto,,,,,volumeNotional,,,,,,
|
17
|
-
trades,trades count,number of trades within time interval,market ,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",trades ,Int64,,,,,,tradesDone,,,,,,
|
18
|
-
open_adj,adjusted open price,"open price of OHLC bar adjusted for stock splits, dividends, and rights offerings",market,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",quote currency units,Float64,,,,,,adjOpen,,,,,,
|
19
|
-
high_adj,adjusted high price,"high price of OHLC bar adjusted for stock splits, dividends, and rights offerings",market,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",quote currency units,Float64,,,,,,adjHigh,,,,,,
|
20
|
-
low_adj,adjusted low price,"low price of OHLC bar adjusted for stock splits, dividends, and rights offerings",market,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",quote currency units,Float64,,,,,,adjLow,,,,,,
|
21
|
-
close_adj,adjusted close price,"close price of OHLC bar adjusted for stock splits, dividends, and rights offerings",market,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",quote currency units,Float64,,,,,,adjClose,,,,Adj Close,,
|
22
|
-
volume_adj,adjusted volume,"volume adjusted for stock splits, dividends, and rights offerings",market,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",quote currency units,Float64,,,,,,adjVolume,,,,,,
|
23
|
-
ret,return,,market,returns,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",decimal,Float64,,,,,,,,,,,,
|
24
|
-
tr,total return,,market,returns,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",decimal,Float64,,,,,,,,,,,,
|
25
|
-
er,excess return,,market,returns,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",decimal,Float64,,,,,,,,,,,,
|
26
|
-
vwap,volume-weighted avg price,average volume-weighted price of quote asset within time interval,market,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",quote currency units,Float64,,vwap,,,,none,,,,,,
|
27
|
-
dividend,dividend,dividend paid out on ex-ante date,market,ohlc_bars,d ,quote currency units,Float64,,,,,,divCash
|
28
|
-
split,split,"factor used to adjust prices when a company splits, reverse splits, or pays a distribution",market,ohlc_bars,d ,factor ,Float64,,,,,,splitFactor,,,,,,
|
29
|
-
ref_rate_usd,reference rate in USD,price of asset in USD using an aggregation methodology,market,ohlc_bars,d ,quote currency units,Float64,,ReferenceRateUSD
|
30
|
-
oi,open interest,number of outstanding futures contracts that are open and have yet to be settled,market,derivatives,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",number of contracts,Float64,,contract_count,openInterestAmount,,,,,,,,,
|
31
|
-
funding_rate,funding rate,interest rate for holding derivative contract within time interval,market,derivatives,"1h, 2h, 4h, 8h, d, w, m, q",interest rate over time interval,Float64,,rate,fundingRate,derivatives/futures_funding_rate_perpetual
|
32
|
-
mkt_cap,market capitalization,usd value of circulating supply,market,market capitalization,"d, w, m, q",usd,Float64,,CapMrktCurUSD,,market/marketcap_usd,,,,,,,,
|
33
|
-
mkt_cap_real,"market capitalization, reaized","The sum USD value based on the USD closing price on the day that a native unit last moved (i.e., last transacted) for all native units",market,market capitalization,"d, w, m, q",usd,Float64,,CapRealUSD,,,,,,,,,,
|
34
|
-
mkt_cap_ff,"market capitalization, free float",The sum USD value of the free float supply. Also referred to as free float network value or free float market capitalization,market,market capitalization,"d, w, m, q",usd,Float64,,CapMrktFFUSD,,,,,,,,,,
|
35
|
-
bvin,bitcoin volatility index,Bitcoin Volatility Index (BVIN) is an implied volatility index that also represents the fair value of a bitcoin variance swap. The index is calculated by CryptoCompare using options data from Deribit and has been developed in collaboration with Carol Alexander and Arben Imeraj at the University of Sussex Business School. The index is suitable for use as a settlement price for bitcoin volatility futures. For more information on the methodology please see Alexander and Imeraj (2020).,market,indicators,"d, w, m, q",standard deviation,Float64,,,,indicators/bvin,,,,,,,,
|
36
|
-
add_act,active addresses,"number of unique addresses that were active in the network, as a sender or receiver, within time interval",on-chain,addresses,"d, w, m, q",addresses,Int64,active_addresses,AdrActCnt,,addresses/active_count,,,,,,,,
|
37
|
-
add_act_sent,active addresses sent,"number of unique addresses that were active in the network, as a sender, within time interval",on-chain,addresses,"d, w, m, q",addresses,Int64,,AdrActSentCnt,,addresses/sending_count,,,,,,,,
|
38
|
-
add_act_rec,active addresses received,"number of unique addresses that were active in the network, as a receiver, within time interval",on-chain,addresses,"d, w, m, q",addresses,Int64,,AdrActRecCnt,,addresses/receiving_count,,,,,,,,
|
39
|
-
add_new,new addresses,"number of new unique addresses that were created in the network , within time interval",on-chain,addresses,"d, w, m, q",addresses,Int64,new_addresses,,,addresses/new_non_zero_count,,,,,,,,
|
40
|
-
add_tot,total address count,number of unique addresses in the network at the end of the period,on-chain,addresses,"d, w, m, q",addresses,Int64,unique_addresses_all_time,,,addresses/count,,,,,,,,
|
41
|
-
add_pos_bal, addresses with positive balance ,number of unique addresses with positive balance in the network at the end of the period,on-chain,addresses,"d, w, m, q",addresses,Int64,,AdrBalCnt,,addresses/non_zero_count,,,,,,,,
|
42
|
-
add_zero_bal,addresses with zero balance count,number of unique addresses with zero balance in the network at the end of the period,on-chain,addresses,"d, w, m, q",addresses,Int64,zero_balance_addresses_all_time,,,,,,,,,,,
|
43
|
-
tx_count,transactions count,number of transactions in the network within time interval,on-chain,transactions,"d, w, m, q",transactions,Int64,transaction_count,TxCnt,,transactions/count,,,,,,,,
|
44
|
-
tx_rate,transactions rate,number of transactions per second ,on-chain,transactions,"d, w, m, q",transactions per second,Float64,,TxCntSec,,transactions/rate,,,,,,,,
|
45
|
-
tx_bytes_mean,transaction size,mean size of transactions within time interval,on-chain,transactions,"d, w, m, q",bytes,Float64,,TxMeanByte,,transactions/size_mean,,,,,,,,
|
46
|
-
tx_fee_mean,mean transaction fee ,mean fee per transaction within time interval,on-chain,transactions,"d, w, m, q",transactions,Float64,,FeeMeanNtv,,fees/volume_mean,,,,,,,,
|
47
|
-
tx_fee_mean_usd,mean transaction fee in usd,"mean fee per transaction within time interval, in usd",on-chain,transactions,"d, w, m, q",transactions,Float64,,FeeMeanUSD,,fees/volume_mean,,,,,,,,
|
48
|
-
tfr_count,transfers count,number of transfers in the network within time interval,on-chain,transactions,"d, w, m, q",asset units,Float64,,TxTfrCnt,,transactions/transfers_count,,,,,,,,
|
49
|
-
tfr_val,transfers value,number of units of asset transferred in the network within time interval,on-chain,transactions,"d, w, m, q",asset units,Float64,,TxTfrValNtv,,transactions/transfers_volume_sum,,,,,,,,
|
50
|
-
tfr_val_usd,"transfers value, USD","number of units of asset transferred in the network within time interval, in USD",on-chain,transactions,"d, w, m, q",USD,Float64,,TxTfrValUSD,,transactions/transfers_volume_sum,,,,,,,,
|
51
|
-
tfr_val_mean,"mean transfers value, USD",mean transfer value in the network within time interval,on-chain,transactions,"d, w, m, q",asset units,Float64,
|
52
|
-
tfr_val_mean_usd,mean transfers value,"mean transfer value in the network within time interval, in USD",on-chain,transactions,"d, w, m, q",USD,Float64,,TxTfrValMeanUSD,,transactions/transfers_volume_mean,,,,,,,,
|
53
|
-
nvt_ratio,network value to transactions ratio,The Network Value to Transactions (NVT) Ratio is computed by dividing the market cap by the transferred on-chain volume measured in USD. The NVT Ratio was created by Willy Woo.,on-chain,transactions,"d, w, m, q",ratio ,Float64,,,,indicators/nvt,,,,,,,,
|
54
|
-
nvt_ratio_adj,"network value to transactions ratio, adjusted","The ratio of the network value (or market capitalization, current supply) divided by the adjusted transfer value. Also referred to as NVT.",on-chain,transactions,"d, w, m, q",ratio ,Float64,,NVTAdj,,,,,,,,,,
|
55
|
-
nvt_ratio_entity_adj,"network value to transactions ratio, entity adjusted",The Network Value to Transactions (NVT) Ratio is computed by dividing the market cap by the transferred on-chain volume measured in USD. This entity-adjusted version of the NVT Ratio uses entity-adjusted on-chain volume and is therefore more accurate as it accounts for actual economic throughput.,on-chain,transactions,"d, w, m, q",ratio ,Float64,,,,indicators/nvt_entity_adjusted,,,,,,,,
|
56
|
-
nvt_ratio_90dma,"network value to transactions ratio, 90 day moving average","The ratio of the network value (or market capitalization, current supply) to the 90-day moving average of the adjusted transfer value.�",on-chain,transactions,"d, w, m, q",ratio ,Float64,,NVTAdj90,,indicators/nvts,,,,,,,,
|
57
|
-
nvt_ratio_ff,"network value to transactions ratio,using free float market cap","The ratio of the free float network value (or market capitalization, free float) divided by the adjusted transfer value. Also referred to as FFNVT.",on-chain,transactions,"d, w, m, q",ratio ,Float64,,NVTAdjFF,,,,,,,,,,
|
58
|
-
nvt_ratio_ff_90dma,"network value to transactions ratio,using free float market cap and 90 day moving average ofadjusted transfer value","The ratio of the free float network value (or market capitalization, free float) to the 90-day moving average of the adjusted transfer value.",on-chain,transactions,"d, w, m, q",ratio ,Float64,,NVTAdjFF90,,,,,,,,,,
|
59
|
-
velocity_1y,velocity,ratio of transfer value over the past year over circulating supply at the end of the period,on-chain,transactions,"d, w, m, q",ratio,Float64,,VelCur1yr,,indicators/velocity,,,,,,,,
|
60
|
-
tx_>100k_usd, transactions larger than 100k usd count ,number of transactions in the network larger than 100k usd within time interval,on-chain,transactions,"d, w, m, q",transactions,Int64,large_transaction_count,,,,,,,,,,,
|
61
|
-
tx_tot,total transactions count ,number of transactions in the network at the end of the period,on-chain,transactions,"d, w, m, q",transactions,Int64,transaction_count_all_time,,,,,,,,,,,
|
62
|
-
utxo,unspent transaction outputs,total transaction output that can be used as input in a new transaction,on-chain,transactions,"d, w, m, q",asset units,Float64,,UTXOCnt,,blockchain/utxo_count,,,,,,,,
|
63
|
-
utxo_created,unspent transaction outputs created,number of created unspent transaction outputs,on-chain,transactions,"d, w, m, q",asset units,Float64,,,,blockchain/utxo_created_count,,,,,,,,
|
64
|
-
utxo_spent,spent transaction outputs,number of spent transaction outputs,on-chain,transactions,"d, w, m, q",asset units,Float64,,,,blockchain/utxo_spent_count,,,,,,,,
|
65
|
-
utxo_val_created,newly created asset units utxo,numbrer of assets units in newly created UTXOs,on-chain,transactions,"d, w, m, q",asset units,Float64,,,,blockchain/utxo_created_value_sum,,,,,,,,
|
66
|
-
utxo_val_spent,asset units in spent transaction outputs,numbrer of assets units in spent transaction outputs,on-chain,transactions,"d, w, m, q",asset units,Float64,,,,blockchain/utxo_spent_value_sum,,,,,,,,
|
67
|
-
utxo_val_created_mean,mean newly created asset units utxo,mean numbrer of assets units in newly created UTXOs,on-chain,transactions,"d, w, m, q",asset units,Float64,,,,blockchain/utxo_created_value_mean,,,,,,,,
|
68
|
-
utxo_val_spent_mean,mean asset units in spent transaction outputs,mean numbrer of assets units in spent transaction outputs,on-chain,transactions,"d, w, m, q",asset units,Float64,,,,blockchain/utxo_spent_value_mean,,,,,,,,
|
69
|
-
hashrate,hash rate,mean number of hashes per second produced by the miners in the network within time interval,on-chain,mining,"d, w, m, q",TH/sec,Float64,hashrate,HashRate,,mining/hash_rate_mean,,,,,,,,
|
70
|
-
diff_last,difficulty of last block,number of hashes required to mine the last block within time interval,on-chain,mining,"d, w, m, q",none,Float64,,DiffLast,,mining/difficulty_latest,,,,,,,,
|
71
|
-
diff_mean,mean difficulty of a block,mean number of hashes required to mine a block within time interval,on-chain,mining,"d, w, m, q",none,Float64,difficulty,DiffMean,,,,,,,,,,
|
72
|
-
block_height,block height,number of blocks created and included in the main blockchain since the genesis block,on-chain,mining,"d, w, m, q",blocks,Int64,block_height,BlkHgt,,blockchain/block_height,,,,,,,,
|
73
|
-
block_size_mean,mean block size,mean size of blocks created within time interval,on-chain,mining,"d, w, m, q",bytes,Float64,block_size,BlkSizeMeanByte,,blockchain/block_size_mean,,,,,,,,
|
74
|
-
block_time_mean,mean block time,mean time for block to be created within time interval,on-chain,mining,"d, w, m, q",seconds,Float64,block_time,BlkIntMean,,blockchain/block_interval_mean,,,,,,,,
|
75
|
-
miner_rev,miner revenue,"total miner revenue, fees plus newly minted coins within time interval",on-chain,mining,"d, w, m, q",asset units,Float64,,RevNtv,,mining/revenue_sum,,,,,,,,
|
76
|
-
miner_rev_usd,miner revenue in usd,"total miner revenue, fees plus newly minted coins within time interval, in usd",on-chain,mining,"d, w, m, q",usd,Float64,,RevUSD,,mining/revenue_sum,,,,,,,,
|
77
|
-
miner_rev_fees ,miner revenue,miner revenue dervied from fees within time interval,on-chain,mining,"d, w, m, q",asset units,Float64,,FeeTotNtv,,fees/volume_sum,,,,,,,,
|
78
|
-
miner_rev_fees_usd,miner revenue from fees,"miner revenue dervied from fees within time interval, in usd",on-chain,mining,"d, w, m, q",usd,Float64,,FeeTotUSD,,fees/volume_sum,,,,,,,,
|
79
|
-
miner_rev_block_rwd,miner revenue from block rewards,miner revenue dervied from block rewards within time interval,on-chain,mining,"d, w, m, q",asset units,Float64,,,,mining/volume_mined_sum,,,,,,,,
|
80
|
-
miner_rev_total_usd,total miner revenue in usd,"total miner revenue, fees plus newly minted coins in usd at the end of the period",on-chain,mining,"d, w, m, q",usd,Float64,,RevAllTimeUSD,,,,,,,,,,
|
81
|
-
supply_circ,circulating supply,total number of asset units issued/created on the ledger at the end of the period,on-chain,supply,"d, w, m, q",asset units,Float64,current_supply,SplyCur,,supply/current,,,,,,,,
|
82
|
-
supply_ff,free float supply,"total number of asset units issued/created on the ledger at the end of the period, excluding tokens held closely by company insiders, controlling investors and long term strategic holders",on-chain,supply,"d, w, m, q",asset units,Float64,,SplyFF,,,,,,,,,,
|
83
|
-
issuance,issuance ,number of new asset units issues within time interval,on-chain,supply,"d, w, m, q",asset units,Float64,,IssTotNtv,,supply/issued,,,,,,,,
|
84
|
-
supply_act_pct_1y,pecent of supply active in the past year,percentage of current supply that has been active in the trailing 1 year up to the end of the period,on-chain,supply,"d, w, m, q",percent,Float64,,SplyActPct1yr,,supply/active_more_1y_percent,,,,,,,,
|
85
|
-
stocks_to_flow,stocks-to-flow ratio,"ratio of the circulating supply to the newly issued asset units within time interval, or the inverse of the issuance rate.",on-chain,indicators,"d, w, m, q",ratio,Float64,,,,indicators/stock_to_flow_ratio,,,,,,,,
|
86
|
-
sopr,spent output price ratio,ratio of the sum of spent value over the sum of creation value of all spent and created outputs for that interval,on-chain,indicators,"d, w, m, q",ratio,Float64,,SOPR,,indicators/sopr,,,,,,,,
|
87
|
-
fund_aum, assets under management,total assets under fund's management,off-chain,flows,"d, w, m, q",usd,Float64,,variable,,institutions/purpose_etf_aum_sum,,,,,,,,
|
88
|
-
fund_flows,fund flows,inflows/outflows into fund,off-chain,flows,"d, w, m, q",asset units,Float64,,variable,,institutions/purpose_etf_flows_sum,,,,,,,,
|
89
|
-
fund_holdings,fund asset holdings,fund's asset holdings,off-chain,flows,"d, w, m, q",asset units,Float64,,variable,,institutions/purpose_etf_holdings_sum,,,,,,,,
|
90
|
-
sm_comments,cryptocompare social media comments,"number of social media posts/replies on the coin
|
91
|
-
sm_posts,cryptocompare social media posts,"number of social media posts on this coins page across Reddit, Twitter, Facebook platforms.",off-chain,alt data,"d, w, m, q",posts,Int64,posts,,,,,,,,,,,
|
92
|
-
sm_followers,cryptocompare social media followers,"number of social media users following this coin across Reddit, Twitter, Facebook platforms",off-chain,alt data,"d, w, m, q",followers,Int64,followers,,,,,,,,,,,
|
93
|
-
sm_points,cryptocompare social media points,"cryptocompare points score for this coin. Points are awarded for different metrics on each social media platform as follows: 25 for a post, 10 for a comment and 25 for a follower.",off-chain,alt data,"d, w, m, q",points,Int64,points,,,,,,,,,,,
|
94
|
-
cc_overview_page_views,cryptocompare overview page views,number of views for the
|
95
|
-
cc_analysis_page_views,cryptocompare analysis page views,number of views for the
|
96
|
-
cc_markets_page_views,cryptocompare markets page views,number of views for the
|
97
|
-
cc_charts_page_views,cryptocompare charts page views,number of views for the
|
98
|
-
cc_trades_page_views,cryptocompare trades page views,number of views for the
|
99
|
-
cc_forum_page_views,cryptocompare forum page views,number of views for the
|
100
|
-
cc_influence_page_views,cryptocompare influence page views,number of views for the
|
101
|
-
cc_total_page_views,cryptocompare total page views,total number of page views for any tab on this coin
|
102
|
-
fb_likes,facebook likes,number of user who have
|
103
|
-
fb_talking_about,facebook mentions,number of facebook users
|
104
|
-
twitter_followers,twitter followers,number of followers for the requested coin
|
105
|
-
twitter_following,twitter following ,number of accounts this coin
|
106
|
-
twitter_lists,twitter lists,number of twitter lists the request coin features in,off-chain,alt data,"d, w, m, q",lists,Int64,twitter_lists,,,,,,,,,,,
|
107
|
-
twitter_favourites,twitter favorites ,number of times this coin
|
108
|
-
twitter_statuses,twitter statuses,number of tweets posted by the requested coin
|
109
|
-
reddit_subscribers,reddit subscribers,number of reddit users subscribed to this coin
|
110
|
-
reddit_active_users,reddit active users,number of
|
111
|
-
reddit_avg_posts_per_hour,reddit posts per hour,average number of posts per hour in this coin
|
112
|
-
reddit_avg_posts_per_day,reddit posts per day,average number of posts per day in this coin
|
113
|
-
reddit_avg_comments_per_hour,reddit comments per hour,average number of comments per hour in this coin
|
114
|
-
reddit_avg_comments_per_day,reddit comments per day,average number of comments per day in this coin
|
115
|
-
code_repo_stars, code repo stars,number of times this repository has been starred on GitHub and BitBucket,off-chain,alt data,"d, w, m, q",stars ,Int64,code_repo_stars,,,,,,,,,,,
|
116
|
-
code_repo_forks,code repo forks,number of forks coming from this repository on GitHub and BitBucket,off-chain,alt data,"d, w, m, q",forks,Int64,code_repo_forks,,,,,,,,,,,
|
117
|
-
code_repo_subscribers,code repo subscribers,number of users subscribed to this repository on GitHub and BitBucket,off-chain,alt data,"d, w, m, q",subscribers,Int64,code_repo_subscribers,,,,,,,,,,,
|
118
|
-
code_repo_open_pull_issues,code repo open pull issues,number of issues with a pull request currently waiting on approval on GitHub and BitBucket,off-chain,alt data,"d, w, m, q",issues,Int64,code_repo_open_pull_issues,,,,,,,,,,,
|
119
|
-
code_repo_closed_pull_issues,code repo closed pull issues,number of issues with a pull request that have been closed on GitHub and BitBucket,off-chain,alt data,"d, w, m, q",issues,Int64,code_repo_closed_pull_issues,,,,,,,,,,,
|
120
|
-
code_repo_open_issues,code repo open issues,number of reported issues that are currently open on GitHub and BitBucket,off-chain,alt data,"d, w, m, q",issues,Int64,code_repo_open_issues,,,,,,,,,,,
|
121
|
-
code_repo_closed_issues,code repo closed issues,number of reported issues that have been resolved on GitHub and BitBucket,off-chain,alt data,"d, w, m, q",issues,Int64,code_repo_closed_issues,,,,,,,,,,,
|
122
|
-
code_repo_contributors,code repo contributors ,number of users contributing to this repository on GitHub and BitBucket,off-chain,alt data,"d, w, m, q",contributors,Int64,code_repo_contributors,,,,,,,,,,,
|
123
|
-
actual,actual release value,reported value for release,off-chain,macro,"5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q, y",varies,Float64,,,,,,,actual,value,actual,,,actual
|
124
|
-
previous,previous release value,previously reported value for release,off-chain,macro,"5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q, y",,Float64,,,,,,,previous,,,,,
|
125
|
-
expected,expected value,average survey or forecast for value,off-chain,macro,"5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q, y",varies,Float64,,,,,,,forecast,,,,,
|
126
|
-
surprise,surprise,actual release value less expected release value,off-chain,macro,"5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q, y",varies,Float64,,,,,,,surprise,,,,,
|
1
|
+
id,name,description,category,subcategory,freq,unit,data_type,cryptocompare_id,coinmetrics_id,ccxt_id,glassnode_id,coingecko_id,tiingo_id,investpy_id,dbnomics_id,fred_id,yahoo_id,famafrench_id,wb_id,dydx_id
|
2
|
+
date,date,date and time,all,none,all,YYYY-MM-DD-HH:MM:SS,DatetimeIndex,time,time,datetime,t,,date,Date,period,DATE,Date,Date,,startedAt
|
3
|
+
ticker,ticker symbol,ticker symbol for asset or index,all,none,all,none,string,symbol,market,symbol,,,ticker,,,symbol,Ticker,,,ticker
|
4
|
+
bid,best bid price,highest price that a buyer is willing to pay for a unit of the asset,market,quotes,tick,quote currency units,Float64,,bid_price,,,,,,,,,,
|
5
|
+
ask,best ask price,lowest price that a seller is willing to sell a unit of the asset,market,quotes,tick,quote currency units,Float64,,ask_price,,,,,,,,,,
|
6
|
+
bid_size,bid size,The quantity/size of the highest price bid,market,quotes,tick,asset units,Float64,,bid_size,,,,,,,,,,
|
7
|
+
ask_size,ask size,The quantity/size of the lowest price ask,market,quotes,tick,asset units,Float64,,ask_size,,,,,,,,,,
|
8
|
+
trade_size,trade size,number of units of asset traded,market,trades,tick,asset units,Float64,,amount,,,,,,,,,,
|
9
|
+
trade_price,trade price,price of asset in units of quote currency,market,trades,tick,quote currency units,Float64,,price,,,,,,,,,,
|
10
|
+
trade_side,trade side ,"buy or sell, side taking liquidity",market,trades,tick,none,string,,side,,,,,,,,,,
|
11
|
+
open,open price,open price of OHLC bar,market,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",quote currency units,Float64,open,price_open,open,market/price_usd_ohlc,,open,Open,,,Open,,,open
|
12
|
+
high,high price,high price of OHLC bar,market,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",quote currency units,Float64,high,price_high,high,market/price_usd_ohlc,,high,High,,,High,,,high
|
13
|
+
low,low price,low price of OHLC bar,market,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",quote currency units,Float64,low,price_low,low,market/price_usd_ohlc,,low,Low,,,Low,,,low
|
14
|
+
close,close price,close price of OHLC bar,market,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",quote currency units,Float64,close,price_close,close,market/price_usd_ohlc,,close,Close,,close,Close,close,,close
|
15
|
+
volume,volume,number of units of assets traded within time interval,market,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",asset units,Float64,volumefrom,volume,volume,,,volume,Volume,,,Volume,,,volume
|
16
|
+
volume_quote_ccy,volume in quote ccy ,"value of assets traded within time interval in quote currency, or volume * close",market,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",quote currency units ,Float64,volumeto,,,,,volumeNotional,,,,,,
|
17
|
+
trades,trades count,number of trades within time interval,market ,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",trades ,Int64,,,,,,tradesDone,,,,,,
|
18
|
+
open_adj,adjusted open price,"open price of OHLC bar adjusted for stock splits, dividends, and rights offerings",market,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",quote currency units,Float64,,,,,,adjOpen,,,,,,
|
19
|
+
high_adj,adjusted high price,"high price of OHLC bar adjusted for stock splits, dividends, and rights offerings",market,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",quote currency units,Float64,,,,,,adjHigh,,,,,,
|
20
|
+
low_adj,adjusted low price,"low price of OHLC bar adjusted for stock splits, dividends, and rights offerings",market,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",quote currency units,Float64,,,,,,adjLow,,,,,,
|
21
|
+
close_adj,adjusted close price,"close price of OHLC bar adjusted for stock splits, dividends, and rights offerings",market,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",quote currency units,Float64,,,,,,adjClose,,,,Adj Close,,
|
22
|
+
volume_adj,adjusted volume,"volume adjusted for stock splits, dividends, and rights offerings",market,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",quote currency units,Float64,,,,,,adjVolume,,,,,,
|
23
|
+
ret,return,,market,returns,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",decimal,Float64,,,,,,,,,,,,
|
24
|
+
tr,total return,,market,returns,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",decimal,Float64,,,,,,,,,,,,
|
25
|
+
er,excess return,,market,returns,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",decimal,Float64,,,,,,,,,,,,
|
26
|
+
vwap,volume-weighted avg price,average volume-weighted price of quote asset within time interval,market,ohlc_bars,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",quote currency units,Float64,,vwap,,,,none,,,,,,
|
27
|
+
dividend,dividend,dividend paid out on ex-ante date,market,ohlc_bars,d ,quote currency units,Float64,,,,,,divCash,,,,,,,
|
28
|
+
split,split,"factor used to adjust prices when a company splits, reverse splits, or pays a distribution",market,ohlc_bars,d ,factor ,Float64,,,,,,splitFactor,,,,,,
|
29
|
+
ref_rate_usd,reference rate in USD,price of asset in USD using an aggregation methodology,market,ohlc_bars,d ,quote currency units,Float64,,ReferenceRateUSD,,,,,,,,,,,
|
30
|
+
oi,open interest,number of outstanding futures contracts that are open and have yet to be settled,market,derivatives,"1min, 5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q",number of contracts,Float64,,contract_count,openInterestAmount,,,,,,,,,openInterest
|
31
|
+
funding_rate,funding rate,interest rate for holding derivative contract within time interval,market,derivatives,"1h, 2h, 4h, 8h, d, w, m, q",interest rate over time interval,Float64,,rate,fundingRate,derivatives/futures_funding_rate_perpetual,,,,,,,,,rate
|
32
|
+
mkt_cap,market capitalization,usd value of circulating supply,market,market capitalization,"d, w, m, q",usd,Float64,,CapMrktCurUSD,,market/marketcap_usd,,,,,,,,
|
33
|
+
mkt_cap_real,"market capitalization, reaized","The sum USD value based on the USD closing price on the day that a native unit last moved (i.e., last transacted) for all native units",market,market capitalization,"d, w, m, q",usd,Float64,,CapRealUSD,,,,,,,,,,
|
34
|
+
mkt_cap_ff,"market capitalization, free float",The sum USD value of the free float supply. Also referred to as free float network value or free float market capitalization,market,market capitalization,"d, w, m, q",usd,Float64,,CapMrktFFUSD,,,,,,,,,,
|
35
|
+
bvin,bitcoin volatility index,Bitcoin Volatility Index (BVIN) is an implied volatility index that also represents the fair value of a bitcoin variance swap. The index is calculated by CryptoCompare using options data from Deribit and has been developed in collaboration with Carol Alexander and Arben Imeraj at the University of Sussex Business School. The index is suitable for use as a settlement price for bitcoin volatility futures. For more information on the methodology please see Alexander and Imeraj (2020).,market,indicators,"d, w, m, q",standard deviation,Float64,,,,indicators/bvin,,,,,,,,
|
36
|
+
add_act,active addresses,"number of unique addresses that were active in the network, as a sender or receiver, within time interval",on-chain,addresses,"d, w, m, q",addresses,Int64,active_addresses,AdrActCnt,,addresses/active_count,,,,,,,,
|
37
|
+
add_act_sent,active addresses sent,"number of unique addresses that were active in the network, as a sender, within time interval",on-chain,addresses,"d, w, m, q",addresses,Int64,,AdrActSentCnt,,addresses/sending_count,,,,,,,,
|
38
|
+
add_act_rec,active addresses received,"number of unique addresses that were active in the network, as a receiver, within time interval",on-chain,addresses,"d, w, m, q",addresses,Int64,,AdrActRecCnt,,addresses/receiving_count,,,,,,,,
|
39
|
+
add_new,new addresses,"number of new unique addresses that were created in the network , within time interval",on-chain,addresses,"d, w, m, q",addresses,Int64,new_addresses,,,addresses/new_non_zero_count,,,,,,,,
|
40
|
+
add_tot,total address count,number of unique addresses in the network at the end of the period,on-chain,addresses,"d, w, m, q",addresses,Int64,unique_addresses_all_time,,,addresses/count,,,,,,,,
|
41
|
+
add_pos_bal, addresses with positive balance ,number of unique addresses with positive balance in the network at the end of the period,on-chain,addresses,"d, w, m, q",addresses,Int64,,AdrBalCnt,,addresses/non_zero_count,,,,,,,,
|
42
|
+
add_zero_bal,addresses with zero balance count,number of unique addresses with zero balance in the network at the end of the period,on-chain,addresses,"d, w, m, q",addresses,Int64,zero_balance_addresses_all_time,,,,,,,,,,,
|
43
|
+
tx_count,transactions count,number of transactions in the network within time interval,on-chain,transactions,"d, w, m, q",transactions,Int64,transaction_count,TxCnt,,transactions/count,,,,,,,,
|
44
|
+
tx_rate,transactions rate,number of transactions per second ,on-chain,transactions,"d, w, m, q",transactions per second,Float64,,TxCntSec,,transactions/rate,,,,,,,,
|
45
|
+
tx_bytes_mean,transaction size,mean size of transactions within time interval,on-chain,transactions,"d, w, m, q",bytes,Float64,,TxMeanByte,,transactions/size_mean,,,,,,,,
|
46
|
+
tx_fee_mean,mean transaction fee ,mean fee per transaction within time interval,on-chain,transactions,"d, w, m, q",transactions,Float64,,FeeMeanNtv,,fees/volume_mean,,,,,,,,
|
47
|
+
tx_fee_mean_usd,mean transaction fee in usd,"mean fee per transaction within time interval, in usd",on-chain,transactions,"d, w, m, q",transactions,Float64,,FeeMeanUSD,,fees/volume_mean,,,,,,,,
|
48
|
+
tfr_count,transfers count,number of transfers in the network within time interval,on-chain,transactions,"d, w, m, q",asset units,Float64,,TxTfrCnt,,transactions/transfers_count,,,,,,,,
|
49
|
+
tfr_val,transfers value,number of units of asset transferred in the network within time interval,on-chain,transactions,"d, w, m, q",asset units,Float64,,TxTfrValNtv,,transactions/transfers_volume_sum,,,,,,,,
|
50
|
+
tfr_val_usd,"transfers value, USD","number of units of asset transferred in the network within time interval, in USD",on-chain,transactions,"d, w, m, q",USD,Float64,,TxTfrValUSD,,transactions/transfers_volume_sum,,,,,,,,
|
51
|
+
tfr_val_mean,"mean transfers value, USD",mean transfer value in the network within time interval,on-chain,transactions,"d, w, m, q",asset units,Float64,average_transaction_ value,TxTfrValMeanNtv,,transactions/transfers_volume_mean,,,,,,,,
|
52
|
+
tfr_val_mean_usd,mean transfers value,"mean transfer value in the network within time interval, in USD",on-chain,transactions,"d, w, m, q",USD,Float64,,TxTfrValMeanUSD,,transactions/transfers_volume_mean,,,,,,,,
|
53
|
+
nvt_ratio,network value to transactions ratio,The Network Value to Transactions (NVT) Ratio is computed by dividing the market cap by the transferred on-chain volume measured in USD. The NVT Ratio was created by Willy Woo.,on-chain,transactions,"d, w, m, q",ratio ,Float64,,,,indicators/nvt,,,,,,,,
|
54
|
+
nvt_ratio_adj,"network value to transactions ratio, adjusted","The ratio of the network value (or market capitalization, current supply) divided by the adjusted transfer value. Also referred to as NVT.",on-chain,transactions,"d, w, m, q",ratio ,Float64,,NVTAdj,,,,,,,,,,
|
55
|
+
nvt_ratio_entity_adj,"network value to transactions ratio, entity adjusted",The Network Value to Transactions (NVT) Ratio is computed by dividing the market cap by the transferred on-chain volume measured in USD. This entity-adjusted version of the NVT Ratio uses entity-adjusted on-chain volume and is therefore more accurate as it accounts for actual economic throughput.,on-chain,transactions,"d, w, m, q",ratio ,Float64,,,,indicators/nvt_entity_adjusted,,,,,,,,
|
56
|
+
nvt_ratio_90dma,"network value to transactions ratio, 90 day moving average","The ratio of the network value (or market capitalization, current supply) to the 90-day moving average of the adjusted transfer value.�",on-chain,transactions,"d, w, m, q",ratio ,Float64,,NVTAdj90,,indicators/nvts,,,,,,,,
|
57
|
+
nvt_ratio_ff,"network value to transactions ratio,using free float market cap","The ratio of the free float network value (or market capitalization, free float) divided by the adjusted transfer value. Also referred to as FFNVT.",on-chain,transactions,"d, w, m, q",ratio ,Float64,,NVTAdjFF,,,,,,,,,,
|
58
|
+
nvt_ratio_ff_90dma,"network value to transactions ratio,using free float market cap and 90 day moving average ofadjusted transfer value","The ratio of the free float network value (or market capitalization, free float) to the 90-day moving average of the adjusted transfer value.",on-chain,transactions,"d, w, m, q",ratio ,Float64,,NVTAdjFF90,,,,,,,,,,
|
59
|
+
velocity_1y,velocity,ratio of transfer value over the past year over circulating supply at the end of the period,on-chain,transactions,"d, w, m, q",ratio,Float64,,VelCur1yr,,indicators/velocity,,,,,,,,
|
60
|
+
tx_>100k_usd, transactions larger than 100k usd count ,number of transactions in the network larger than 100k usd within time interval,on-chain,transactions,"d, w, m, q",transactions,Int64,large_transaction_count,,,,,,,,,,,
|
61
|
+
tx_tot,total transactions count ,number of transactions in the network at the end of the period,on-chain,transactions,"d, w, m, q",transactions,Int64,transaction_count_all_time,,,,,,,,,,,
|
62
|
+
utxo,unspent transaction outputs,total transaction output that can be used as input in a new transaction,on-chain,transactions,"d, w, m, q",asset units,Float64,,UTXOCnt,,blockchain/utxo_count,,,,,,,,
|
63
|
+
utxo_created,unspent transaction outputs created,number of created unspent transaction outputs,on-chain,transactions,"d, w, m, q",asset units,Float64,,,,blockchain/utxo_created_count,,,,,,,,
|
64
|
+
utxo_spent,spent transaction outputs,number of spent transaction outputs,on-chain,transactions,"d, w, m, q",asset units,Float64,,,,blockchain/utxo_spent_count,,,,,,,,
|
65
|
+
utxo_val_created,newly created asset units utxo,numbrer of assets units in newly created UTXOs,on-chain,transactions,"d, w, m, q",asset units,Float64,,,,blockchain/utxo_created_value_sum,,,,,,,,
|
66
|
+
utxo_val_spent,asset units in spent transaction outputs,numbrer of assets units in spent transaction outputs,on-chain,transactions,"d, w, m, q",asset units,Float64,,,,blockchain/utxo_spent_value_sum,,,,,,,,
|
67
|
+
utxo_val_created_mean,mean newly created asset units utxo,mean numbrer of assets units in newly created UTXOs,on-chain,transactions,"d, w, m, q",asset units,Float64,,,,blockchain/utxo_created_value_mean,,,,,,,,
|
68
|
+
utxo_val_spent_mean,mean asset units in spent transaction outputs,mean numbrer of assets units in spent transaction outputs,on-chain,transactions,"d, w, m, q",asset units,Float64,,,,blockchain/utxo_spent_value_mean,,,,,,,,
|
69
|
+
hashrate,hash rate,mean number of hashes per second produced by the miners in the network within time interval,on-chain,mining,"d, w, m, q",TH/sec,Float64,hashrate,HashRate,,mining/hash_rate_mean,,,,,,,,
|
70
|
+
diff_last,difficulty of last block,number of hashes required to mine the last block within time interval,on-chain,mining,"d, w, m, q",none,Float64,,DiffLast,,mining/difficulty_latest,,,,,,,,
|
71
|
+
diff_mean,mean difficulty of a block,mean number of hashes required to mine a block within time interval,on-chain,mining,"d, w, m, q",none,Float64,difficulty,DiffMean,,,,,,,,,,
|
72
|
+
block_height,block height,number of blocks created and included in the main blockchain since the genesis block,on-chain,mining,"d, w, m, q",blocks,Int64,block_height,BlkHgt,,blockchain/block_height,,,,,,,,
|
73
|
+
block_size_mean,mean block size,mean size of blocks created within time interval,on-chain,mining,"d, w, m, q",bytes,Float64,block_size,BlkSizeMeanByte,,blockchain/block_size_mean,,,,,,,,
|
74
|
+
block_time_mean,mean block time,mean time for block to be created within time interval,on-chain,mining,"d, w, m, q",seconds,Float64,block_time,BlkIntMean,,blockchain/block_interval_mean,,,,,,,,
|
75
|
+
miner_rev,miner revenue,"total miner revenue, fees plus newly minted coins within time interval",on-chain,mining,"d, w, m, q",asset units,Float64,,RevNtv,,mining/revenue_sum,,,,,,,,
|
76
|
+
miner_rev_usd,miner revenue in usd,"total miner revenue, fees plus newly minted coins within time interval, in usd",on-chain,mining,"d, w, m, q",usd,Float64,,RevUSD,,mining/revenue_sum,,,,,,,,
|
77
|
+
miner_rev_fees ,miner revenue,miner revenue dervied from fees within time interval,on-chain,mining,"d, w, m, q",asset units,Float64,,FeeTotNtv,,fees/volume_sum,,,,,,,,
|
78
|
+
miner_rev_fees_usd,miner revenue from fees,"miner revenue dervied from fees within time interval, in usd",on-chain,mining,"d, w, m, q",usd,Float64,,FeeTotUSD,,fees/volume_sum,,,,,,,,
|
79
|
+
miner_rev_block_rwd,miner revenue from block rewards,miner revenue dervied from block rewards within time interval,on-chain,mining,"d, w, m, q",asset units,Float64,,,,mining/volume_mined_sum,,,,,,,,
|
80
|
+
miner_rev_total_usd,total miner revenue in usd,"total miner revenue, fees plus newly minted coins in usd at the end of the period",on-chain,mining,"d, w, m, q",usd,Float64,,RevAllTimeUSD,,,,,,,,,,
|
81
|
+
supply_circ,circulating supply,total number of asset units issued/created on the ledger at the end of the period,on-chain,supply,"d, w, m, q",asset units,Float64,current_supply,SplyCur,,supply/current,,,,,,,,
|
82
|
+
supply_ff,free float supply,"total number of asset units issued/created on the ledger at the end of the period, excluding tokens held closely by company insiders, controlling investors and long term strategic holders",on-chain,supply,"d, w, m, q",asset units,Float64,,SplyFF,,,,,,,,,,
|
83
|
+
issuance,issuance ,number of new asset units issues within time interval,on-chain,supply,"d, w, m, q",asset units,Float64,,IssTotNtv,,supply/issued,,,,,,,,
|
84
|
+
supply_act_pct_1y,pecent of supply active in the past year,percentage of current supply that has been active in the trailing 1 year up to the end of the period,on-chain,supply,"d, w, m, q",percent,Float64,,SplyActPct1yr,,supply/active_more_1y_percent,,,,,,,,
|
85
|
+
stocks_to_flow,stocks-to-flow ratio,"ratio of the circulating supply to the newly issued asset units within time interval, or the inverse of the issuance rate.",on-chain,indicators,"d, w, m, q",ratio,Float64,,,,indicators/stock_to_flow_ratio,,,,,,,,
|
86
|
+
sopr,spent output price ratio,ratio of the sum of spent value over the sum of creation value of all spent and created outputs for that interval,on-chain,indicators,"d, w, m, q",ratio,Float64,,SOPR,,indicators/sopr,,,,,,,,
|
87
|
+
fund_aum, assets under management,total assets under fund's management,off-chain,flows,"d, w, m, q",usd,Float64,,variable,,institutions/purpose_etf_aum_sum,,,,,,,,
|
88
|
+
fund_flows,fund flows,inflows/outflows into fund,off-chain,flows,"d, w, m, q",asset units,Float64,,variable,,institutions/purpose_etf_flows_sum,,,,,,,,
|
89
|
+
fund_holdings,fund asset holdings,fund's asset holdings,off-chain,flows,"d, w, m, q",asset units,Float64,,variable,,institutions/purpose_etf_holdings_sum,,,,,,,,
|
90
|
+
sm_comments,cryptocompare social media comments,"number of social media posts/replies on the coin's page across Reddit, Twitter, Facebook platforms",off-chain,alt data,"d, w, m, q",comments,Int64,comments,,,,,,,,,,,
|
91
|
+
sm_posts,cryptocompare social media posts,"number of social media posts on this coins page across Reddit, Twitter, Facebook platforms.",off-chain,alt data,"d, w, m, q",posts,Int64,posts,,,,,,,,,,,
|
92
|
+
sm_followers,cryptocompare social media followers,"number of social media users following this coin across Reddit, Twitter, Facebook platforms",off-chain,alt data,"d, w, m, q",followers,Int64,followers,,,,,,,,,,,
|
93
|
+
sm_points,cryptocompare social media points,"cryptocompare points score for this coin. Points are awarded for different metrics on each social media platform as follows: 25 for a post, 10 for a comment and 25 for a follower.",off-chain,alt data,"d, w, m, q",points,Int64,points,,,,,,,,,,,
|
94
|
+
cc_overview_page_views,cryptocompare overview page views,number of views for the "overview" tab on this coin's cryptocompare,off-chain,alt data,"d, w, m, q",views,Int64,overview_page_views,,,,,,,,,,,
|
95
|
+
cc_analysis_page_views,cryptocompare analysis page views,number of views for the "analysis" tab on this coin's cryptocompare,off-chain,alt data,"d, w, m, q",views,Int64,analysis_page_views,,,,,,,,,,,
|
96
|
+
cc_markets_page_views,cryptocompare markets page views,number of views for the "markets" tab on this coin's cryptocompare,off-chain,alt data,"d, w, m, q",views,Int64,markets_page_views,,,,,,,,,,,
|
97
|
+
cc_charts_page_views,cryptocompare charts page views,number of views for the "charts" tab on this coin's cryptocompare,off-chain,alt data,"d, w, m, q",views,Int64,charts_page_views,,,,,,,,,,,
|
98
|
+
cc_trades_page_views,cryptocompare trades page views,number of views for the "trades" tab on this coin's cryptocompare,off-chain,alt data,"d, w, m, q",views,Int64,trades_page_views,,,,,,,,,,,
|
99
|
+
cc_forum_page_views,cryptocompare forum page views,number of views for the "forum" tab on this coin's cryptocompare,off-chain,alt data,"d, w, m, q",views,Int64,forum_page_views,,,,,,,,,,,
|
100
|
+
cc_influence_page_views,cryptocompare influence page views,number of views for the "influence" tab on this coin's cryptocompare,off-chain,alt data,"d, w, m, q",views,Int64,influence_page_views,,,,,,,,,,,
|
101
|
+
cc_total_page_views,cryptocompare total page views,total number of page views for any tab on this coin's cryptocompare page,off-chain,alt data,"d, w, m, q",views,Int64,total_page_views,,,,,,,,,,,
|
102
|
+
fb_likes,facebook likes,number of user who have "liked" this page on facebook.,off-chain,alt data,"d, w, m, q",likes,Int64,fb_likes,,,,,,,,,,,
|
103
|
+
fb_talking_about,facebook mentions,number of facebook users "talking about" this coin (as determined by facebook),off-chain,alt data,"d, w, m, q",,Int64,fb_talking_about,,,,,,,,,,,
|
104
|
+
twitter_followers,twitter followers,number of followers for the requested coin's twitter account,off-chain,alt data,"d, w, m, q",followers,Int64,twitter_followers,,,,,,,,,,,
|
105
|
+
twitter_following,twitter following ,number of accounts this coin's page is following,off-chain,alt data,"d, w, m, q",following,Int64,twitter_following,,,,,,,,,,,
|
106
|
+
twitter_lists,twitter lists,number of twitter lists the request coin features in,off-chain,alt data,"d, w, m, q",lists,Int64,twitter_lists,,,,,,,,,,,
|
107
|
+
twitter_favourites,twitter favorites ,number of times this coin's page has been favourited,off-chain,alt data,"d, w, m, q",favourites,Int64,twitter_favourites,,,,,,,,,,,
|
108
|
+
twitter_statuses,twitter statuses,number of tweets posted by the requested coin's twitter account,off-chain,alt data,"d, w, m, q",,Int64,twitter_statuses,,,,,,,,,,,
|
109
|
+
reddit_subscribers,reddit subscribers,number of reddit users subscribed to this coin's sub-reddit,off-chain,alt data,"d, w, m, q",subscribers,Int64,reddit_subscribers,,,,,,,,,,,
|
110
|
+
reddit_active_users,reddit active users,number of "active users" (as determined by Reddit) in currently in this coin's sub-reddit,off-chain,alt data,"d, w, m, q",users,Int64,reddit_active_users,,,,,,,,,,,
|
111
|
+
reddit_avg_posts_per_hour,reddit posts per hour,average number of posts per hour in this coin's sub-reddit,off-chain,alt data,"d, w, m, q",posts,Float64,reddit_posts_per_hour,,,,,,,,,,,
|
112
|
+
reddit_avg_posts_per_day,reddit posts per day,average number of posts per day in this coin's sub-reddit,off-chain,alt data,"d, w, m, q",posts,Float64,reddit_posts_per_day,,,,,,,,,,,
|
113
|
+
reddit_avg_comments_per_hour,reddit comments per hour,average number of comments per hour in this coin's sub-reddit.,off-chain,alt data,"d, w, m, q",commnets,Float64,reddit_comments_per_hour,,,,,,,,,,,
|
114
|
+
reddit_avg_comments_per_day,reddit comments per day,average number of comments per day in this coin's sub-reddit,off-chain,alt data,"d, w, m, q",commnets,Float64,reddit_comments_per_day,,,,,,,,,,,
|
115
|
+
code_repo_stars, code repo stars,number of times this repository has been starred on GitHub and BitBucket,off-chain,alt data,"d, w, m, q",stars ,Int64,code_repo_stars,,,,,,,,,,,
|
116
|
+
code_repo_forks,code repo forks,number of forks coming from this repository on GitHub and BitBucket,off-chain,alt data,"d, w, m, q",forks,Int64,code_repo_forks,,,,,,,,,,,
|
117
|
+
code_repo_subscribers,code repo subscribers,number of users subscribed to this repository on GitHub and BitBucket,off-chain,alt data,"d, w, m, q",subscribers,Int64,code_repo_subscribers,,,,,,,,,,,
|
118
|
+
code_repo_open_pull_issues,code repo open pull issues,number of issues with a pull request currently waiting on approval on GitHub and BitBucket,off-chain,alt data,"d, w, m, q",issues,Int64,code_repo_open_pull_issues,,,,,,,,,,,
|
119
|
+
code_repo_closed_pull_issues,code repo closed pull issues,number of issues with a pull request that have been closed on GitHub and BitBucket,off-chain,alt data,"d, w, m, q",issues,Int64,code_repo_closed_pull_issues,,,,,,,,,,,
|
120
|
+
code_repo_open_issues,code repo open issues,number of reported issues that are currently open on GitHub and BitBucket,off-chain,alt data,"d, w, m, q",issues,Int64,code_repo_open_issues,,,,,,,,,,,
|
121
|
+
code_repo_closed_issues,code repo closed issues,number of reported issues that have been resolved on GitHub and BitBucket,off-chain,alt data,"d, w, m, q",issues,Int64,code_repo_closed_issues,,,,,,,,,,,
|
122
|
+
code_repo_contributors,code repo contributors ,number of users contributing to this repository on GitHub and BitBucket,off-chain,alt data,"d, w, m, q",contributors,Int64,code_repo_contributors,,,,,,,,,,,
|
123
|
+
actual,actual release value,reported value for release,off-chain,macro,"5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q, y",varies,Float64,,,,,,,actual,value,actual,,,actual
|
124
|
+
previous,previous release value,previously reported value for release,off-chain,macro,"5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q, y",,Float64,,,,,,,previous,,,,,
|
125
|
+
expected,expected value,average survey or forecast for value,off-chain,macro,"5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q, y",varies,Float64,,,,,,,forecast,,,,,
|
126
|
+
surprise,surprise,actual release value less expected release value,off-chain,macro,"5min, 10min, 15min, 30min, 1h, 2h, 4h, 8h, d, w, m, q, y",varies,Float64,,,,,,,surprise,,,,,
|