Published September 4, 2025 | Version v1
Dataset Open

Bitcoin, USDT, and DAI Daily Market Data (2020–2025)

  • 1. ROR icon Harvard University
  • 2. ROR icon Universidad Complutense de Madrid

Description

Three datasets are released as part of my Master’s Thesis (Analysis of Centralized and Decentralized Stablecoins: A Comparative Study of USDT and DAI, Complutense University of Madrid, 2025).

The datasets provide daily historical market data for Bitcoin (BTC), Tether (USDT), and DAI, covering the period May 1st, 2020 – May 1st, 2025 (UTC). Data were retrieved from the CoinDesk Index CC API, using the endpoint index/cc/v1/historical/days , with full OHLC (Open, High, Low, Close) information, trading volume, and microstructure activity indicators.

Files

  • df_bitcoin.csv: Daily market data for Bitcoin (BTC-USD).

  • df_usdt.csv: Daily market data for Tether (USDT-USD).

  • df_dai.csv: Daily market data for DAI (DAI-USD).

Columns

  • DATE: UTC timestamp (daily frequency).

  • OPEN: Opening price of the asset.

  • HIGH: Daily maximum price.

  • LOW: Daily minimum price.

  • CLOSE: Closing price.

  • VOLUME: Daily trading volume.

  • TOTAL_INDEX_UPDATES: Number of index updates per day (proxy for market activity).

Purpose

These datasets were used to construct three measures of stability and market activity:

  • M1 – Deviation from the $1 peg (CLOSE - 1).

  • M2 – Realized volatility (Parkinson estimator).

  • M3 – Market activity (TOTAL_INDEX_UPDATES).

They were then analyzed with econometric methods such as ADF stationarity tests and VAR (Vector Autoregression) models with orthogonalized Impulse Response Functions (IRFs), in line with previous academic literature.

Related Resources

The full analysis pipeline (data extraction, preprocessing, and econometric modeling) is openly available in the associated GitHub repository:
https://github.com/rtorrez-ucm/usdt-dai-comparative-analysis

Files

df_bitcoin.csv

Files (2.2 MB)

Name Size Download all
md5:7a27901ca45bba146cbaa05b916a4185
697.6 kB Preview Download
md5:f42ed46b86d7a024a4a82559e64dfd16
757.1 kB Preview Download
md5:6ad6b45f72b7db75f0eb0c2ff847f024
761.0 kB Preview Download