/* ============================================================
SG Group – Global FX Swap Rates Ranking (EN edition, v2)
Post-content styles. Every selector is scoped under
#sggroup-swap-page-en. No globals, no imports, no JS.
============================================================ */
#sggroup-swap-page-en {
–sgsw-ink: #16233b;
–sgsw-navy: #0e2a52;
–sgsw-navy-deep: #081c3a;
–sgsw-accent: #0e7c66;
–sgsw-accent-soft: #e3f2ee;
–sgsw-paper: #ffffff;
–sgsw-mist: #f4f6fa;
–sgsw-line: #d9e0ea;
–sgsw-muted: #55637a;
–sgsw-warn-bg: #fff7ec;
–sgsw-warn-line: #e8cfa4;
–sgsw-radius: 12px;
font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif;
color: var(–sgsw-ink);
line-height: 1.75;
font-size: 1rem;
max-width: 60rem;
margin: 0 auto;
padding: 0 1rem 3rem;
overflow-wrap: break-word;
}
#sggroup-swap-page-en * { box-sizing: border-box; }
#sggroup-swap-page-en h2,
#sggroup-swap-page-en h3 {
color: var(–sgsw-navy);
line-height: 1.3;
margin: 0 0 0.75em;
font-weight: 700;
}
#sggroup-swap-page-en h2 {
font-size: clamp(1.25rem, 2.6vw, 1.6rem);
margin-top: 0;
padding-bottom: 0.45em;
border-bottom: 3px solid var(–sgsw-line);
position: relative;
}
#sggroup-swap-page-en h2::after {
content: “”;
position: absolute;
left: 0;
bottom: -3px;
width: 4.5rem;
height: 3px;
background: var(–sgsw-accent);
}
#sggroup-swap-page-en h3 { font-size: clamp(1.05rem, 2vw, 1.2rem); margin-top: 1.6em; }
#sggroup-swap-page-en p { margin: 0 0 1.1em; }
#sggroup-swap-page-en ul,
#sggroup-swap-page-en ol { margin: 0 0 1.2em; padding-left: 1.4em; }
#sggroup-swap-page-en li { margin-bottom: 0.4em; }
#sggroup-swap-page-en a {
color: var(–sgsw-accent);
text-decoration: underline;
text-underline-offset: 2px;
}
#sggroup-swap-page-en a:hover { color: var(–sgsw-navy); }
#sggroup-swap-page-en a:focus-visible {
outline: 3px solid var(–sgsw-accent);
outline-offset: 2px;
border-radius: 2px;
}
#sggroup-swap-page-en section { margin: 0 0 3rem; scroll-margin-top: 5rem; }
/* —- Hero —- */
#sggroup-swap-page-en .sgsw-hero {
background: linear-gradient(135deg, var(–sgsw-navy-deep) 0%, var(–sgsw-navy) 55%, #14396b 100%);
color: #eef3fa;
border-radius: var(–sgsw-radius);
padding: clamp(1.5rem, 4vw, 2.75rem);
margin: 1.25rem 0 1.5rem;
position: relative;
overflow: hidden;
}
#sggroup-swap-page-en .sgsw-hero::before {
content: “”;
position: absolute;
top: -40%;
right: -12%;
width: 22rem;
height: 22rem;
border-radius: 50%;
background: radial-gradient(circle, rgba(46, 170, 141, 0.22) 0%, rgba(46, 170, 141, 0) 70%);
pointer-events: none;
}
#sggroup-swap-page-en .sgsw-hero h2 {
color: #ffffff;
font-size: clamp(1.45rem, 3.4vw, 2.1rem);
letter-spacing: -0.01em;
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0.6em;
}
#sggroup-swap-page-en .sgsw-hero h2::after { content: none; }
#sggroup-swap-page-en .sgsw-hero .sgsw-kicker {
display: inline-block;
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #9fd9c9;
margin-bottom: 0.9rem;
}
#sggroup-swap-page-en .sgsw-hero .sgsw-lede {
font-size: clamp(0.98rem, 1.8vw, 1.08rem);
color: #d7e1ef;
max-width: 46rem;
margin-bottom: 1.4rem;
}
#sggroup-swap-page-en .sgsw-badges {
display: flex;
flex-wrap: wrap;
gap: 0.6rem;
margin: 0 0 1.4rem;
padding: 0;
list-style: none;
}
#sggroup-swap-page-en .sgsw-badges li {
margin: 0;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.28);
border-radius: 999px;
padding: 0.4rem 0.95rem;
font-size: 0.86rem;
color: #f2f6fb;
min-height: 2.1rem;
display: inline-flex;
align-items: center;
gap: 0.4em;
}
#sggroup-swap-page-en .sgsw-badges .sgsw-badge-label { font-weight: 700; color: #9fd9c9; }
#sggroup-swap-page-en .sgsw-jump {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
padding: 0;
margin: 0 0 1.5rem;
list-style: none;
}
#sggroup-swap-page-en .sgsw-jump li { margin: 0; }
#sggroup-swap-page-en .sgsw-jump a {
display: inline-block;
padding: 0.35rem 0.85rem;
border: 1px solid rgba(255, 255, 255, 0.35);
border-radius: 999px;
font-size: 0.84rem;
color: #eef3fa;
text-decoration: none;
transition: background-color 0.15s ease;
}
#sggroup-swap-page-en .sgsw-jump a:hover { background: rgba(255, 255, 255, 0.14); color: #ffffff; }
#sggroup-swap-page-en .sgsw-jump a:focus-visible { outline: 3px solid #9fd9c9; outline-offset: 2px; }
#sggroup-swap-page-en .sgsw-hero-cta {
display: block;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(159, 217, 201, 0.5);
border-left: 5px solid var(–sgsw-accent);
border-radius: 10px;
padding: 1rem 1.2rem;
text-decoration: none;
color: #eef3fa;
}
#sggroup-swap-page-en .sgsw-hero-cta:hover { background: rgba(255, 255, 255, 0.14); color: #ffffff; }
#sggroup-swap-page-en .sgsw-hero-cta:focus-visible { outline: 3px solid #9fd9c9; outline-offset: 2px; }
#sggroup-swap-page-en .sgsw-hero-cta .sgsw-cta-title {
display: block;
font-weight: 700;
font-size: 1rem;
color: #ffffff;
margin-bottom: 0.15rem;
}
#sggroup-swap-page-en .sgsw-hero-cta .sgsw-cta-sub {
display: block;
font-size: 0.85rem;
color: #c9d6e6;
}
/* —- Share & save area —- */
#sggroup-swap-page-en .sgsw-share {
background: var(–sgsw-paper);
border: 1px solid var(–sgsw-line);
border-radius: 10px;
padding: 1rem 1.2rem;
margin: 0 0 2.5rem;
min-height: 5.5rem;
}
#sggroup-swap-page-en .sgsw-share .sgsw-share-lead {
font-size: 0.92rem;
font-weight: 700;
color: var(–sgsw-navy);
margin-bottom: 0.5em;
}
#sggroup-swap-page-en .sgsw-share .sgsw-a2hs-note {
font-size: 0.84rem;
color: var(–sgsw-muted);
margin: 0.6em 0 0;
}
/* —- Ranking frame —- */
#sggroup-swap-page-en .sgsw-ranking-frame {
background: var(–sgsw-mist);
border: 1px solid var(–sgsw-line);
border-radius: var(–sgsw-radius);
padding: clamp(1rem, 3vw, 1.75rem);
}
#sggroup-swap-page-en .sgsw-ranking-note {
font-size: 0.86rem;
color: var(–sgsw-muted);
margin-top: 1rem;
margin-bottom: 0;
}
/* —- Callouts / notes —- */
#sggroup-swap-page-en .sgsw-note {
background: var(–sgsw-accent-soft);
border: 1px solid #bfe0d6;
border-left: 5px solid var(–sgsw-accent);
border-radius: 8px;
padding: 0.9rem 1.1rem;
margin: 0 0 1.2em;
font-size: 0.94rem;
}
#sggroup-swap-page-en .sgsw-warn {
background: var(–sgsw-warn-bg);
border: 1px solid var(–sgsw-warn-line);
border-left: 5px solid #c98a2b;
border-radius: 8px;
padding: 0.9rem 1.1rem;
margin: 0 0 1.2em;
font-size: 0.94rem;
}
#sggroup-swap-page-en .sgsw-note p:last-child,
#sggroup-swap-page-en .sgsw-warn p:last-child { margin-bottom: 0; }
/* —- Tables —- */
#sggroup-swap-page-en .sgsw-table-wrap { overflow-x: auto; margin: 0 0 1.4em; }
#sggroup-swap-page-en .sgsw-table-wrap table {
border-collapse: collapse;
width: 100%;
min-width: 34rem;
font-size: 0.92rem;
background: var(–sgsw-paper);
}
#sggroup-swap-page-en .sgsw-table-wrap caption {
caption-side: top;
text-align: left;
font-size: 0.85rem;
color: var(–sgsw-muted);
padding-bottom: 0.5rem;
}
#sggroup-swap-page-en .sgsw-table-wrap th,
#sggroup-swap-page-en .sgsw-table-wrap td {
border: 1px solid var(–sgsw-line);
padding: 0.55rem 0.8rem;
text-align: left;
vertical-align: top;
}
#sggroup-swap-page-en .sgsw-table-wrap thead th {
background: var(–sgsw-navy);
color: #ffffff;
font-weight: 600;
}
#sggroup-swap-page-en .sgsw-table-wrap tbody tr:nth-child(even) td { background: var(–sgsw-mist); }
/* —- FAQ —- */
#sggroup-swap-page-en .sgsw-faq details {
border: 1px solid var(–sgsw-line);
border-radius: 10px;
margin-bottom: 0.75rem;
background: var(–sgsw-paper);
}
#sggroup-swap-page-en .sgsw-faq summary {
cursor: pointer;
padding: 0.9rem 1.1rem;
font-weight: 700;
color: var(–sgsw-navy);
list-style-position: inside;
}
#sggroup-swap-page-en .sgsw-faq summary:hover { background: var(–sgsw-mist); border-radius: 10px; }
#sggroup-swap-page-en .sgsw-faq summary:focus-visible {
outline: 3px solid var(–sgsw-accent);
outline-offset: -3px;
border-radius: 10px;
}
#sggroup-swap-page-en .sgsw-faq details[open] summary { border-bottom: 1px solid var(–sgsw-line); }
#sggroup-swap-page-en .sgsw-faq .sgsw-faq-body { padding: 0.9rem 1.1rem; font-size: 0.95rem; }
#sggroup-swap-page-en .sgsw-faq .sgsw-faq-body p:last-child { margin-bottom: 0; }
/* —- Link cards & CTA —- */
#sggroup-swap-page-en .sgsw-linkgrid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
gap: 0.9rem;
margin: 0 0 1.6rem;
padding: 0;
list-style: none;
}
#sggroup-swap-page-en .sgsw-linkgrid li { margin: 0; }
#sggroup-swap-page-en .sgsw-linkgrid a {
display: block;
height: 100%;
border: 1px solid var(–sgsw-line);
border-radius: 10px;
padding: 1rem 1.1rem;
text-decoration: none;
background: var(–sgsw-paper);
transition: border-color 0.15s ease;
}
#sggroup-swap-page-en .sgsw-linkgrid a:hover { border-color: var(–sgsw-accent); }
#sggroup-swap-page-en .sgsw-linkgrid .sgsw-link-title {
display: block;
font-weight: 700;
color: var(–sgsw-navy);
margin-bottom: 0.25rem;
}
#sggroup-swap-page-en .sgsw-linkgrid .sgsw-link-desc {
display: block;
font-size: 0.86rem;
color: var(–sgsw-muted);
}
#sggroup-swap-page-en .sgsw-cta-band {
display: block;
background: linear-gradient(120deg, var(–sgsw-navy-deep), var(–sgsw-navy));
color: #eef3fa;
border-radius: var(–sgsw-radius);
padding: 1.4rem 1.5rem;
text-decoration: none;
border: 1px solid rgba(159, 217, 201, 0.4);
}
#sggroup-swap-page-en .sgsw-cta-band:hover { color: #ffffff; border-color: #9fd9c9; }
#sggroup-swap-page-en .sgsw-cta-band:focus-visible { outline: 3px solid var(–sgsw-accent); outline-offset: 2px; }
#sggroup-swap-page-en .sgsw-cta-band .sgsw-cta-title {
display: block;
font-size: 1.08rem;
font-weight: 700;
color: #ffffff;
margin-bottom: 0.25rem;
}
#sggroup-swap-page-en .sgsw-cta-band .sgsw-cta-sub {
display: block;
font-size: 0.88rem;
color: #c9d6e6;
}
/* —- Disclosure / update history / footer blocks —- */
#sggroup-swap-page-en .sgsw-disclosure-box {
background: var(–sgsw-paper);
border: 1px solid var(–sgsw-line);
border-left: 5px solid var(–sgsw-navy);
border-radius: 10px;
padding: 1.1rem 1.3rem;
font-size: 0.92rem;
}
#sggroup-swap-page-en .sgsw-disclosure-box p:last-child { margin-bottom: 0; }
#sggroup-swap-page-en .sgsw-history {
background: var(–sgsw-mist);
border: 1px solid var(–sgsw-line);
border-radius: 10px;
padding: 1.1rem 1.3rem;
font-size: 0.9rem;
}
#sggroup-swap-page-en .sgsw-history ul { margin-bottom: 0; }
#sggroup-swap-page-en .sgsw-history time { font-weight: 700; color: var(–sgsw-navy); }
#sggroup-swap-page-en .sgsw-editorial {
font-size: 0.85rem;
color: var(–sgsw-muted);
border-top: 1px solid var(–sgsw-line);
margin-top: 1.2rem;
padding-top: 1rem;
}
#sggroup-swap-page-en .sgsw-disclaimer {
font-size: 0.83rem;
color: var(–sgsw-muted);
background: var(–sgsw-paper);
border: 1px dashed var(–sgsw-line);
border-radius: 10px;
padding: 1rem 1.2rem;
}
#sggroup-swap-page-en .sgsw-disclaimer p:last-child { margin-bottom: 0; }
@media (max-width: 480px) {
#sggroup-swap-page-en { font-size: 0.97rem; }
#sggroup-swap-page-en .sgsw-hero { margin-top: 0.75rem; }
#sggroup-swap-page-en .sgsw-badges li { font-size: 0.8rem; }
}
/* SG Group isolated full-width/responsive compatibility layer.
Scope is limited to this article root and cannot target the theme or grand menu. */
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] {
–sgff-gutter: clamp(12px, 2.45vw, 46px);
position: relative !important;
isolation: isolate !important;
z-index: 0 !important;
box-sizing: border-box !important;
width: 100vw !important;
max-width: none !important;
min-width: 0 !important;
margin-left: calc(50% – 50vw) !important;
margin-right: calc(50% – 50vw) !important;
padding-left: max(var(–sgff-gutter), env(safe-area-inset-left)) !important;
padding-right: max(var(–sgff-gutter), env(safe-area-inset-right)) !important;
overflow-x: hidden !important;
overflow-x: clip !important;
writing-mode: horizontal-tb !important;
text-orientation: mixed !important;
}
@supports (width: 100dvw) {
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] {
width: 100dvw !important;
margin-left: calc(50% – 50dvw) !important;
margin-right: calc(50% – 50dvw) !important;
}
}
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″],
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] *,
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] *::before,
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] *::after { box-sizing: border-box; }
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] * { min-width: 0; }
/* Protect ordinary reading text from theme-side vertical writing or one-character columns. */
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] :where(h1,h2,h3,h4,h5,h6):not(.sgff-intentional-vertical) {
writing-mode: horizontal-tb !important;
text-orientation: mixed !important;
display: block !important;
float: none !important;
clear: none !important;
transform: none !important;
width: auto !important;
min-width: min(100%, 12rem) !important;
max-width: 100% !important;
height: auto !important;
max-height: none !important;
columns: auto !important;
column-count: auto !important;
white-space: normal !important;
word-break: normal !important;
overflow-wrap: anywhere !important;
line-break: auto !important;
text-wrap: balance;
}
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] :where(p,li,dt,dd,th,td,caption,figcaption,summary,label,blockquote):not(.sgff-intentional-vertical) {
writing-mode: horizontal-tb !important;
text-orientation: mixed !important;
white-space: normal;
overflow-wrap: anywhere;
}
@supports (word-break: auto-phrase) {
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″][lang=”ja”] :where(h1,h2,h3,h4,h5,h6,p,li,dt,dd,figcaption,summary),
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] [lang=”ja”] :where(h1,h2,h3,h4,h5,h6,p,li,dt,dd,figcaption,summary) {
word-break: auto-phrase !important;
}
}
/* Responsive media, data and code containment. */
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] :where(img,svg,canvas,video) {
max-width: 100% !important;
height: auto;
}
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] :where(iframe,embed,object) { max-width: 100% !important; }
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] :where(pre) {
max-width: 100% !important;
overflow-x: auto !important;
overscroll-behavior-inline: contain;
-webkit-overflow-scrolling: touch;
}
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] :where(code,kbd,samp) { overflow-wrap: anywhere; }
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] :where(table) { max-width: 100% !important; }
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] :where(.sgff-table-scroll) {
width: 100%;
max-width: 100%;
overflow-x: auto;
overscroll-behavior-inline: contain;
-webkit-overflow-scrolling: touch;
}
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] :where(a,button,input,select,textarea,summary) { touch-action: manipulation; }
/* The only intentional vertical-writing module in this corpus remains decorative on wide screens,
then becomes horizontal before it can compress adjacent content. */
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] .sgtv-risk-reward__pivot {
writing-mode: vertical-rl !important;
text-orientation: mixed !important;
inline-size: auto !important;
min-inline-size: 2.5rem !important;
min-block-size: 100% !important;
white-space: nowrap !important;
letter-spacing: .06em;
padding: clamp(6px, .9vw, 12px) !important;
}
@media (max-width: 900px) {
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] { –sgff-gutter: clamp(10px, 2.8vw, 24px); }
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] :where(h1,h2,h3,h4,h5,h6) { text-wrap: pretty; }
}
@media (max-width: 640px) {
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] { –sgff-gutter: clamp(8px, 3.2vw, 16px); }
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] :where(table) {
display: block;
width: max-content;
min-width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] .sgtv-risk-reward__pivot {
writing-mode: horizontal-tb !important;
text-orientation: mixed !important;
width: 100% !important;
min-width: 0 !important;
min-height: 0 !important;
white-space: normal !important;
letter-spacing: .02em;
padding: 8px 10px !important;
}
}
@media (max-width: 360px) {
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] { –sgff-gutter: max(7px, env(safe-area-inset-left)); }
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] :where(h1,h2,h3,h4,h5,h6) {
min-width: 0 !important;
overflow-wrap: anywhere !important;
}
}
@media print {
#sggroup-swap-page-en#sggroup-swap-page-en[data-sgff-root=”post-1383″] {
width: 100% !important;
max-width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
overflow: visible !important;
}
}
Share this FX swap ranking or keep it one tap away.
On supported mobile browsers, this page can also be added to your home screen for one-tap
access to the daily swap update; when your device supports it, an install option appears in
the sharing area above.
Latest FX Swap Ranking
The FX swap ranking below is generated automatically from the most recent successful data
collection. Broker swap rates are shown per standard lot, for both long (buy) and short
(sell) positions, and each row links back to the broker’s official swap page so you can
verify the source yourself.
Top 3 long swap rates for USD/JPY
1 IC Markets 8.15 pt points / lot / day 2 Tickmill 7.15 pt points / lot / day 3 FxPro 6.9 pt points / lot / day Swap rates for AUD/CAD AUD/CAD swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 3.42 pt -7.84 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 3.41 pt -7.89 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 Axiory Axiory Global Limited / Standard / Belize 2.62 pt -7.55 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles 0.3 pt -7.35 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands $1.79 -$6.08 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for AUD/CHF AUD/CHF swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Axiory Axiory Global Limited / Standard / Belize 5.46 pt -8.28 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 2 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 5.26 pt -8.88 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 4.9 pt -9.32 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles 2.31 pt -7.85 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands $6.36 -$10.51 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for AUD/DKK AUD/DKK swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -29.67 pt -47.25 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for AUD/JPY AUD/JPY swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles 7.45 pt -17.15 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 7.15 pt -11.89 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 Axiory Axiory Global Limited / Standard / Belize 4.85 pt -12.99 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 4 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 4.81 pt -10.92 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands $3.88 -$7.91 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data Not ranked Titan FX Titan FX Limited / Standard / Vanuatu ¥44 -¥120.9 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for AUD/NZD AUD/NZD swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 3.33 pt -7.56 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 2.72 pt -7.74 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 Axiory Axiory Global Limited / Standard / Belize 2.29 pt -9.77 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -2.44 pt -6.21 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands $0.83 -$4.84 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data Not ranked Titan FX Titan FX Limited / Standard / Vanuatu ¥14.5 -¥77 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for AUD/PLN AUD/PLN swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -35.45 pt -12.07 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for AUD/SGD AUD/SGD swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 3.34 pt -9.84 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Axiory Axiory Global Limited / Standard / Belize 3.16 pt -9.97 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 3 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -6.51 pt -8.74 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for AUD/USD AUD/USD swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -0.5 pt -1.1 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Axiory Axiory Global Limited / Standard / Belize -1.08 pt -1.78 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 3 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -1.95 pt -2.9 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -2.97 pt -4.01 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$1.49 -$2.43 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data Not ranked Titan FX Titan FX Limited / Standard / Vanuatu -¥21.4 -¥46.7 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for AUD/ZAR AUD/ZAR swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Axiory Axiory Global Limited / Standard / Belize -96.28 pt 16.79 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data
Swap rates for CAD/CHF CAD/CHF swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 2.76 pt -4.52 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Axiory Axiory Global Limited / Standard / Belize 2.59 pt -5.22 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 3 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles 2.41 pt -5.3 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 1.95 pt -5.94 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands $2.35 -$6.68 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for CAD/JPY CAD/JPY swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles 2.51 pt -11.22 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 1.53 pt -5.21 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 1.52 pt -4.31 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 Axiory Axiory Global Limited / Standard / Belize 1.4 pt -6.95 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$0.14 -$4.10 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data Not ranked Titan FX Titan FX Limited / Standard / Vanuatu ¥11.3 -¥59 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for CHF/HUF CHF/HUF swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Axiory Axiory Global Limited / Standard / Belize -100.47 pt 31.61 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data
Swap rates for CHF/JPY CHF/JPY swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -7.7 pt 0.2 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Axiory Axiory Global Limited / Standard / Belize -8.73 pt 1.46 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 3 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -10.12 pt 4.01 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -12.25 pt 2.31 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$7.91 $0.80 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data Not ranked Titan FX Titan FX Limited / Standard / Vanuatu -¥91.6 ¥24 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for CHF/PLN CHF/PLN swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -94.69 pt 12.19 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for CHF/SGD CHF/SGD swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -13.18 pt 3 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -22.33 pt -4.14 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for CHF/ZAR CHF/ZAR swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Axiory Axiory Global Limited / Standard / Belize -392.95 pt 264.89 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data
Swap rates for CNH/JPY CNH/JPY swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Titan FX Titan FX Limited / Standard / Vanuatu -¥4.3 -¥8.3 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for EUR/AUD EUR/AUD swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -9.56 pt 5.23 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Axiory Axiory Global Limited / Standard / Belize -10.9 pt 4.04 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 3 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -11.36 pt 4.31 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -12.47 pt 1.24 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$8.55 $2.15 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data Not ranked Titan FX Titan FX Limited / Standard / Vanuatu -¥137.6 ¥47.1 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for EUR/CAD EUR/CAD swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -1.33 pt -4.41 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -1.69 pt -4.74 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 Axiory Axiory Global Limited / Standard / Belize -2.45 pt -3.87 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -4.9 pt -3.2 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$2.40 -$4.40 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for EUR/CHF EUR/CHF swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Axiory Axiory Global Limited / Standard / Belize 4.89 pt -8.5 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 2 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 4.38 pt -10.04 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 3.57 pt -10.66 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles 1.1 pt -11.8 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands $5.05 -$11.51 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data Not ranked Titan FX Titan FX Limited / Standard / Vanuatu ¥78.3 -¥189.1 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for EUR/CZK EUR/CZK swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -1.08 pt 0.45 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Axiory Axiory Global Limited / Standard / Belize -16.49 pt -7.54 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 3 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -40.88 pt -2.13 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$15.19 -$8.39 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for EUR/DKK EUR/DKK swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -4.46 pt -24.6 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -8.25 pt -28.41 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -58.02 pt -72.31 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for EUR/GBP EUR/GBP swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -3.99 pt 1.11 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Axiory Axiory Global Limited / Standard / Belize -4.51 pt 1.58 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 3 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -6.05 pt 0.36 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -8.23 pt 1.34 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$7.14 $0.69 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data Not ranked Titan FX Titan FX Limited / Standard / Vanuatu -¥101.3 -¥21.2 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for EUR/HKD EUR/HKD swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -20.64 pt -25.68 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -24.84 pt -10.39 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -100.02 pt -50.97 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for EUR/HUF EUR/HUF swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -34.44 pt 23.18 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Axiory Axiory Global Limited / Standard / Belize -67.51 pt 11.15 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 3 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -117.26 pt 43.68 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$19.74 -$2.00 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for EUR/JPY EUR/JPY swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 4.18 pt -8.93 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 4.03 pt -9.84 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles 4 pt -20.8 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 Axiory Axiory Global Limited / Standard / Belize 2.3 pt -10.93 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands $1.03 -$7.39 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data Not ranked Titan FX Titan FX Limited / Standard / Vanuatu ¥31.7 -¥103.5 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for EUR/MXN EUR/MXN swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -289.59 pt 176.51 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Axiory Axiory Global Limited / Standard / Belize -320.57 pt 105.58 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 3 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -544.27 pt 158.77 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for EUR/NOK EUR/NOK swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -69.72 pt 40.19 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -82.2 pt 36.58 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 Axiory Axiory Global Limited / Standard / Belize -87.26 pt 24.87 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -110.54 pt -94.27 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$9.45 $2.65 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for EUR/NZD EUR/NZD swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -3.57 pt -2.52 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Axiory Axiory Global Limited / Standard / Belize -4.59 pt -5.45 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 3 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -4.86 pt -2.08 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -8.95 pt -2.8 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$4.15 -$2.62 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for EUR/PLN EUR/PLN swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -20.16 pt 7.41 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -23.17 pt 5.2 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 Axiory Axiory Global Limited / Standard / Belize -23.78 pt 5.45 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -64.38 pt -16.17 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$10.36 -$3.24 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for EUR/RUB EUR/RUB swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Axiory Axiory Global Limited / Standard / Belize -4,400.96 pt 1,330.87 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data
Swap rates for EUR/SEK EUR/SEK swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 9.88 pt -37.38 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 4.39 pt -45.87 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 Axiory Axiory Global Limited / Standard / Belize -13.05 pt -54.41 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -98.84 pt -103.24 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$1.62 -$5.08 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for EUR/SGD EUR/SGD swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 2.28 pt -5.99 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -0.7 pt -8.22 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 Axiory Axiory Global Limited / Standard / Belize -0.96 pt -8.54 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -12.54 pt -13.3 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for EUR/TRY EUR/TRY swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -2,610.3 pt 64.27 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -4,889.17 pt 3,837.08 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 Axiory Axiory Global Limited / Standard / Belize -5,397.06 pt 2,065.26 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 4 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -5,579.38 pt 3,394.12 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$115.00 $69.14 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for EUR/USD EUR/USD swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -6.1 pt 3.2 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Axiory Axiory Global Limited / Standard / Belize -6.49 pt 3.01 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 3 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -8.23 pt 1.5 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -8.9 pt 1.9 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$7.70 $1.43 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data Not ranked Titan FX Titan FX Limited / Standard / Vanuatu -¥111.3 ¥28.3 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for EUR/ZAR EUR/ZAR swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -231.53 pt 108.25 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Axiory Axiory Global Limited / Standard / Belize -231.6 pt 122.26 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 3 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -258.8 pt 89.36 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -440.9 pt 20.39 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for GBP/AUD GBP/AUD swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -5.99 pt -1.47 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Axiory Axiory Global Limited / Standard / Belize -6.21 pt -2.11 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 3 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -7.05 pt -4.95 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -8.12 pt -2.99 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$5.37 -$2.07 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data Not ranked Titan FX Titan FX Limited / Standard / Vanuatu -¥88.5 -¥40.3 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for GBP/CAD GBP/CAD swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Axiory Axiory Global Limited / Standard / Belize 3.64 pt -11.33 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 2 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 3.5 pt -12.52 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 2.92 pt -14.08 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles 1.16 pt -11.41 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands $1.78 -$9.69 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for GBP/CHF GBP/CHF swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Axiory Axiory Global Limited / Standard / Belize 9.49 pt -13.89 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 5.83 pt -18.61 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 5.64 pt -14.55 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles 5.3 pt -18.05 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands $10.41 -$18.00 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data Not ranked Titan FX Titan FX Limited / Standard / Vanuatu ¥80 -¥362.2 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for GBP/CZK GBP/CZK swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -0.5 pt -0.81 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for GBP/DKK GBP/DKK swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 20.08 pt -65.37 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 14.84 pt -71.04 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -36.91 pt -113.69 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for GBP/HKD GBP/HKD swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 9.28 pt -71.96 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for GBP/HUF GBP/HUF swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -29.82 pt 6.56 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for GBP/JPY GBP/JPY swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 9.85 pt -20.97 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles 7.6 pt -36.4 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 6.7 pt -19.96 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 Axiory Axiory Global Limited / Standard / Belize 5.76 pt -19.94 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands $5.73 -$13.17 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data Not ranked Titan FX Titan FX Limited / Standard / Vanuatu ¥58.1 -¥208.5 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for GBP/NOK GBP/NOK swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -37.28 pt 7.13 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -61.33 pt -6.92 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -79.55 pt -157.16 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for GBP/NZD GBP/NZD swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Axiory Axiory Global Limited / Standard / Belize 2.72 pt -14.82 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 2 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 2.52 pt -11.13 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 0.8 pt -13.42 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -2.1 pt -10.6 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$0.07 -$7.44 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for GBP/PLN GBP/PLN swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -5.88 pt -8.09 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -56.3 pt -36.71 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for GBP/SEK GBP/SEK swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 53.2 pt -89.46 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 34.52 pt -115.82 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -67.64 pt -165.88 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for GBP/SGD GBP/SGD swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Axiory Axiory Global Limited / Standard / Belize 4.78 pt -16.14 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 4.73 pt -15.8 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -8.57 pt -21.28 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for GBP/TRY GBP/TRY swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -5,373.61 pt 3,949.47 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -5,419.14 pt 4,262.11 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for GBP/USD GBP/USD swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -2.6 pt -0.4 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Axiory Axiory Global Limited / Standard / Belize -2.94 pt -1.34 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 3 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -4.15 pt -3.25 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -4.86 pt -3.16 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$4.43 -$2.90 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data Not ranked Titan FX Titan FX Limited / Standard / Vanuatu -¥60.3 -¥70.3 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for GBP/ZAR GBP/ZAR swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -193.73 pt 58 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Axiory Axiory Global Limited / Standard / Belize -195.16 pt 64.07 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 3 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -425.03 pt 23.76 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for MXN/JPY MXN/JPY swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Titan FX Titan FX Limited / Standard / Vanuatu ¥6.7 -¥18.9 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for NOK/JPY NOK/JPY swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Titan FX Titan FX Limited / Standard / Vanuatu ¥13 -¥18.6 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data Not ranked IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 1.15 pt -1.91 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for NOK/SEK NOK/SEK swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 5.15 pt -10.55 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Axiory Axiory Global Limited / Standard / Belize 2.9 pt -11.74 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 3 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -7.72 pt -9.42 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for NZD/CAD NZD/CAD swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -0.21 pt -2.31 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -0.4 pt -2.97 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 Axiory Axiory Global Limited / Standard / Belize -2.11 pt -2.47 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -2.58 pt -5.56 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$0.90 -$2.69 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for NZD/CHF NZD/CHF swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 2.29 pt -5.13 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 2.05 pt -5.56 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 Axiory Axiory Global Limited / Standard / Belize 1.93 pt -4.57 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles 1.2 pt -5.7 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands $2.80 -$6.24 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for NZD/JPY NZD/JPY swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 2.3 pt -5.65 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 2 pt -5.04 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles 1.8 pt -9.3 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 Axiory Axiory Global Limited / Standard / Belize 1.16 pt -6.28 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands $0.78 -$4.17 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data Not ranked Titan FX Titan FX Limited / Standard / Vanuatu ¥19.2 -¥64.4 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for NZD/SEK NZD/SEK swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Axiory Axiory Global Limited / Standard / Belize -12.7 pt -30.97 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data
Swap rates for NZD/SGD NZD/SGD swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 1.05 pt -3.47 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Axiory Axiory Global Limited / Standard / Belize -1.28 pt -4.76 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 3 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -3.99 pt -10.04 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for NZD/USD NZD/USD swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -3.1 pt 1.3 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -3.65 pt 0.5 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 Axiory Axiory Global Limited / Standard / Belize -3.87 pt 1.13 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 4 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -4.06 pt 0.14 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$3.50 $0.30 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data Not ranked Titan FX Titan FX Limited / Standard / Vanuatu -¥59 -¥5.2 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for PLN/JPY PLN/JPY swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles 1.33 pt -9.57 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for SEK/JPY SEK/JPY swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Titan FX Titan FX Limited / Standard / Vanuatu ¥0.9 -¥6.1 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data Not ranked IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 0.05 pt -0.54 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for SGD/JPY SGD/JPY swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles 2.12 pt -21.84 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -0.43 pt -4.19 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 Axiory Axiory Global Limited / Standard / Belize -1.12 pt -6.83 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$1.35 -$3.19 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data Not ranked Titan FX Titan FX Limited / Standard / Vanuatu -¥6.2 -¥43.4 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for TRY/JPY TRY/JPY swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands $1.29 -$2.07 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data Not ranked Axiory Axiory Global Limited / Standard / Belize 1.33 pt -3.23 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data
Swap rates for USD/BRL USD/BRL swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -136.29 pt 57.83 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for USD/CAD USD/CAD swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 5.7 pt -8.9 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Axiory Axiory Global Limited / Standard / Belize 3.85 pt -9.05 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 3 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 3.24 pt -10.95 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles 2.25 pt -8.1 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands $1.89 -$7.92 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data Not ranked Titan FX Titan FX Limited / Standard / Vanuatu ¥29.6 -¥101.6 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for USD/CHF USD/CHF swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Axiory Axiory Global Limited / Standard / Belize 7.77 pt -10.74 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 2 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 6.21 pt -12.3 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 6.08 pt -12.99 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles 4.05 pt -15.3 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands $8.47 -$14.11 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data Not ranked Titan FX Titan FX Limited / Standard / Vanuatu ¥65.8 -¥223.2 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for USD/CNH USD/CNH swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 45.2 pt -76.76 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 35.46 pt -80.3 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles 17.05 pt -90.25 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands $5.10 -$11.64 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for USD/CZK USD/CZK swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -0.02 pt -0.48 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -4.68 pt -9.6 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 Axiory Axiory Global Limited / Standard / Belize -5.34 pt -17.31 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -29 pt -10.8 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$4.52 -$6.60 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for USD/DKK USD/DKK swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 20.47 pt -50.55 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 18.72 pt -52.92 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -26.94 pt -93.7 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for USD/HKD USD/HKD swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 10.86 pt -59.5 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 10.43 pt -43.76 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -62.2 pt -77.63 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands $0.63 -$6.60 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for USD/HUF USD/HUF swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -16.38 pt 7.79 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -18.95 pt 6.44 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 Axiory Axiory Global Limited / Standard / Belize -45.48 pt 0.17 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -94.75 pt 19.67 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$9.42 -$1.89 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for USD/IDR USD/IDR swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -2.63 pt -3 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for USD/ILS USD/ILS swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -3.74 pt -22.28 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Axiory Axiory Global Limited / Standard / Belize -8.65 pt -32.05 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data
Swap rates for USD/JPY USD/JPY swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 8.15 pt -16.89 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 7.15 pt -14.9 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles 6.9 pt -27.95 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 Axiory Axiory Global Limited / Standard / Belize 4.92 pt -15.66 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands $4.93 -$10.49 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data Not ranked Titan FX Titan FX Limited / Standard / Vanuatu ¥54.9 -¥165.1 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for USD/KRW USD/KRW swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -45.8 pt -53.9 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for USD/MXN USD/MXN swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -194.57 pt 64.98 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Axiory Axiory Global Limited / Standard / Belize -206.25 pt 39.89 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 3 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -223.17 pt 40.1 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -435.47 pt 123.47 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$10.41 $4.11 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for USD/MYR USD/MYR swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -2.63 pt -3 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for USD/NGN USD/NGN swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -2.63 pt -3 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for USD/NOK USD/NOK swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -30.5 pt -2.37 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Axiory Axiory Global Limited / Standard / Belize -35.96 pt -16.36 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 3 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -44.84 pt -13.65 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -59.64 pt -129.85 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$4.11 -$1.48 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for USD/PLN USD/PLN swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -1.16 pt -9.35 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -3.46 pt -11.4 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 Axiory Axiory Global Limited / Standard / Belize -4.57 pt -11.21 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -43.78 pt -30.75 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$1.97 -$3.75 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for USD/RON USD/RON swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -53.72 pt -25.94 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for USD/RUB USD/RUB swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -404.2 pt -3.88 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -482.63 pt -481.1 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 Axiory Axiory Global Limited / Standard / Belize -3,485.22 pt 823.23 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data
Swap rates for USD/SEK USD/SEK swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 47.31 pt -75.39 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 39.41 pt -83.91 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 Axiory Axiory Global Limited / Standard / Belize 30.52 pt -87.19 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -50.17 pt -136.78 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands $2.38 -$8.66 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for USD/SGD USD/SGD swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles 6.94 pt -10.71 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Axiory Axiory Global Limited / Standard / Belize 4.6 pt -12.6 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 3 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 4.09 pt -12.87 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -6.36 pt -17.55 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands $3.64 -$9.40 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for USD/THB USD/THB swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles 115.03 pt -664.97 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -9.3 pt -16.2 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for USD/TRY USD/TRY swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -2,572.28 pt 51.97 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -3,844.96 pt 3,067.01 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 3 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -3,972.1 pt 2,914.11 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 Axiory Axiory Global Limited / Standard / Belize -4,505.47 pt 1,606.85 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data Not ranked OANDA OANDA Global Markets Ltd / CFD / British Virgin Islands -$96.36 $54.99 USD / lot (100,000 units) / day Sep 23, 2026 Collected Sep 24, 2026 07:37 Official data
Swap rates for USD/VND USD/VND swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -2.63 pt -3 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for USD/ZAR USD/ZAR swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Tickmill Tickmill Ltd (Seychelles) / Classic / Raw / Seychelles -131.25 pt 30.45 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 2 Axiory Axiory Global Limited / Standard / Belize -133.3 pt 41.52 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data 3 IC Markets Raw Trading Ltd / Standard / Raw / Seychelles -154.67 pt 19.28 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data 4 FxPro FxPro Global Markets Ltd / MT5 / Bahamas / Seychelles -335.49 pt 29.91 pt points / lot / day — Collected Sep 24, 2026 07:38 Official data
Swap rates for ZAR/JPY ZAR/JPY swap rate comparison (normalized, per day) Rank Broker Long swap Short swap Unit / basis Official data date Collection status Source 1 Titan FX Titan FX Limited / Standard / Vanuatu ¥3 -¥25.4 JPY / 10,000 units / day Sep 22, 2026 Collected Sep 24, 2026 07:37 Official data Not ranked Axiory Axiory Global Limited / Standard / Belize 1.02 pt -1.59 pt points / lot / day — Collected Sep 24, 2026 07:37 Official data
Reference: official values outside the comparable basis The brokers below publish their swap data in units or under conditions that cannot be converted to the shared comparison basis, so their official values are listed as published and are not ranked.
Reference: official values outside the comparable basis Broker Currency pair Official value (long) Official value (short) Unit / basis Official data date Source BigBoss AUD/JPY 6.99 -18.49 points Sep 23, 2026 Official data BigBoss AUD/USD -3.96 0.15 points Sep 23, 2026 Official data BigBoss CAD/JPY 9.9 -22.47 points Sep 23, 2026 Official data BigBoss CHF/JPY -2.79 -16.86 points Sep 23, 2026 Official data BigBoss EUR/AUD -8.67 -5.77 points Sep 23, 2026 Official data BigBoss EUR/GBP -5.29 0.38 points Sep 23, 2026 Official data BigBoss EUR/JPY 7.27 -29.93 points Sep 23, 2026 Official data BigBoss EUR/USD -7.59 3.37 points Sep 23, 2026 Official data BigBoss GBP/AUD -3.47 -12.92 points Sep 23, 2026 Official data BigBoss GBP/JPY 12.58 -44.45 points Sep 23, 2026 Official data BigBoss GBP/USD -4.22 -3.36 points Sep 23, 2026 Official data BigBoss NZD/JPY 7.67 -21.48 points Sep 23, 2026 Official data BigBoss NZD/USD -1.55 -2.52 points Sep 23, 2026 Official data BigBoss USD/CAD -2.2 -6.16 points Sep 23, 2026 Official data BigBoss USD/CHF 4.83 -14.91 points Sep 23, 2026 Official data BigBoss USD/JPY 10.79 -28.9 points Sep 23, 2026 Official data FP Markets AUD/CAD 1.34 -4.77 points — Official data FP Markets AUD/CHF 3.32 -7.14 points — Official data FP Markets AUD/JPY 7.16 -13.9 points — Official data FP Markets AUD/NZD 2.12 -9.59 points — Official data FP Markets AUD/SGD 3.63 -9.9 points — Official data FP Markets AUD/USD -1.83 -0.51 points — Official data FP Markets CAD/CHF 2.49 -5.38 points — Official data FP Markets CAD/JPY 8.03 -14.41 points — Official data FP Markets CHF/JPY 1.75 -6.55 points — Official data FP Markets CHF/SGD -14.41 7.02 points — Official data FP Markets COP/JPY -8.5 2.5 points — Official data FP Markets EUR/AUD -12.18 5.47 points — Official data FP Markets EUR/CAD -3.33 -3.17 points — Official data FP Markets EUR/CHF 4.63 -7.97 points — Official data FP Markets EUR/CZK -128.67 -6.41 points — Official data FP Markets EUR/DKK -3.5 -19.43 points — Official data FP Markets EUR/GBP -4.85 1.85 points — Official data FP Markets EUR/HUF -41.72 8 points — Official data FP Markets EUR/JPY 9.07 -18.46 points — Official data FP Markets EUR/MXN -352.65 45.12 points — Official data FP Markets EUR/NOK -112.21 2.35 points — Official data FP Markets EUR/NZD -9.65 3.91 points — Official data FP Markets EUR/PLN -37.37 20.62 points — Official data FP Markets EUR/SEK -7.5 -11.36 points — Official data FP Markets EUR/SGD -1.14 -0.03 points — Official data FP Markets EUR/TRY -3,938.03 2,604.27 points — Official data FP Markets EUR/USD -9.71 4.5 points — Official data FP Markets EUR/ZAR -317.83 36.54 points — Official data FP Markets GBP/AUD -0.82 -7.18 points — Official data FP Markets GBP/CAD 3.49 -11.09 points — Official data FP Markets GBP/CHF 5.51 -15.77 points — Official data FP Markets GBP/DKK 16.47 -71.82 points — Official data FP Markets GBP/JPY 15.54 -30.72 points — Official data FP Markets GBP/MXN -534.17 194.54 points — Official data FP Markets GBP/NOK -28.88 -27.14 points — Official data FP Markets GBP/NZD -3.04 -5.25 points — Official data FP Markets GBP/PLN -25.97 -4.77 points — Official data FP Markets GBP/SEK 24.92 -93.45 points — Official data FP Markets GBP/SGD 5.78 -15.65 points — Official data FP Markets GBP/TRY -4,507.44 3,738.41 points — Official data FP Markets GBP/USD -2.63 -1.53 points — Official data FP Markets IDR/JPY -8.5 2.5 points — Official data FP Markets NZD/CAD 0.03 -3.55 points — Official data FP Markets NZD/CHF 0.05 -3.54 points — Official data FP Markets NZD/JPY 7.48 -13.44 points — Official data FP Markets NZD/SGD -1.29 -5.18 points — Official data FP Markets NZD/USD -3.97 0.43 points — Official data FP Markets SEK/JPY -8.5 2.5 points — Official data FP Markets USD/BRL -41.64 -92.74 points — Official data FP Markets USD/CAD 3.49 -9.1 points — Official data FP Markets USD/CHF 7.18 -10.02 points — Official data FP Markets USD/CLP -459.79 -415.97 points — Official data FP Markets USD/CNH 0.42 -4.51 points — Official data FP Markets USD/COP -3,159.56 -2,153.85 points — Official data FP Markets USD/CZK -43.14 -120.15 points — Official data FP Markets USD/DKK 0.36 -66.55 points — Official data FP Markets USD/HKD -6.38 -36.69 points — Official data FP Markets USD/HUF -22.81 6.7 points — Official data FP Markets USD/INR -37.08 -6.08 points — Official data FP Markets USD/JPY 9.54 -18.97 points — Official data FP Markets USD/KES -5,268.31 -1,082.57 points — Official data FP Markets USD/KRW -71.96 -171.27 points — Official data FP Markets USD/MXN -241.33 31.39 points — Official data FP Markets USD/NOK 3.23 -34.61 points — Official data FP Markets USD/PLN -18.19 -16.79 points — Official data FP Markets USD/RUB -982.65 -578.69 points — Official data FP Markets USD/SEK 26.69 -76.22 points — Official data FP Markets USD/SGD 4.35 -11.54 points — Official data FP Markets USD/THB -94.36 -58.3 points — Official data FP Markets USD/TRY -658.9 30.67 points — Official data FP Markets USD/TWD -10.05 -22.52 points — Official data FP Markets USD/ZAR -214.82 21.5 points — Official data FP Markets USD/ZMW -1,610.66 -1,422.47 points — Official data IC Markets USD/BRL 0 0 points (per 100,000 units) — Official data IC Markets USD/CLP 0 0 points (per 100,000 units) — Official data IC Markets USD/COP 0 0 points (per 100,000 units) — Official data IC Markets USD/IDR 0 0 points (per 100,000 units) — Official data IC Markets USD/INR 0 0 points (per 100,000 units) — Official data IC Markets USD/KRW 0 0 points (per 100,000 units) — Official data IC Markets USD/TWD 0 0 points (per 100,000 units) — Official data OANDA USD/ZAR 0 0 USD (per 100,000 units) Sep 23, 2026 Official data OANDA ZAR/JPY 0 0 USD (per 100,000 units) Sep 23, 2026 Official data Swissquote AUD/CAD 0 -0.0001 price (per 1 units) Sep 23, 2026 Official data Swissquote AUD/CHF -0.0001 -0.0001 price (per 1 units) Sep 23, 2026 Official data Swissquote AUD/JPY 0.0017 -0.0017 price (per 1 units) Sep 23, 2026 Official data Swissquote AUD/NZD 0 -0.0001 price (per 1 units) Sep 23, 2026 Official data Swissquote AUD/USD 0 0 price (per 1 units) Sep 23, 2026 Official data Swissquote CAD/CHF 0 0 price (per 1 units) Sep 23, 2026 Official data Swissquote CAD/JPY 0.0017 -0.0017 price (per 1 units) Sep 23, 2026 Official data Swissquote CAD/SGD 0 0 price (per 1 units) Sep 23, 2026 Official data Swissquote CHF/DKK 0.0006 0.0004 price (per 1 units) Sep 23, 2026 Official data Swissquote CHF/HUF 0.0646 0.052 price (per 1 units) Sep 23, 2026 Official data Swissquote CHF/JPY 0.0029 -0.0029 price (per 1 units) Sep 23, 2026 Official data Swissquote CHF/NOK 0.0016 0.0012 price (per 1 units) Sep 23, 2026 Official data Swissquote CHF/PLN 0.0006 0.0004 price (per 1 units) Sep 23, 2026 Official data Swissquote CHF/SEK 0.0008 0.0004 price (per 1 units) Sep 23, 2026 Official data Swissquote CHF/SGD 0.0001 0 price (per 1 units) Sep 23, 2026 Official data Swissquote DKK/SEK 0 0 price (per 1 units) Sep 23, 2026 Official data Swissquote EUR/AUD 0.0001 0 price (per 1 units) Sep 23, 2026 Official data Swissquote EUR/CAD 0 0 price (per 1 units) Sep 23, 2026 Official data Swissquote EUR/CHF -0.0001 -0.0001 price (per 1 units) Sep 23, 2026 Official data Swissquote EUR/CZK 0.0011 0.0004 price (per 1 units) Sep 23, 2026 Official data Swissquote EUR/DKK 0 -0.0002 price (per 1 units) Sep 23, 2026 Official data Swissquote EUR/GBP 0 0 price (per 1 units) Sep 23, 2026 Official data Swissquote EUR/HKD 0.0001 -0.0002 price (per 1 units) Sep 23, 2026 Official data Swissquote EUR/HUF 0.0342 0.0231 price (per 1 units) Sep 23, 2026 Official data Swissquote EUR/JPY 0.0027 -0.0027 price (per 1 units) Sep 23, 2026 Official data Swissquote EUR/NOK 0.0007 0.0004 price (per 1 units) Sep 23, 2026 Official data Swissquote EUR/NZD 0 0 price (per 1 units) Sep 23, 2026 Official data Swissquote EUR/PLN 0.0002 0.0001 price (per 1 units) Sep 23, 2026 Official data Swissquote EUR/SEK -0.0001 -0.0004 price (per 1 units) Sep 23, 2026 Official data Swissquote EUR/SGD 0 -0.0001 price (per 1 units) Sep 23, 2026 Official data Swissquote EUR/TRY 0.0478 0.041 price (per 1 units) Sep 23, 2026 Official data Swissquote EUR/USD 0.0001 0 price (per 1 units) Sep 23, 2026 Official data Swissquote EUR/ZAR 0.002 0.0014 price (per 1 units) Sep 23, 2026 Official data Swissquote GBP/AUD 0.0001 0 price (per 1 units) Sep 23, 2026 Official data Swissquote GBP/CAD -0.0001 -0.0001 price (per 1 units) Sep 23, 2026 Official data Swissquote GBP/CHF -0.0001 -0.0001 price (per 1 units) Sep 23, 2026 Official data Swissquote GBP/DKK -0.0003 -0.0005 price (per 1 units) Sep 23, 2026 Official data Swissquote GBP/HUF 0.0252 0.0123 price (per 1 units) Sep 23, 2026 Official data Swissquote GBP/JPY 0.0032 -0.0032 price (per 1 units) Sep 23, 2026 Official data Swissquote GBP/NOK 0.0004 0 price (per 1 units) Sep 23, 2026 Official data Swissquote GBP/NZD 0 -0.0001 price (per 1 units) Sep 23, 2026 Official data Swissquote GBP/PLN 0.0001 -0.0001 price (per 1 units) Sep 23, 2026 Official data Swissquote GBP/SEK -0.0005 -0.0009 price (per 1 units) Sep 23, 2026 Official data Swissquote GBP/SGD -0.0001 -0.0001 price (per 1 units) Sep 23, 2026 Official data Swissquote GBP/TRY 0.0517 0.0453 price (per 1 units) Sep 23, 2026 Official data Swissquote GBP/USD 0 0 price (per 1 units) Sep 23, 2026 Official data Swissquote HKD/JPY -0.0004 -0.0011 price (per 1 units) Sep 23, 2026 Official data Swissquote NOK/JPY -0.0012 -0.0017 price (per 1 units) Sep 23, 2026 Official data Swissquote NOK/SEK -0.0001 -0.0001 price (per 1 units) Sep 23, 2026 Official data Swissquote NZD/CAD 0 0 price (per 1 units) Sep 23, 2026 Official data Swissquote NZD/CHF 0 0 price (per 1 units) Sep 23, 2026 Official data Swissquote NZD/DKK 0 -0.0001 price (per 1 units) Sep 23, 2026 Official data Swissquote NZD/JPY 0.0014 -0.0014 price (per 1 units) Sep 23, 2026 Official data Swissquote NZD/SEK 0 -0.0002 price (per 1 units) Sep 23, 2026 Official data Swissquote NZD/SGD 0 0 price (per 1 units) Sep 23, 2026 Official data Swissquote NZD/USD 0 0 price (per 1 units) Sep 23, 2026 Official data Swissquote SEK/JPY 0 -0.0005 price (per 1 units) Sep 23, 2026 Official data Swissquote SGD/JPY 0.0007 -0.0034 price (per 1 units) Sep 23, 2026 Official data Swissquote TRY/JPY 0 0 price (per 1 units) Sep 23, 2026 Official data Swissquote USD/CAD 0 -0.0001 price (per 1 units) Sep 23, 2026 Official data Swissquote USD/CHF -0.0001 -0.0001 price (per 1 units) Sep 23, 2026 Official data Swissquote USD/CNH -0.0018 -0.0031 price (per 1 units) Sep 23, 2026 Official data Swissquote USD/CZK 0.0001 -0.0006 price (per 1 units) Sep 23, 2026 Official data Swissquote USD/DKK -0.0002 -0.0004 price (per 1 units) Sep 23, 2026 Official data Swissquote USD/HKD -0.0002 -0.0005 price (per 1 units) Sep 23, 2026 Official data Swissquote USD/HUF 0.0168 0.0072 price (per 1 units) Sep 23, 2026 Official data Swissquote USD/ILS -0.0001 -0.0002 price (per 1 units) Sep 23, 2026 Official data Swissquote USD/JPY 0.0024 -0.0024 price (per 1 units) Sep 23, 2026 Official data Swissquote USD/MXN 0.0018 0.0009 price (per 1 units) Sep 23, 2026 Official data Swissquote USD/NOK 0.0002 -0.0001 price (per 1 units) Sep 23, 2026 Official data Swissquote USD/PLN 0 -0.0001 price (per 1 units) Sep 23, 2026 Official data Swissquote USD/SEK -0.0005 -0.0008 price (per 1 units) Sep 23, 2026 Official data Swissquote USD/SGD -0.0001 -0.0001 price (per 1 units) Sep 23, 2026 Official data Swissquote USD/TRY 0.0379 0.0315 price (per 1 units) Sep 23, 2026 Official data Swissquote USD/ZAR 0.0011 0.0005 price (per 1 units) Sep 23, 2026 Official data XTB AUD/CAD 0.0001 -0.011 % per day — Official data XTB AUD/CHF 0.0064 -0.0174 % per day — Official data XTB AUD/JPY 0.0022 -0.016 % per day — Official data XTB AUD/NZD -0.0026 -0.0111 % per day — Official data XTB AUD/USD -0.0037 -0.0073 % per day — Official data XTB CAD/CHF 0.0022 -0.0105 % per day — Official data XTB CAD/JPY -0.002 -0.0091 % per day — Official data XTB CAD/MXN -0.0198 0.0046 % per day — Official data XTB CHF/HUF -0.0309 -0.001 % per day — Official data XTB CHF/JPY -0.0084 -0.0027 % per day — Official data XTB CHF/NOK -0.0175 0.0064 % per day — Official data XTB CHF/PLN -0.0171 0.0033 % per day — Official data XTB CHF/SEK -0.0111 -0.0014 % per day — Official data XTB EUR/AUD -0.0106 -0.0005 % per day — Official data XTB EUR/CAD -0.0036 -0.0046 % per day — Official data XTB EUR/CHF 0.0027 -0.011 % per day — Official data XTB EUR/CNH -0.0057 -0.0124 % per day — Official data XTB EUR/CZK -0.0111 -0.0042 % per day — Official data XTB EUR/GBP -0.0076 -0.0007 % per day — Official data XTB EUR/HUF -0.024 -0.0079 % per day — Official data XTB EUR/JPY -0.0015 -0.0096 % per day — Official data XTB EUR/MXN -0.0193 0.004 % per day — Official data XTB EUR/NOK -0.0106 -0.0005 % per day — Official data XTB EUR/NZD -0.0063 -0.0047 % per day — Official data XTB EUR/PLN -0.0102 -0.0036 % per day — Official data XTB EUR/RON -0.0163 0.001 % per day — Official data XTB EUR/SEK -0.0042 -0.0083 % per day — Official data XTB EUR/SGD -0.0032 -0.0078 % per day — Official data XTB EUR/TRY -0.1703 -0.0005 % per day — Official data XTB EUR/USD -0.0074 -0.0009 % per day — Official data XTB EUR/ZAR -0.0191 0.0053 % per day — Official data XTB GBP/AUD -0.0071 -0.0039 % per day — Official data XTB GBP/CAD -0.0002 -0.008 % per day — Official data XTB GBP/CHF 0.0062 -0.0145 % per day — Official data XTB GBP/JPY 0.002 -0.013 % per day — Official data XTB GBP/MXN -0.0158 0.0006 % per day — Official data XTB GBP/NOK -0.0072 -0.0039 % per day — Official data XTB GBP/NZD -0.0028 -0.0081 % per day — Official data XTB GBP/PLN -0.0067 -0.007 % per day — Official data XTB GBP/SEK -0.0008 -0.0117 % per day — Official data XTB GBP/SGD 0.0003 -0.0113 % per day — Official data XTB GBP/USD -0.004 -0.0043 % per day — Official data XTB GBP/ZAR -0.0156 0.0019 % per day — Official data XTB NOK/SEK -0.0005 -0.0147 % per day — Official data XTB NZD/CAD -0.0042 -0.0068 % per day — Official data XTB NZD/CHF 0.0022 -0.0132 % per day — Official data XTB NZD/JPY -0.002 -0.0117 % per day — Official data XTB NZD/SGD -0.0037 -0.01 % per day — Official data XTB NZD/USD -0.008 -0.003 % per day — Official data XTB USD/BRL -0.0339 0.0089 % per day — Official data XTB USD/CAD -0.0004 -0.0079 % per day — Official data XTB USD/CHF 0.006 -0.0143 % per day — Official data XTB USD/CLP -0.0148 -0.0088 % per day — Official data XTB USD/CNH -0.0024 -0.0156 % per day — Official data XTB USD/CZK -0.0078 -0.0075 % per day — Official data XTB USD/HUF -0.0207 -0.0112 % per day — Official data XTB USD/ILS -0.0078 -0.0101 % per day — Official data XTB USD/INR -0.0206 0 % per day — Official data XTB USD/JPY 0.0018 -0.0129 % per day — Official data XTB USD/MXN -0.016 0.0008 % per day — Official data XTB USD/NOK -0.0074 -0.0037 % per day — Official data XTB USD/PLN -0.0069 -0.0068 % per day — Official data XTB USD/RON -0.013 -0.0022 % per day — Official data XTB USD/SEK -0.0009 -0.0115 % per day — Official data XTB USD/SGD 0.0001 -0.0111 % per day — Official data XTB USD/THB -0.0125 -0.004 % per day — Official data XTB USD/TRY -0.1669 -0.0038 % per day — Official data XTB USD/ZAR -0.0158 0.0021 % per day — Official data XTB ZAR/JPY 0.008 -0.0245 % per day — Official data
Rankings reflect the data available at the time shown above. Because brokers publish on
different schedules and collection can occasionally fail for individual sources, the set of
brokers shown may vary from day to day. See the
methodology section for details.
Found a useful comparison? Share it, or save this page for tomorrow’s update.
Swap values change every trading day — adding this page to your home screen (where your
browser offers it above) is the quickest way to check rollover rates each morning.
How to Read the Ranking
Long swap vs. short swap: two sides of every pair
Every currency pair has two swap values. The long swap (buy) value applies
when you hold the base currency against the quote currency — for example, holding a buy
position in USD/JPY, where the USD JPY swap is among the most-watched figures in the market.
The short swap (sell) value applies to the opposite position. In most cases
one side is positive (you receive) and the other is negative (you pay), and the negative side
is usually larger in absolute terms because brokers embed their margin in both directions. A
broker that ranks well for longs on a given pair may rank poorly for shorts on the same pair,
so always check the side that matches your intended position.
Normalized units
Brokers publish swap values in wildly different formats: points per lot, currency amounts per
lot, annualized percentages, or amounts per 1,000 units. To make rows comparable, this page
converts everything to a common per-lot basis in a single display currency .
The conversion uses the contract size and quote conventions stated on each broker’s official
page. Where a broker quotes in points, the point value is converted using the pair’s
standard pip definition.
Carried-forward values
If a broker has not updated its published swap table since our previous collection, the last
confirmed value is carried forward and flagged as such in the table. A
carried-forward value is not stale by accident — it simply means the broker itself has
not published a newer figure. Treat these rows with slightly more caution, especially around
central-bank meetings when rollover rates can move sharply.
Official data date vs. collection date
Two dates matter for every row. The official data date is the date the
broker states its published swap values apply to. The collection date is
when our system actually retrieved the page. These are usually the same or one day apart,
but they can diverge when a broker updates late or our collection runs before the broker’s
daily refresh. The ranking always displays the official data date where the broker provides
one; the “last updated” badge at the top of this page reflects our own collection cycle.
Why some brokers are marked “reference only”
A row is marked reference only when we could collect a value but could not fully
verify one of the inputs needed for normalization — for example, the broker’s page does
not clearly state the contract size, the value’s currency denomination is ambiguous, or the
page mixes account types without labeling them. Reference-only rows are excluded from
rank-number assignment but shown for transparency. If you are considering such a broker,
confirm the actual figure inside its trading platform before relying on it.
Swap Point Basics
What a swap point (rollover) actually is
When you hold a leveraged FX position past the daily rollover time (typically 5:00 p.m. New
York time), your position is rolled to the next value date. Because the two currencies in the
pair carry different interest rates, rolling the position creates a small daily cash
adjustment: the swap point , also called rollover interest or
overnight financing . If you are long the higher-yielding currency, you
generally receive a credit; if you are long the lower-yielding currency, you generally pay a
debit. The broker’s own markup is layered on top of the raw interbank differential, which is
why the same pair can show very different FX swap rates across brokers — and why
comparing them is worthwhile.
Interest-rate differentials drive the sign and size
Swap values track the short-term interest-rate gap between the two currencies. As a purely
hypothetical illustration : if currency A’s short-term rate were 5% and
currency B’s were 1%, holding a long position in A against B for a year would, before costs,
correspond to roughly a 4% annual carry, paid out in small daily increments. Real-world
values differ because brokers apply spreads to the differential, funding markets deviate from
policy rates, and forward points reflect market expectations rather than current rates alone.
When central banks change policy, swap values can flip sign within days.
High interest currency pairs: TRY, MXN, ZAR — and their risks
High interest currency pairs involving the Turkish lira (TRY), Mexican peso (MXN), and South
African rand (ZAR) often top swap rankings because of their large rate differentials against
JPY, USD, and EUR. The attraction is real, but so are the risks, and they are frequently
underestimated:
Depreciation risk. A high policy rate often coexists with high inflation
and a structurally weakening currency. Exchange-rate losses can exceed accumulated swap
income — sometimes in a single session.
Volatility and gaps. Emerging-market currencies can gap over weekends or
on political news, jumping past stop-loss levels.
Swap deterioration. Brokers can and do cut published swap values or
widen the pay side without notice; a position opened for its carry can become expensive to
hold.
Liquidity. Spreads on these pairs widen dramatically in thin markets,
raising the cost of entering and exiting.
High swap income never guarantees a profitable position. Carry strategies in high-yield
currencies have historically produced long periods of small gains punctuated by sudden,
large losses. Size positions conservatively and never rely on swap income alone.
Multi-day grants: the Wednesday 3-day rule and friends
FX settles on a T+2 basis, so rollover credits and debits are applied for the number of
calendar days the value date advances — not simply one day per night. Because a
position held over Wednesday’s rollover has its value date jump across the weekend, most
pairs receive a 3-day swap on Wednesday (some brokers apply it on Thursday
or Friday depending on their conventions, and pairs involving certain currencies follow
different schedules). Public holidays in either currency’s home market add further multi-day
grants. A typical week for a T+2 pair looks like this:
Illustrative weekly swap-day schedule for a standard T+2 currency pair (broker conventions vary; holidays shift the pattern)
Rollover night
Swap days applied
Why
Monday 1 day Value date advances one business day
Tuesday 1 day Value date advances one business day
Wednesday 3 days Value date jumps over Saturday and Sunday
Thursday 1 day Value date advances one business day
Friday 1 day Value date advances one business day
This matters for comparison: a broker’s published “daily” value must be read together with
its grant-day schedule. Our ranking normalizes to a per-day figure wherever the broker’s
official page makes the schedule explicit.
Comparison Methodology
Official sources only
Every value in the ranking is collected from the broker’s own official swap or
rollover page — never from third-party aggregators, forums, or cached copies.
Each row links to the exact source page. If a broker does not publish swap values on an
official public page, it is not included, no matter how popular it is. This policy trades
breadth for verifiability, deliberately, and it applies equally to global forex brokers and
smaller regional firms.
Per-lot normalization
On this English edition, values are normalized to a standard per-lot basis
(100,000 units of the base currency unless the broker defines its lot differently, in which
case we scale accordingly) and expressed in a common display currency for ranking purposes.
The Japanese edition of this page
instead normalizes per 10,000 currency units, matching domestic Japanese conventions. The
underlying collected data is the same; only the presentation basis differs.
When collection fails
Broker sites change layouts, block requests, or go down. When a scheduled collection fails
for a broker, the system retries; if retries also fail, the previous confirmed value is
carried forward with a flag, and after a defined number of consecutive failures the broker is
temporarily dropped from the ranked list rather than shown with stale data. This means the
day-to-day composition of the ranking can change for operational reasons, not only because
swap conditions changed.
Publish gate
A collection run is published only if it passes validation: values must parse cleanly, units
must be identifiable, and anomalous jumps (for example a value moving by an implausible
multiple overnight) trigger a hold for manual review instead of automatic publication. If a
run fails the gate, the page continues to show the last passing dataset, and the
“last updated” badge reflects that dataset’s collection time. We would rather show slightly
older verified data than fresh unverified data.
Eligibility and Availability Notes
Appearing in this ranking does not mean a broker will accept you as a client.
Availability differs by country of residence , and among worldwide FX
brokers the differences are often larger than the swap differences themselves.
Entity and jurisdiction. Many broker brands operate multiple legal
entities under different regulators (for example, an EU entity, a UK entity, and an
offshore entity). Swap values, leverage caps, and protections can differ between entities
of the same brand. The ranking reflects the entity whose official page we collect from,
which is noted per row where the broker distinguishes them.
Accepted countries. Brokers maintain lists of restricted countries that
change without notice. Residents of the United States, and of several other jurisdictions,
are refused by most internationally operating brokers shown here. Always check the
broker’s own account-opening terms for your country before comparing further.
Account types. Published swap values sometimes apply only to specific
account types (standard vs. raw-spread vs. swap-free). Where the official page
distinguishes account types, we collect the account type stated in the row’s source link;
where it does not, the row may be marked reference only.
Confirmation status. Rows are periodically re-verified by hand against
their sources. A row whose manual confirmation is pending is labeled accordingly; treat
pending rows as provisional.
Readers in Japan: the Japanese
edition separates domestically registered brokers from overseas brokers and discusses
the regulatory implications for Japanese residents in detail. If you are resident in
Japan, start there.
Advertising and Affiliate Disclosure
This page may, at times, carry affiliate placements. When such placements are enabled,
they appear as clearly labeled buttons marked “Ad”, visually separate from the ranking
data, and SG Group may receive compensation if you open an account through them. When no
such placements are enabled, no advertising appears on this page at all.
Two rules hold in either case. First, compensation never affects the ranking :
rank order is determined solely by the normalized swap values collected from official
broker pages, by the methodology described above, and no broker can pay to improve or
protect its position. Second, the official-source links in each ranking row are
never affiliate links ; they always point directly to the broker’s own published
swap page so that every figure remains independently verifiable.
Frequently Asked Questions
How often is the ranking updated?
Collection runs on a daily schedule, and the page is republished whenever a run passes
validation. The badge at the top of the page shows the timestamp of the currently
published dataset. Individual brokers refresh their official pages on their own
schedules, so some rows may show an official data date earlier than our collection date.
Why do broker swap rates differ so much for the same pair?
The raw ingredient — the interbank interest-rate differential — is the same
for everyone, but each broker adds its own markup, uses its own liquidity providers’
forward points, and applies its own rounding and grant-day conventions. The spread
between the best and worst broker on the pay side of a pair can be several times the
interbank differential itself, which is exactly why a forex swap comparison of published
values is useful.
Is a positive swap guaranteed income?
No. Swap credits accrue only while the position is open, and any adverse move in the
exchange rate reduces or eliminates them. Brokers also change published swap values
daily, and a receiving side can become a paying side after central-bank policy shifts.
Nothing on this page should be read as suggesting assured or low-risk returns.
What does the “carried forward” flag mean exactly?
It means the broker’s official page still showed the same publication date as our
previous collection, so the value was retained rather than re-derived. The value is
still the broker’s official current figure as far as its own site states; the flag just
tells you it has not changed since we last saw it update.
Why is my broker not listed?
Either it does not publish swap values on an official public page (our inclusion
requirement), its page could not be collected reliably, or it has not yet been added to
the coverage set. The coverage badge at the top shows the current number of brokers and
pairs. Coverage grows over time; brokers are added only after their source page passes
verification.
Do the ranked values include spreads and commissions?
No. This ranking isolates the overnight swap component of your forex holding costs.
Spreads, commissions, and any financing fees charged separately are outside its scope
— which is why a broker with excellent swaps can still be expensive overall. Use
the Trade Cost Calculator to
combine all cost components for your actual trade size and holding period.
What is a swap-free (Islamic) account, and is it covered here?
Swap-free accounts replace daily swap credits and debits with either nothing or a flat
administration fee after a grace period, to comply with religious requirements. Because
they publish no swap values, they cannot be ranked here. If a broker’s official page
covers both standard and swap-free terms, only the standard account’s values are
collected.
Can I use this data in my own research or tools?
The ranking is compiled for editorial purposes on this site. Since every row links to the
broker’s official source, we recommend citing the original broker pages for any external
use. For questions about the dataset itself, contact the SG Group financial data desk
via the site’s contact page.
Update History and Editorial Policy
2026-07-23 — Version 2: added sharing tools
and home-screen access, improved on-page display and layout stability, and strengthened
collection diagnostics behind the ranking.
2026-07-23 — Initial release of the English
edition: daily automated collection, per-lot normalization, publish-gate validation, and
the reference-only labeling scheme described above.
This page is produced and maintained by the SG Group financial data desk. Data is
collected from official broker pages only, validated before publication, and re-verified
by hand on a rotating schedule. Corrections and coverage requests are handled through the
site’s contact page.
Risk disclaimer. Foreign-exchange margin trading carries a high level of
risk and can result in losses exceeding your deposited funds. Swap points change daily,
can turn negative without notice, and past swap conditions do not indicate future
conditions. All figures on this page are collected from brokers’ official publications and
may lag or differ from the values applied inside a broker’s trading platform; the
broker’s own platform figures always take precedence. Illustrative numbers in the
explanatory sections are hypothetical and are not quotations from any broker. Nothing on
this page constitutes investment advice, a solicitation to trade, or a recommendation of
any broker. Any advertising that appears on this page is clearly labeled and never
influences ranking order; see the advertising and affiliate disclosure section above.
Confirm all conditions, including your eligibility to open an account in your country of
residence, directly with the broker before trading.