Skip to content

Discover bitcoin exchange-traded products vs. spot exchange price disparities

License

Notifications You must be signed in to change notification settings

elenahoo/bitcoin-etp

Repository files navigation

For questions, discussions and freelance work, please feel free to reach out!

Bitcoin ETP vs. spot price disparities

Discover bitcoin exchange-traded products (ETP) vs. spot exchange price disparities

1. Introduction

To investigate whether the SEC’s concerns of fraudulent and manipulative acts are justifiable, this code will compare the historic prices of three European listed ETPs and the Bitcoin spot price history from 18 exchanges to see if there are any significant price disparities that could induce market manipulation. For more details about the analysis, see my publication on CoinTelegraph below: https://cointelegraph.com/news/here-s-why-the-sec-keeps-rejecting-spot-bitcoin-etf-applications

2. Data Preparation

Historic data (from Google Finance) of the following three ETPs listed in SIX Swiss Exchange are compared with Bitcoin spot price from exchanges (data from Cryptowatch).

  • WisdomTree Bitcoin ETP (BTCW-USD)
  • 21Shares Bitcoin ETP (SWX:ABTC-USD)
  • Coinbase Physical BTC ETP (SWX:BITC-USD)

Input data files downloaded from Cryptowatch

  • BTC_price.csv
  • BTC_vol.csv

Output data files: Two files are produced from the calc_index.R code using the exchange bitcoin spot data from Cryptowatch.

  • btc_price_all.csv: Replication of ETP index price calculation (volume-weighted median price) using 4 exchanges - Bitstamp, Coinbase, Gemini and Kraken
  • btc_price_select.csv: Replication of ETP index price calculation (volume-weighted median price) using all 18 exchanges

Output workbook: Comparing ETP, spot bitoin prices using scatter plots and line plots.

  • BTCETP.xlsx

3. Bitcoin ETP vs. spot price (% change)

Correlation between Bitcoin ETPs and spot price in percentage change suggest price disparities exist.

image

image

image

4. Comparison among 3 European Bitcoin ETP price (% change)

Although price disparities can be observed between ETPs and spot price using daily data, price discrepancies between the ETPs, themselves, are much smaller as shown in the graphs below.

image

5. Comparison among Bitcoin exchanges spot price (% change)

Spot price disparities between exchanges are minimal. Correlations are very close to 100% between any two pairs of spot exchange price % change.

image

About

Discover bitcoin exchange-traded products vs. spot exchange price disparities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages