Kimchi Premium Tracker avatar

Kimchi Premium Tracker

Pricing

Pay per usage

Go to Apify Store
Kimchi Premium Tracker

Kimchi Premium Tracker

Track crypto price differences between Korean exchanges (Upbit, Bithumb) and Binance. Calculate Kimchi Premium percentage in real-time.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Track the Kimchi Premium — the price difference between Korean crypto exchanges (Upbit, Bithumb) and global exchanges (Binance) — in real time.

What is the Kimchi Premium?

The Kimchi Premium refers to the phenomenon where cryptocurrency prices on South Korean exchanges trade at a premium (or sometimes discount) compared to global exchanges. This premium is driven by capital controls, high domestic demand, and limited arbitrage pathways.

Features

  • 200+ tokens tracked — auto-detects all KRW-listed coins on Upbit
  • Real-time price comparison across Upbit, Bithumb, and Binance
  • Premium calculation with automatic USD/KRW exchange rate conversion
  • Reverse premium detection — alerts when Korean prices dip below global prices
  • Upbit-Bithumb spread — compare prices between Korean exchanges
  • Threshold filtering — only show tokens above a certain premium %
  • Sorting options — by premium (high/low) or alphabetically
  • Fallback price sources — CoinGecko backup if Binance is unavailable

Input

FieldTypeDefaultDescription
autoDetectAllbooleantrueTrack all KRW-listed coins on Upbit (~240 tokens)
symbolsstring[][]Specific tokens to track (only used when autoDetectAll is off)
includeUpbitbooleantrueInclude Upbit exchange
includeBithumbbooleantrueInclude Bithumb exchange
premiumThresholdnumber0Minimum absolute premium % to include
sortBystringpremium_descSort: premium_desc, premium_asc, symbol_asc

Output

Each result in the dataset contains:

FieldDescription
symbolToken symbol (e.g., BTC)
binance_usdtBinance USDT price
binance_krw_equivalentBinance price converted to KRW
upbit_krwUpbit KRW price
upbit_premium_pctUpbit premium percentage
bithumb_krwBithumb KRW price
bithumb_premium_pctBithumb premium percentage
upbit_bithumb_spread_pctPrice difference between Upbit and Bithumb
usd_krw_rateExchange rate used
timestampUTC timestamp

A SUMMARY key-value record is also saved with aggregate stats (average premium, top tokens, etc.).

Pricing

This Actor uses Pay-Per-Event (PPE) pricing:

  • $0.003 per token tracked (e.g., default full scan of ~200 tokens ≈ $0.60 per run)

Use Cases

  • Arbitrage monitoring — spot premium spikes for arbitrage opportunities
  • Market sentiment — Kimchi Premium is a popular indicator of Korean retail FOMO
  • Research & analytics — track historical premium trends
  • Trading signals — combine with other indicators for entry/exit decisions

Example Output

{
"symbol": "BTC",
"binance_usdt": 67500.00,
"binance_krw_equivalent": 92340000,
"upbit_krw": 95200000,
"upbit_premium_pct": 3.10,
"upbit_is_reverse": false,
"bithumb_krw": 95050000,
"bithumb_premium_pct": 2.94,
"bithumb_is_reverse": false,
"upbit_bithumb_spread_pct": 0.16,
"usd_krw_rate": 1368.0,
"timestamp": "2026-03-28T23:00:00+00:00"
}

Notes

  • All exchange APIs are public (no API key required)
  • Exchange rate sourced from open.er-api.com with fallback to exchangerate-api.com
  • Rate limits are respected automatically
  • Prices are snapshot at the time of the run (not streaming)
  • Bithumb may be unavailable during maintenance hours (KST 01:00-08:00)
  • Tokens with unrealistic premiums (>15%) are filtered as likely symbol mismatches

Disclaimer

This Actor is unofficial and not affiliated with Upbit, Bithumb, or Binance. Data is provided as-is for informational purposes.