trading-tournaments.com

Embed our tournament calendar

Two free iframe widgets. A full tournament calendar and a live countdown card. Drop them on your TradingView idea post, blog, Telegram channel, or partner site. No signup, no API key, copy-paste and go.

Widget 1: Tournament calendar

Copy the snippet below into any HTML surface. The iframe loads tournaments live from our database, refreshes every 5 minutes, and styles itself to fit your container.

<iframe src="https://trading-tournaments.com/embed/tournaments" width="100%" height="380" frameborder="0" style="border-radius: 8px;"></iframe>

URL parameters

ParamValuesDefaultNotes
themedark · lightdarkCard colours. Background stays transparent so the iframe blends with the host page.
limit1–205Number of tournaments to show.
countryISO-3166 alpha-2e.g. US, GB, VN. Hides tournaments that block this residency.
assetcrypto · forex · futures · stocks · options · copy · paperFilter by asset class bucket.

Examples

Default — top 5 live tournaments (dark theme)

Preview ↗

<iframe src="https://trading-tournaments.com/embed/tournaments" width="100%" height="380" frameborder="0" style="border-radius: 8px;"></iframe>

Top 10, light theme — for white-background sites

Preview ↗

<iframe src="https://trading-tournaments.com/embed/tournaments?theme=light&limit=10" width="100%" height="680" frameborder="0" style="border-radius: 8px;"></iframe>

Crypto only, filtered for US residents

Preview ↗

<iframe src="https://trading-tournaments.com/embed/tournaments?asset=crypto&country=US" width="100%" height="380" frameborder="0" style="border-radius: 8px;"></iframe>

Widget 2: Live countdown card

A single-tournament countdown card that ticks in real time. Pointed by default at the tournament closest to ending, or pinned to a specific event. Perfect for TradingView idea posts where you want to signal FOMO for the current calendar event, or a Telegram channel that always shows what's ending soon. Border colour shifts from cyan through amber to rose as urgency rises.

<iframe src="https://trading-tournaments.com/embed/countdown" width="100%" height="220" frameborder="0" style="border-radius: 12px; max-width: 480px;"></iframe>

URL parameters

ParamValuesDefaultNotes
themedark · lightdarkCard colours. Background stays transparent.
eventnext · highest · <slug>nextnext = closest to ending. highest = largest active prize pool. Or pin a specific tournament slug directly (e.g.bingx-bingx-8th-anniversary-2026-04).
countryISO-3166 alpha-2Hide tournaments that block this residency when pickingnext/highest.

Examples

Next-ending tournament countdown (dark)

Preview ↗

<iframe src="https://trading-tournaments.com/embed/countdown" width="100%" height="220" frameborder="0" style="border-radius: 12px; max-width: 480px;"></iframe>

Highest-prize active tournament (light theme)

Preview ↗

<iframe src="https://trading-tournaments.com/embed/countdown?event=highest&theme=light" width="100%" height="220" frameborder="0" style="border-radius: 12px; max-width: 480px;"></iframe>

Pinned to a specific tournament by slug

Preview ↗

<iframe src="https://trading-tournaments.com/embed/countdown?event=bybit-boost-battle-2026-series-3-2026-04" width="100%" height="220" frameborder="0" style="border-radius: 12px; max-width: 480px;"></iframe>

Height sizing tip

The countdown card renders at around 200 px tall in most themes. Set height="220" on the iframe to fit with a small buffer; the card centre-aligns inside a wider container thanks to its own max-width: 480px. If you need it wider or narrower, wrap the iframe in your own container.

FAQ

Is it really free? Yes. No signup, no API key, no usage limits. We monetize via affiliate links on the tournaments themselves; embed traffic is additive for both of us.

How fresh is the data? Tournament listings cache for 5 minutes. New tournaments published to our admin appear in your embed within that window.

Can I style it? The two themes (dark/light) cover most surfaces. For deeper customization, wrap the iframe in a container with your own border / shadow / heading — the iframe itself stays transparent so it blends naturally.

Will it slow my page down? The iframe streams server-rendered HTML — no client-side JS, no React hydration. Loads in under 200ms on a warm cache. Set loading="lazy" on the iframe if it's below the fold.

Can I track clicks? Every outbound link in the embed carries ?ref=embed so you (and we) can attribute traffic. We don't read anything from the parent page.

Need a different format?

Looking for an API instead of an iframe? Or a richer widget (compare bar, prize ticker, country-aware leaderboard)? Reach out via the partners page and we'll prioritize based on what people ask for.