Augea
Dataset · Versioned release · v1.1.0 · Edition 1 · Q2 2026

Retail Crypto Cost Benchmark · Dataset

Machine-readable benchmark files for editorial, research, and citation use. Pinned to a version so a citation today still resolves tomorrow — ready to drop into Pandas, R, JavaScript, or a shell pipeline.

By Augea ResearchPublished 2026-04-21Window: Latest captured /cheapest snapshot (Q2 2026)CC-BY-4.0

Countries

10

matched card + bank

Assets / country

18

comparable

Files

5

21.8 KB total

License

CC-BY-4.0

attribution only

Dataset snapshot · Version lock

Study ID

retail-crypto-cost-benchmark-2026-q2

Version

v1.1.0

Window

Latest captured /cheapest snapshot (Q2 2026)

Data source

Live country summaries (card + bank)

Truth adapter

cheapest-country-summary-truth/v1

Pin v1.1.0 in citations so downstream readers resolve exactly this edition. Future editions will ship at new versioned URLs and will not rewrite this one.

Downloads

Column dictionary

country_iso2
ISO alpha-2 country code.
country_name
Display country name.
rail
Payment rail: card or bank.
median_pct
Median total estimated cost percentage for the slice.
range_low_pct / range_high_pct
Observed low and high percentage range for tracked assets.
lowest_asset_symbol
Lowest tracked asset for the row.
baseline_asset / baseline_amount_usd
Baseline scenario used for the benchmark edition.

Preview: country × rail benchmark CSV

First 6 rows of 20, sorted by median cost (descending). Percentage columns formatted to 2 decimals.

Download full CSV
ISOcountry_iso2Countrycountry_nameRailrailAssetscomparable_asset_countMedianmedian_pctLowrange_low_pctHighrange_high_pctUSD on $100median_usd_on_100Cheapest assetlowest_asset_symbolCheapest lowlowest_asset_low_pctCheapest highlowest_asset_high_pctBaseline assetbaseline_assetBaseline $baseline_amount_usdwindow_labelwindow_label
CACanadacard184.90%4.10%5.60%$4.90BTC4.10%4.60%BTC100Latest captured /cheapest snapshot (Q2 2026)
SGSingaporecard182.30%1.90%2.60%$2.30BTC1.90%2.20%BTC100Latest captured /cheapest snapshot (Q2 2026)
AUAustraliacard182.10%1.60%2.80%$2.10BTC1.60%1.80%BTC100Latest captured /cheapest snapshot (Q2 2026)
USUnited Statescard182.10%1.70%2.60%$2.10BTC1.70%1.90%BTC100Latest captured /cheapest snapshot (Q2 2026)
DEGermanycard181.50%1.20%1.70%$1.50BTC1.20%1.40%BTC100Latest captured /cheapest snapshot (Q2 2026)
FRFrancecard181.50%1.20%1.70%$1.50BTC1.20%1.40%BTC100Latest captured /cheapest snapshot (Q2 2026)

Use it in code

Four drop-in examples for loading the main country × rail CSV directly from its pinned URL. Swap the path to pull the delta CSV or JSON pack.

curl

curl -L -O "https://augea.io/data/reports/retail-crypto-cost-benchmark-2026-q2/v1/country-rail-benchmark.csv"

Python (pandas)

import pandas as pd

url = "https://augea.io/data/reports/retail-crypto-cost-benchmark-2026-q2/v1/country-rail-benchmark.csv"
df = pd.read_csv(url)
print(df[["country_name", "rail", "median_pct"]].head())

JavaScript (fetch)

const res = await fetch(
  "https://augea.io/data/reports/retail-crypto-cost-benchmark-2026-q2/v1/country-rail-benchmark.csv",
);
const csv = await res.text();
console.log(csv.split("\n").slice(0, 5));

R (readr)

library(readr)

url <- "https://augea.io/data/reports/retail-crypto-cost-benchmark-2026-q2/v1/country-rail-benchmark.csv"
df  <- read_csv(url)
print(head(df[c("country_name", "rail", "median_pct")]))

Citation and reuse

Augea, The Retail Crypto Cost Gap — Country Benchmark (Q2 2026), https://augea.io/reports/retail-crypto-cost-benchmark-2026-q2, accessed [DATE].

Augea. (2026). Retail Crypto Cost Benchmark Data Appendix (Q2 2026). https://augea.io/data/reports/retail-crypto-cost-benchmark-2026-q2