Swap

/* ============================================================ 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; } }
SG Group Financial Data Desk

Compare FX Swap Rates Across Global Forex Brokers

A daily-refreshed forex swap comparison covering overnight swap points (rollover rates) published by FX brokers around the world. Every figure is collected from each broker’s official page, normalized to a common per-lot basis, and ranked so that long swap and short swap conditions can be compared side by side. No estimates, no third-party aggregators — official sources only.

  • Last updated: Last updated:
  • Coverage: Data coverage: 10 of 11 brokers collected in this run (90.9%)
  • Sources: official broker pages only
Swap is only one part of your cost — try the Trade Cost Calculator Combine spreads, commissions, overnight financing, and swap into one total-cost estimate before you compare brokers.

Share this FX swap ranking or keep it one tap away.

Share this page

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.

FX Swap Rates Comparison Ranking

  • Page updated:
  • Data collected:
  • Snapshot generated:
  • Official data date:
  • Coverage: 10 of 11 brokers collected in this run (90.9%) (10 fresh, 0 shown with earlier values)

Top 3 long swap rates for USD/JPY

  1. 1IC Markets8.15 ptpoints / lot / day
  2. 2Tickmill7.15 ptpoints / lot / day
  3. 3FxPro6.9 ptpoints / lot / day
Swap rates for AUD/CAD
AUD/CAD swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles3.42 pt-7.84 ptpoints / lot / dayCollected Official data
2TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles3.41 pt-7.89 ptpoints / lot / dayCollected Official data
3AxioryAxiory Global Limited / Standard / Belize2.62 pt-7.55 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles0.3 pt-7.35 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands$1.79-$6.08USD / lot (100,000 units) / dayCollected Official data
Swap rates for AUD/CHF
AUD/CHF swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1AxioryAxiory Global Limited / Standard / Belize5.46 pt-8.28 ptpoints / lot / dayCollected Official data
2TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles5.26 pt-8.88 ptpoints / lot / dayCollected Official data
3IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles4.9 pt-9.32 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles2.31 pt-7.85 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands$6.36-$10.51USD / lot (100,000 units) / dayCollected Official data
Swap rates for AUD/DKK
AUD/DKK swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-29.67 pt-47.25 ptpoints / lot / dayCollected Official data
Swap rates for AUD/JPY
AUD/JPY swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles7.45 pt-17.15 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles7.15 pt-11.89 ptpoints / lot / dayCollected Official data
3AxioryAxiory Global Limited / Standard / Belize4.85 pt-12.99 ptpoints / lot / dayCollected Official data
4TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles4.81 pt-10.92 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands$3.88-$7.91USD / lot (100,000 units) / dayCollected Official data
Not rankedTitan FXTitan FX Limited / Standard / Vanuatu¥44-¥120.9JPY / 10,000 units / dayCollected Official data
Swap rates for AUD/NZD
AUD/NZD swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles3.33 pt-7.56 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles2.72 pt-7.74 ptpoints / lot / dayCollected Official data
3AxioryAxiory Global Limited / Standard / Belize2.29 pt-9.77 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-2.44 pt-6.21 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands$0.83-$4.84USD / lot (100,000 units) / dayCollected Official data
Not rankedTitan FXTitan FX Limited / Standard / Vanuatu¥14.5-¥77JPY / 10,000 units / dayCollected Official data
Swap rates for AUD/PLN
AUD/PLN swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-35.45 pt-12.07 ptpoints / lot / dayCollected Official data
Swap rates for AUD/SGD
AUD/SGD swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles3.34 pt-9.84 ptpoints / lot / dayCollected Official data
2AxioryAxiory Global Limited / Standard / Belize3.16 pt-9.97 ptpoints / lot / dayCollected Official data
3FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-6.51 pt-8.74 ptpoints / lot / dayCollected Official data
Swap rates for AUD/USD
AUD/USD swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-0.5 pt-1.1 ptpoints / lot / dayCollected Official data
2AxioryAxiory Global Limited / Standard / Belize-1.08 pt-1.78 ptpoints / lot / dayCollected Official data
3FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-1.95 pt-2.9 ptpoints / lot / dayCollected Official data
4IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-2.97 pt-4.01 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$1.49-$2.43USD / lot (100,000 units) / dayCollected Official data
Not rankedTitan FXTitan FX Limited / Standard / Vanuatu-¥21.4-¥46.7JPY / 10,000 units / dayCollected Official data
Swap rates for AUD/ZAR
AUD/ZAR swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1AxioryAxiory Global Limited / Standard / Belize-96.28 pt16.79 ptpoints / lot / dayCollected Official data
Swap rates for CAD/CHF
CAD/CHF swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles2.76 pt-4.52 ptpoints / lot / dayCollected Official data
2AxioryAxiory Global Limited / Standard / Belize2.59 pt-5.22 ptpoints / lot / dayCollected Official data
3FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles2.41 pt-5.3 ptpoints / lot / dayCollected Official data
4IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles1.95 pt-5.94 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands$2.35-$6.68USD / lot (100,000 units) / dayCollected Official data
Swap rates for CAD/JPY
CAD/JPY swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles2.51 pt-11.22 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles1.53 pt-5.21 ptpoints / lot / dayCollected Official data
3TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles1.52 pt-4.31 ptpoints / lot / dayCollected Official data
4AxioryAxiory Global Limited / Standard / Belize1.4 pt-6.95 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$0.14-$4.10USD / lot (100,000 units) / dayCollected Official data
Not rankedTitan FXTitan FX Limited / Standard / Vanuatu¥11.3-¥59JPY / 10,000 units / dayCollected Official data
Swap rates for CHF/HUF
CHF/HUF swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1AxioryAxiory Global Limited / Standard / Belize-100.47 pt31.61 ptpoints / lot / dayCollected Official data
Swap rates for CHF/JPY
CHF/JPY swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-7.7 pt0.2 ptpoints / lot / dayCollected Official data
2AxioryAxiory Global Limited / Standard / Belize-8.73 pt1.46 ptpoints / lot / dayCollected Official data
3IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-10.12 pt4.01 ptpoints / lot / dayCollected Official data
4TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-12.25 pt2.31 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$7.91$0.80USD / lot (100,000 units) / dayCollected Official data
Not rankedTitan FXTitan FX Limited / Standard / Vanuatu-¥91.6¥24JPY / 10,000 units / dayCollected Official data
Swap rates for CHF/PLN
CHF/PLN swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-94.69 pt12.19 ptpoints / lot / dayCollected Official data
Swap rates for CHF/SGD
CHF/SGD swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-13.18 pt3 ptpoints / lot / dayCollected Official data
2FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-22.33 pt-4.14 ptpoints / lot / dayCollected Official data
Swap rates for CHF/ZAR
CHF/ZAR swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1AxioryAxiory Global Limited / Standard / Belize-392.95 pt264.89 ptpoints / lot / dayCollected Official data
Swap rates for CNH/JPY
CNH/JPY swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1Titan FXTitan FX Limited / Standard / Vanuatu-¥4.3-¥8.3JPY / 10,000 units / dayCollected Official data
Swap rates for EUR/AUD
EUR/AUD swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-9.56 pt5.23 ptpoints / lot / dayCollected Official data
2AxioryAxiory Global Limited / Standard / Belize-10.9 pt4.04 ptpoints / lot / dayCollected Official data
3IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-11.36 pt4.31 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-12.47 pt1.24 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$8.55$2.15USD / lot (100,000 units) / dayCollected Official data
Not rankedTitan FXTitan FX Limited / Standard / Vanuatu-¥137.6¥47.1JPY / 10,000 units / dayCollected Official data
Swap rates for EUR/CAD
EUR/CAD swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-1.33 pt-4.41 ptpoints / lot / dayCollected Official data
2TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-1.69 pt-4.74 ptpoints / lot / dayCollected Official data
3AxioryAxiory Global Limited / Standard / Belize-2.45 pt-3.87 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-4.9 pt-3.2 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$2.40-$4.40USD / lot (100,000 units) / dayCollected Official data
Swap rates for EUR/CHF
EUR/CHF swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1AxioryAxiory Global Limited / Standard / Belize4.89 pt-8.5 ptpoints / lot / dayCollected Official data
2TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles4.38 pt-10.04 ptpoints / lot / dayCollected Official data
3IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles3.57 pt-10.66 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles1.1 pt-11.8 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands$5.05-$11.51USD / lot (100,000 units) / dayCollected Official data
Not rankedTitan FXTitan FX Limited / Standard / Vanuatu¥78.3-¥189.1JPY / 10,000 units / dayCollected Official data
Swap rates for EUR/CZK
EUR/CZK swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-1.08 pt0.45 ptpoints / lot / dayCollected Official data
2AxioryAxiory Global Limited / Standard / Belize-16.49 pt-7.54 ptpoints / lot / dayCollected Official data
3FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-40.88 pt-2.13 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$15.19-$8.39USD / lot (100,000 units) / dayCollected Official data
Swap rates for EUR/DKK
EUR/DKK swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-4.46 pt-24.6 ptpoints / lot / dayCollected Official data
2TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-8.25 pt-28.41 ptpoints / lot / dayCollected Official data
3FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-58.02 pt-72.31 ptpoints / lot / dayCollected Official data
Swap rates for EUR/GBP
EUR/GBP swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-3.99 pt1.11 ptpoints / lot / dayCollected Official data
2AxioryAxiory Global Limited / Standard / Belize-4.51 pt1.58 ptpoints / lot / dayCollected Official data
3IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-6.05 pt0.36 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-8.23 pt1.34 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$7.14$0.69USD / lot (100,000 units) / dayCollected Official data
Not rankedTitan FXTitan FX Limited / Standard / Vanuatu-¥101.3-¥21.2JPY / 10,000 units / dayCollected Official data
Swap rates for EUR/HKD
EUR/HKD swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-20.64 pt-25.68 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-24.84 pt-10.39 ptpoints / lot / dayCollected Official data
3FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-100.02 pt-50.97 ptpoints / lot / dayCollected Official data
Swap rates for EUR/HUF
EUR/HUF swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-34.44 pt23.18 ptpoints / lot / dayCollected Official data
2AxioryAxiory Global Limited / Standard / Belize-67.51 pt11.15 ptpoints / lot / dayCollected Official data
3FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-117.26 pt43.68 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$19.74-$2.00USD / lot (100,000 units) / dayCollected Official data
Swap rates for EUR/JPY
EUR/JPY swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles4.18 pt-8.93 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles4.03 pt-9.84 ptpoints / lot / dayCollected Official data
3FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles4 pt-20.8 ptpoints / lot / dayCollected Official data
4AxioryAxiory Global Limited / Standard / Belize2.3 pt-10.93 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands$1.03-$7.39USD / lot (100,000 units) / dayCollected Official data
Not rankedTitan FXTitan FX Limited / Standard / Vanuatu¥31.7-¥103.5JPY / 10,000 units / dayCollected Official data
Swap rates for EUR/MXN
EUR/MXN swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-289.59 pt176.51 ptpoints / lot / dayCollected Official data
2AxioryAxiory Global Limited / Standard / Belize-320.57 pt105.58 ptpoints / lot / dayCollected Official data
3FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-544.27 pt158.77 ptpoints / lot / dayCollected Official data
Swap rates for EUR/NOK
EUR/NOK swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-69.72 pt40.19 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-82.2 pt36.58 ptpoints / lot / dayCollected Official data
3AxioryAxiory Global Limited / Standard / Belize-87.26 pt24.87 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-110.54 pt-94.27 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$9.45$2.65USD / lot (100,000 units) / dayCollected Official data
Swap rates for EUR/NZD
EUR/NZD swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-3.57 pt-2.52 ptpoints / lot / dayCollected Official data
2AxioryAxiory Global Limited / Standard / Belize-4.59 pt-5.45 ptpoints / lot / dayCollected Official data
3IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-4.86 pt-2.08 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-8.95 pt-2.8 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$4.15-$2.62USD / lot (100,000 units) / dayCollected Official data
Swap rates for EUR/PLN
EUR/PLN swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-20.16 pt7.41 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-23.17 pt5.2 ptpoints / lot / dayCollected Official data
3AxioryAxiory Global Limited / Standard / Belize-23.78 pt5.45 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-64.38 pt-16.17 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$10.36-$3.24USD / lot (100,000 units) / dayCollected Official data
Swap rates for EUR/RUB
EUR/RUB swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1AxioryAxiory Global Limited / Standard / Belize-4,400.96 pt1,330.87 ptpoints / lot / dayCollected Official data
Swap rates for EUR/SEK
EUR/SEK swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles9.88 pt-37.38 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles4.39 pt-45.87 ptpoints / lot / dayCollected Official data
3AxioryAxiory Global Limited / Standard / Belize-13.05 pt-54.41 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-98.84 pt-103.24 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$1.62-$5.08USD / lot (100,000 units) / dayCollected Official data
Swap rates for EUR/SGD
EUR/SGD swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles2.28 pt-5.99 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-0.7 pt-8.22 ptpoints / lot / dayCollected Official data
3AxioryAxiory Global Limited / Standard / Belize-0.96 pt-8.54 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-12.54 pt-13.3 ptpoints / lot / dayCollected Official data
Swap rates for EUR/TRY
EUR/TRY swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-2,610.3 pt64.27 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-4,889.17 pt3,837.08 ptpoints / lot / dayCollected Official data
3AxioryAxiory Global Limited / Standard / Belize-5,397.06 pt2,065.26 ptpoints / lot / dayCollected Official data
4TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-5,579.38 pt3,394.12 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$115.00$69.14USD / lot (100,000 units) / dayCollected Official data
Swap rates for EUR/USD
EUR/USD swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-6.1 pt3.2 ptpoints / lot / dayCollected Official data
2AxioryAxiory Global Limited / Standard / Belize-6.49 pt3.01 ptpoints / lot / dayCollected Official data
3IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-8.23 pt1.5 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-8.9 pt1.9 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$7.70$1.43USD / lot (100,000 units) / dayCollected Official data
Not rankedTitan FXTitan FX Limited / Standard / Vanuatu-¥111.3¥28.3JPY / 10,000 units / dayCollected Official data
Swap rates for EUR/ZAR
EUR/ZAR swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-231.53 pt108.25 ptpoints / lot / dayCollected Official data
2AxioryAxiory Global Limited / Standard / Belize-231.6 pt122.26 ptpoints / lot / dayCollected Official data
3IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-258.8 pt89.36 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-440.9 pt20.39 ptpoints / lot / dayCollected Official data
Swap rates for GBP/AUD
GBP/AUD swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-5.99 pt-1.47 ptpoints / lot / dayCollected Official data
2AxioryAxiory Global Limited / Standard / Belize-6.21 pt-2.11 ptpoints / lot / dayCollected Official data
3FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-7.05 pt-4.95 ptpoints / lot / dayCollected Official data
4IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-8.12 pt-2.99 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$5.37-$2.07USD / lot (100,000 units) / dayCollected Official data
Not rankedTitan FXTitan FX Limited / Standard / Vanuatu-¥88.5-¥40.3JPY / 10,000 units / dayCollected Official data
Swap rates for GBP/CAD
GBP/CAD swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1AxioryAxiory Global Limited / Standard / Belize3.64 pt-11.33 ptpoints / lot / dayCollected Official data
2TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles3.5 pt-12.52 ptpoints / lot / dayCollected Official data
3IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles2.92 pt-14.08 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles1.16 pt-11.41 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands$1.78-$9.69USD / lot (100,000 units) / dayCollected Official data
Swap rates for GBP/CHF
GBP/CHF swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1AxioryAxiory Global Limited / Standard / Belize9.49 pt-13.89 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles5.83 pt-18.61 ptpoints / lot / dayCollected Official data
3TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles5.64 pt-14.55 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles5.3 pt-18.05 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands$10.41-$18.00USD / lot (100,000 units) / dayCollected Official data
Not rankedTitan FXTitan FX Limited / Standard / Vanuatu¥80-¥362.2JPY / 10,000 units / dayCollected Official data
Swap rates for GBP/CZK
GBP/CZK swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-0.5 pt-0.81 ptpoints / lot / dayCollected Official data
Swap rates for GBP/DKK
GBP/DKK swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles20.08 pt-65.37 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles14.84 pt-71.04 ptpoints / lot / dayCollected Official data
3FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-36.91 pt-113.69 ptpoints / lot / dayCollected Official data
Swap rates for GBP/HKD
GBP/HKD swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles9.28 pt-71.96 ptpoints / lot / dayCollected Official data
Swap rates for GBP/HUF
GBP/HUF swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-29.82 pt6.56 ptpoints / lot / dayCollected Official data
Swap rates for GBP/JPY
GBP/JPY swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles9.85 pt-20.97 ptpoints / lot / dayCollected Official data
2FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles7.6 pt-36.4 ptpoints / lot / dayCollected Official data
3TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles6.7 pt-19.96 ptpoints / lot / dayCollected Official data
4AxioryAxiory Global Limited / Standard / Belize5.76 pt-19.94 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands$5.73-$13.17USD / lot (100,000 units) / dayCollected Official data
Not rankedTitan FXTitan FX Limited / Standard / Vanuatu¥58.1-¥208.5JPY / 10,000 units / dayCollected Official data
Swap rates for GBP/NOK
GBP/NOK swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-37.28 pt7.13 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-61.33 pt-6.92 ptpoints / lot / dayCollected Official data
3FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-79.55 pt-157.16 ptpoints / lot / dayCollected Official data
Swap rates for GBP/NZD
GBP/NZD swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1AxioryAxiory Global Limited / Standard / Belize2.72 pt-14.82 ptpoints / lot / dayCollected Official data
2TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles2.52 pt-11.13 ptpoints / lot / dayCollected Official data
3IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles0.8 pt-13.42 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-2.1 pt-10.6 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$0.07-$7.44USD / lot (100,000 units) / dayCollected Official data
Swap rates for GBP/PLN
GBP/PLN swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-5.88 pt-8.09 ptpoints / lot / dayCollected Official data
2FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-56.3 pt-36.71 ptpoints / lot / dayCollected Official data
Swap rates for GBP/SEK
GBP/SEK swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles53.2 pt-89.46 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles34.52 pt-115.82 ptpoints / lot / dayCollected Official data
3FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-67.64 pt-165.88 ptpoints / lot / dayCollected Official data
Swap rates for GBP/SGD
GBP/SGD swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1AxioryAxiory Global Limited / Standard / Belize4.78 pt-16.14 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles4.73 pt-15.8 ptpoints / lot / dayCollected Official data
3FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-8.57 pt-21.28 ptpoints / lot / dayCollected Official data
Swap rates for GBP/TRY
GBP/TRY swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-5,373.61 pt3,949.47 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-5,419.14 pt4,262.11 ptpoints / lot / dayCollected Official data
Swap rates for GBP/USD
GBP/USD swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-2.6 pt-0.4 ptpoints / lot / dayCollected Official data
2AxioryAxiory Global Limited / Standard / Belize-2.94 pt-1.34 ptpoints / lot / dayCollected Official data
3FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-4.15 pt-3.25 ptpoints / lot / dayCollected Official data
4IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-4.86 pt-3.16 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$4.43-$2.90USD / lot (100,000 units) / dayCollected Official data
Not rankedTitan FXTitan FX Limited / Standard / Vanuatu-¥60.3-¥70.3JPY / 10,000 units / dayCollected Official data
Swap rates for GBP/ZAR
GBP/ZAR swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-193.73 pt58 ptpoints / lot / dayCollected Official data
2AxioryAxiory Global Limited / Standard / Belize-195.16 pt64.07 ptpoints / lot / dayCollected Official data
3FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-425.03 pt23.76 ptpoints / lot / dayCollected Official data
Swap rates for MXN/JPY
MXN/JPY swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1Titan FXTitan FX Limited / Standard / Vanuatu¥6.7-¥18.9JPY / 10,000 units / dayCollected Official data
Swap rates for NOK/JPY
NOK/JPY swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1Titan FXTitan FX Limited / Standard / Vanuatu¥13-¥18.6JPY / 10,000 units / dayCollected Official data
Not rankedIC MarketsRaw Trading Ltd / Standard / Raw / Seychelles1.15 pt-1.91 ptpoints / lot / dayCollected Official data
Swap rates for NOK/SEK
NOK/SEK swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles5.15 pt-10.55 ptpoints / lot / dayCollected Official data
2AxioryAxiory Global Limited / Standard / Belize2.9 pt-11.74 ptpoints / lot / dayCollected Official data
3FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-7.72 pt-9.42 ptpoints / lot / dayCollected Official data
Swap rates for NZD/CAD
NZD/CAD swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-0.21 pt-2.31 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-0.4 pt-2.97 ptpoints / lot / dayCollected Official data
3AxioryAxiory Global Limited / Standard / Belize-2.11 pt-2.47 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-2.58 pt-5.56 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$0.90-$2.69USD / lot (100,000 units) / dayCollected Official data
Swap rates for NZD/CHF
NZD/CHF swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles2.29 pt-5.13 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles2.05 pt-5.56 ptpoints / lot / dayCollected Official data
3AxioryAxiory Global Limited / Standard / Belize1.93 pt-4.57 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles1.2 pt-5.7 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands$2.80-$6.24USD / lot (100,000 units) / dayCollected Official data
Swap rates for NZD/JPY
NZD/JPY swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles2.3 pt-5.65 ptpoints / lot / dayCollected Official data
2TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles2 pt-5.04 ptpoints / lot / dayCollected Official data
3FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles1.8 pt-9.3 ptpoints / lot / dayCollected Official data
4AxioryAxiory Global Limited / Standard / Belize1.16 pt-6.28 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands$0.78-$4.17USD / lot (100,000 units) / dayCollected Official data
Not rankedTitan FXTitan FX Limited / Standard / Vanuatu¥19.2-¥64.4JPY / 10,000 units / dayCollected Official data
Swap rates for NZD/SEK
NZD/SEK swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1AxioryAxiory Global Limited / Standard / Belize-12.7 pt-30.97 ptpoints / lot / dayCollected Official data
Swap rates for NZD/SGD
NZD/SGD swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles1.05 pt-3.47 ptpoints / lot / dayCollected Official data
2AxioryAxiory Global Limited / Standard / Belize-1.28 pt-4.76 ptpoints / lot / dayCollected Official data
3FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-3.99 pt-10.04 ptpoints / lot / dayCollected Official data
Swap rates for NZD/USD
NZD/USD swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-3.1 pt1.3 ptpoints / lot / dayCollected Official data
2FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-3.65 pt0.5 ptpoints / lot / dayCollected Official data
3AxioryAxiory Global Limited / Standard / Belize-3.87 pt1.13 ptpoints / lot / dayCollected Official data
4IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-4.06 pt0.14 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$3.50$0.30USD / lot (100,000 units) / dayCollected Official data
Not rankedTitan FXTitan FX Limited / Standard / Vanuatu-¥59-¥5.2JPY / 10,000 units / dayCollected Official data
Swap rates for PLN/JPY
PLN/JPY swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles1.33 pt-9.57 ptpoints / lot / dayCollected Official data
Swap rates for SEK/JPY
SEK/JPY swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1Titan FXTitan FX Limited / Standard / Vanuatu¥0.9-¥6.1JPY / 10,000 units / dayCollected Official data
Not rankedIC MarketsRaw Trading Ltd / Standard / Raw / Seychelles0.05 pt-0.54 ptpoints / lot / dayCollected Official data
Swap rates for SGD/JPY
SGD/JPY swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles2.12 pt-21.84 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-0.43 pt-4.19 ptpoints / lot / dayCollected Official data
3AxioryAxiory Global Limited / Standard / Belize-1.12 pt-6.83 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$1.35-$3.19USD / lot (100,000 units) / dayCollected Official data
Not rankedTitan FXTitan FX Limited / Standard / Vanuatu-¥6.2-¥43.4JPY / 10,000 units / dayCollected Official data
Swap rates for TRY/JPY
TRY/JPY swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1OANDAOANDA Global Markets Ltd / CFD / British Virgin Islands$1.29-$2.07USD / lot (100,000 units) / dayCollected Official data
Not rankedAxioryAxiory Global Limited / Standard / Belize1.33 pt-3.23 ptpoints / lot / dayCollected Official data
Swap rates for USD/BRL
USD/BRL swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-136.29 pt57.83 ptpoints / lot / dayCollected Official data
Swap rates for USD/CAD
USD/CAD swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles5.7 pt-8.9 ptpoints / lot / dayCollected Official data
2AxioryAxiory Global Limited / Standard / Belize3.85 pt-9.05 ptpoints / lot / dayCollected Official data
3IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles3.24 pt-10.95 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles2.25 pt-8.1 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands$1.89-$7.92USD / lot (100,000 units) / dayCollected Official data
Not rankedTitan FXTitan FX Limited / Standard / Vanuatu¥29.6-¥101.6JPY / 10,000 units / dayCollected Official data
Swap rates for USD/CHF
USD/CHF swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1AxioryAxiory Global Limited / Standard / Belize7.77 pt-10.74 ptpoints / lot / dayCollected Official data
2TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles6.21 pt-12.3 ptpoints / lot / dayCollected Official data
3IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles6.08 pt-12.99 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles4.05 pt-15.3 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands$8.47-$14.11USD / lot (100,000 units) / dayCollected Official data
Not rankedTitan FXTitan FX Limited / Standard / Vanuatu¥65.8-¥223.2JPY / 10,000 units / dayCollected Official data
Swap rates for USD/CNH
USD/CNH swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles45.2 pt-76.76 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles35.46 pt-80.3 ptpoints / lot / dayCollected Official data
3FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles17.05 pt-90.25 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands$5.10-$11.64USD / lot (100,000 units) / dayCollected Official data
Swap rates for USD/CZK
USD/CZK swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-0.02 pt-0.48 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-4.68 pt-9.6 ptpoints / lot / dayCollected Official data
3AxioryAxiory Global Limited / Standard / Belize-5.34 pt-17.31 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-29 pt-10.8 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$4.52-$6.60USD / lot (100,000 units) / dayCollected Official data
Swap rates for USD/DKK
USD/DKK swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles20.47 pt-50.55 ptpoints / lot / dayCollected Official data
2TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles18.72 pt-52.92 ptpoints / lot / dayCollected Official data
3FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-26.94 pt-93.7 ptpoints / lot / dayCollected Official data
Swap rates for USD/HKD
USD/HKD swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles10.86 pt-59.5 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles10.43 pt-43.76 ptpoints / lot / dayCollected Official data
3FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-62.2 pt-77.63 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands$0.63-$6.60USD / lot (100,000 units) / dayCollected Official data
Swap rates for USD/HUF
USD/HUF swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-16.38 pt7.79 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-18.95 pt6.44 ptpoints / lot / dayCollected Official data
3AxioryAxiory Global Limited / Standard / Belize-45.48 pt0.17 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-94.75 pt19.67 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$9.42-$1.89USD / lot (100,000 units) / dayCollected Official data
Swap rates for USD/IDR
USD/IDR swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-2.63 pt-3 ptpoints / lot / dayCollected Official data
Swap rates for USD/ILS
USD/ILS swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-3.74 pt-22.28 ptpoints / lot / dayCollected Official data
2AxioryAxiory Global Limited / Standard / Belize-8.65 pt-32.05 ptpoints / lot / dayCollected Official data
Swap rates for USD/JPY
USD/JPY swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles8.15 pt-16.89 ptpoints / lot / dayCollected Official data
2TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles7.15 pt-14.9 ptpoints / lot / dayCollected Official data
3FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles6.9 pt-27.95 ptpoints / lot / dayCollected Official data
4AxioryAxiory Global Limited / Standard / Belize4.92 pt-15.66 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands$4.93-$10.49USD / lot (100,000 units) / dayCollected Official data
Not rankedTitan FXTitan FX Limited / Standard / Vanuatu¥54.9-¥165.1JPY / 10,000 units / dayCollected Official data
Swap rates for USD/KRW
USD/KRW swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-45.8 pt-53.9 ptpoints / lot / dayCollected Official data
Swap rates for USD/MXN
USD/MXN swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-194.57 pt64.98 ptpoints / lot / dayCollected Official data
2AxioryAxiory Global Limited / Standard / Belize-206.25 pt39.89 ptpoints / lot / dayCollected Official data
3IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-223.17 pt40.1 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-435.47 pt123.47 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$10.41$4.11USD / lot (100,000 units) / dayCollected Official data
Swap rates for USD/MYR
USD/MYR swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-2.63 pt-3 ptpoints / lot / dayCollected Official data
Swap rates for USD/NGN
USD/NGN swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-2.63 pt-3 ptpoints / lot / dayCollected Official data
Swap rates for USD/NOK
USD/NOK swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-30.5 pt-2.37 ptpoints / lot / dayCollected Official data
2AxioryAxiory Global Limited / Standard / Belize-35.96 pt-16.36 ptpoints / lot / dayCollected Official data
3TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-44.84 pt-13.65 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-59.64 pt-129.85 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$4.11-$1.48USD / lot (100,000 units) / dayCollected Official data
Swap rates for USD/PLN
USD/PLN swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-1.16 pt-9.35 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-3.46 pt-11.4 ptpoints / lot / dayCollected Official data
3AxioryAxiory Global Limited / Standard / Belize-4.57 pt-11.21 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-43.78 pt-30.75 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$1.97-$3.75USD / lot (100,000 units) / dayCollected Official data
Swap rates for USD/RON
USD/RON swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-53.72 pt-25.94 ptpoints / lot / dayCollected Official data
Swap rates for USD/RUB
USD/RUB swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-404.2 pt-3.88 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-482.63 pt-481.1 ptpoints / lot / dayCollected Official data
3AxioryAxiory Global Limited / Standard / Belize-3,485.22 pt823.23 ptpoints / lot / dayCollected Official data
Swap rates for USD/SEK
USD/SEK swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles47.31 pt-75.39 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles39.41 pt-83.91 ptpoints / lot / dayCollected Official data
3AxioryAxiory Global Limited / Standard / Belize30.52 pt-87.19 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-50.17 pt-136.78 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands$2.38-$8.66USD / lot (100,000 units) / dayCollected Official data
Swap rates for USD/SGD
USD/SGD swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles6.94 pt-10.71 ptpoints / lot / dayCollected Official data
2AxioryAxiory Global Limited / Standard / Belize4.6 pt-12.6 ptpoints / lot / dayCollected Official data
3IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles4.09 pt-12.87 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-6.36 pt-17.55 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands$3.64-$9.40USD / lot (100,000 units) / dayCollected Official data
Swap rates for USD/THB
USD/THB swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles115.03 pt-664.97 ptpoints / lot / dayCollected Official data
2FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-9.3 pt-16.2 ptpoints / lot / dayCollected Official data
Swap rates for USD/TRY
USD/TRY swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-2,572.28 pt51.97 ptpoints / lot / dayCollected Official data
2IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-3,844.96 pt3,067.01 ptpoints / lot / dayCollected Official data
3TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-3,972.1 pt2,914.11 ptpoints / lot / dayCollected Official data
4AxioryAxiory Global Limited / Standard / Belize-4,505.47 pt1,606.85 ptpoints / lot / dayCollected Official data
Not rankedOANDAOANDA Global Markets Ltd / CFD / British Virgin Islands-$96.36$54.99USD / lot (100,000 units) / dayCollected Official data
Swap rates for USD/VND
USD/VND swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-2.63 pt-3 ptpoints / lot / dayCollected Official data
Swap rates for USD/ZAR
USD/ZAR swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1TickmillTickmill Ltd (Seychelles) / Classic / Raw / Seychelles-131.25 pt30.45 ptpoints / lot / dayCollected Official data
2AxioryAxiory Global Limited / Standard / Belize-133.3 pt41.52 ptpoints / lot / dayCollected Official data
3IC MarketsRaw Trading Ltd / Standard / Raw / Seychelles-154.67 pt19.28 ptpoints / lot / dayCollected Official data
4FxProFxPro Global Markets Ltd / MT5 / Bahamas / Seychelles-335.49 pt29.91 ptpoints / lot / dayCollected Official data
Swap rates for ZAR/JPY
ZAR/JPY swap rate comparison (normalized, per day)
RankBrokerLong swapShort swapUnit / basisOfficial data dateCollection statusSource
1Titan FXTitan FX Limited / Standard / Vanuatu¥3-¥25.4JPY / 10,000 units / dayCollected Official data
Not rankedAxioryAxiory Global Limited / Standard / Belize1.02 pt-1.59 ptpoints / lot / dayCollected 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
BrokerCurrency pairOfficial value (long)Official value (short)Unit / basisOfficial data dateSource
BigBossAUD/JPY6.99-18.49pointsOfficial data
BigBossAUD/USD-3.960.15pointsOfficial data
BigBossCAD/JPY9.9-22.47pointsOfficial data
BigBossCHF/JPY-2.79-16.86pointsOfficial data
BigBossEUR/AUD-8.67-5.77pointsOfficial data
BigBossEUR/GBP-5.290.38pointsOfficial data
BigBossEUR/JPY7.27-29.93pointsOfficial data
BigBossEUR/USD-7.593.37pointsOfficial data
BigBossGBP/AUD-3.47-12.92pointsOfficial data
BigBossGBP/JPY12.58-44.45pointsOfficial data
BigBossGBP/USD-4.22-3.36pointsOfficial data
BigBossNZD/JPY7.67-21.48pointsOfficial data
BigBossNZD/USD-1.55-2.52pointsOfficial data
BigBossUSD/CAD-2.2-6.16pointsOfficial data
BigBossUSD/CHF4.83-14.91pointsOfficial data
BigBossUSD/JPY10.79-28.9pointsOfficial data
FP MarketsAUD/CAD1.34-4.77pointsOfficial data
FP MarketsAUD/CHF3.32-7.14pointsOfficial data
FP MarketsAUD/JPY7.16-13.9pointsOfficial data
FP MarketsAUD/NZD2.12-9.59pointsOfficial data
FP MarketsAUD/SGD3.63-9.9pointsOfficial data
FP MarketsAUD/USD-1.83-0.51pointsOfficial data
FP MarketsCAD/CHF2.49-5.38pointsOfficial data
FP MarketsCAD/JPY8.03-14.41pointsOfficial data
FP MarketsCHF/JPY1.75-6.55pointsOfficial data
FP MarketsCHF/SGD-14.417.02pointsOfficial data
FP MarketsCOP/JPY-8.52.5pointsOfficial data
FP MarketsEUR/AUD-12.185.47pointsOfficial data
FP MarketsEUR/CAD-3.33-3.17pointsOfficial data
FP MarketsEUR/CHF4.63-7.97pointsOfficial data
FP MarketsEUR/CZK-128.67-6.41pointsOfficial data
FP MarketsEUR/DKK-3.5-19.43pointsOfficial data
FP MarketsEUR/GBP-4.851.85pointsOfficial data
FP MarketsEUR/HUF-41.728pointsOfficial data
FP MarketsEUR/JPY9.07-18.46pointsOfficial data
FP MarketsEUR/MXN-352.6545.12pointsOfficial data
FP MarketsEUR/NOK-112.212.35pointsOfficial data
FP MarketsEUR/NZD-9.653.91pointsOfficial data
FP MarketsEUR/PLN-37.3720.62pointsOfficial data
FP MarketsEUR/SEK-7.5-11.36pointsOfficial data
FP MarketsEUR/SGD-1.14-0.03pointsOfficial data
FP MarketsEUR/TRY-3,938.032,604.27pointsOfficial data
FP MarketsEUR/USD-9.714.5pointsOfficial data
FP MarketsEUR/ZAR-317.8336.54pointsOfficial data
FP MarketsGBP/AUD-0.82-7.18pointsOfficial data
FP MarketsGBP/CAD3.49-11.09pointsOfficial data
FP MarketsGBP/CHF5.51-15.77pointsOfficial data
FP MarketsGBP/DKK16.47-71.82pointsOfficial data
FP MarketsGBP/JPY15.54-30.72pointsOfficial data
FP MarketsGBP/MXN-534.17194.54pointsOfficial data
FP MarketsGBP/NOK-28.88-27.14pointsOfficial data
FP MarketsGBP/NZD-3.04-5.25pointsOfficial data
FP MarketsGBP/PLN-25.97-4.77pointsOfficial data
FP MarketsGBP/SEK24.92-93.45pointsOfficial data
FP MarketsGBP/SGD5.78-15.65pointsOfficial data
FP MarketsGBP/TRY-4,507.443,738.41pointsOfficial data
FP MarketsGBP/USD-2.63-1.53pointsOfficial data
FP MarketsIDR/JPY-8.52.5pointsOfficial data
FP MarketsNZD/CAD0.03-3.55pointsOfficial data
FP MarketsNZD/CHF0.05-3.54pointsOfficial data
FP MarketsNZD/JPY7.48-13.44pointsOfficial data
FP MarketsNZD/SGD-1.29-5.18pointsOfficial data
FP MarketsNZD/USD-3.970.43pointsOfficial data
FP MarketsSEK/JPY-8.52.5pointsOfficial data
FP MarketsUSD/BRL-41.64-92.74pointsOfficial data
FP MarketsUSD/CAD3.49-9.1pointsOfficial data
FP MarketsUSD/CHF7.18-10.02pointsOfficial data
FP MarketsUSD/CLP-459.79-415.97pointsOfficial data
FP MarketsUSD/CNH0.42-4.51pointsOfficial data
FP MarketsUSD/COP-3,159.56-2,153.85pointsOfficial data
FP MarketsUSD/CZK-43.14-120.15pointsOfficial data
FP MarketsUSD/DKK0.36-66.55pointsOfficial data
FP MarketsUSD/HKD-6.38-36.69pointsOfficial data
FP MarketsUSD/HUF-22.816.7pointsOfficial data
FP MarketsUSD/INR-37.08-6.08pointsOfficial data
FP MarketsUSD/JPY9.54-18.97pointsOfficial data
FP MarketsUSD/KES-5,268.31-1,082.57pointsOfficial data
FP MarketsUSD/KRW-71.96-171.27pointsOfficial data
FP MarketsUSD/MXN-241.3331.39pointsOfficial data
FP MarketsUSD/NOK3.23-34.61pointsOfficial data
FP MarketsUSD/PLN-18.19-16.79pointsOfficial data
FP MarketsUSD/RUB-982.65-578.69pointsOfficial data
FP MarketsUSD/SEK26.69-76.22pointsOfficial data
FP MarketsUSD/SGD4.35-11.54pointsOfficial data
FP MarketsUSD/THB-94.36-58.3pointsOfficial data
FP MarketsUSD/TRY-658.930.67pointsOfficial data
FP MarketsUSD/TWD-10.05-22.52pointsOfficial data
FP MarketsUSD/ZAR-214.8221.5pointsOfficial data
FP MarketsUSD/ZMW-1,610.66-1,422.47pointsOfficial data
IC MarketsUSD/BRL00points (per 100,000 units)Official data
IC MarketsUSD/CLP00points (per 100,000 units)Official data
IC MarketsUSD/COP00points (per 100,000 units)Official data
IC MarketsUSD/IDR00points (per 100,000 units)Official data
IC MarketsUSD/INR00points (per 100,000 units)Official data
IC MarketsUSD/KRW00points (per 100,000 units)Official data
IC MarketsUSD/TWD00points (per 100,000 units)Official data
OANDAUSD/ZAR00USD (per 100,000 units)Official data
OANDAZAR/JPY00USD (per 100,000 units)Official data
SwissquoteAUD/CAD0-0.0001price (per 1 units)Official data
SwissquoteAUD/CHF-0.0001-0.0001price (per 1 units)Official data
SwissquoteAUD/JPY0.0017-0.0017price (per 1 units)Official data
SwissquoteAUD/NZD0-0.0001price (per 1 units)Official data
SwissquoteAUD/USD00price (per 1 units)Official data
SwissquoteCAD/CHF00price (per 1 units)Official data
SwissquoteCAD/JPY0.0017-0.0017price (per 1 units)Official data
SwissquoteCAD/SGD00price (per 1 units)Official data
SwissquoteCHF/DKK0.00060.0004price (per 1 units)Official data
SwissquoteCHF/HUF0.06460.052price (per 1 units)Official data
SwissquoteCHF/JPY0.0029-0.0029price (per 1 units)Official data
SwissquoteCHF/NOK0.00160.0012price (per 1 units)Official data
SwissquoteCHF/PLN0.00060.0004price (per 1 units)Official data
SwissquoteCHF/SEK0.00080.0004price (per 1 units)Official data
SwissquoteCHF/SGD0.00010price (per 1 units)Official data
SwissquoteDKK/SEK00price (per 1 units)Official data
SwissquoteEUR/AUD0.00010price (per 1 units)Official data
SwissquoteEUR/CAD00price (per 1 units)Official data
SwissquoteEUR/CHF-0.0001-0.0001price (per 1 units)Official data
SwissquoteEUR/CZK0.00110.0004price (per 1 units)Official data
SwissquoteEUR/DKK0-0.0002price (per 1 units)Official data
SwissquoteEUR/GBP00price (per 1 units)Official data
SwissquoteEUR/HKD0.0001-0.0002price (per 1 units)Official data
SwissquoteEUR/HUF0.03420.0231price (per 1 units)Official data
SwissquoteEUR/JPY0.0027-0.0027price (per 1 units)Official data
SwissquoteEUR/NOK0.00070.0004price (per 1 units)Official data
SwissquoteEUR/NZD00price (per 1 units)Official data
SwissquoteEUR/PLN0.00020.0001price (per 1 units)Official data
SwissquoteEUR/SEK-0.0001-0.0004price (per 1 units)Official data
SwissquoteEUR/SGD0-0.0001price (per 1 units)Official data
SwissquoteEUR/TRY0.04780.041price (per 1 units)Official data
SwissquoteEUR/USD0.00010price (per 1 units)Official data
SwissquoteEUR/ZAR0.0020.0014price (per 1 units)Official data
SwissquoteGBP/AUD0.00010price (per 1 units)Official data
SwissquoteGBP/CAD-0.0001-0.0001price (per 1 units)Official data
SwissquoteGBP/CHF-0.0001-0.0001price (per 1 units)Official data
SwissquoteGBP/DKK-0.0003-0.0005price (per 1 units)Official data
SwissquoteGBP/HUF0.02520.0123price (per 1 units)Official data
SwissquoteGBP/JPY0.0032-0.0032price (per 1 units)Official data
SwissquoteGBP/NOK0.00040price (per 1 units)Official data
SwissquoteGBP/NZD0-0.0001price (per 1 units)Official data
SwissquoteGBP/PLN0.0001-0.0001price (per 1 units)Official data
SwissquoteGBP/SEK-0.0005-0.0009price (per 1 units)Official data
SwissquoteGBP/SGD-0.0001-0.0001price (per 1 units)Official data
SwissquoteGBP/TRY0.05170.0453price (per 1 units)Official data
SwissquoteGBP/USD00price (per 1 units)Official data
SwissquoteHKD/JPY-0.0004-0.0011price (per 1 units)Official data
SwissquoteNOK/JPY-0.0012-0.0017price (per 1 units)Official data
SwissquoteNOK/SEK-0.0001-0.0001price (per 1 units)Official data
SwissquoteNZD/CAD00price (per 1 units)Official data
SwissquoteNZD/CHF00price (per 1 units)Official data
SwissquoteNZD/DKK0-0.0001price (per 1 units)Official data
SwissquoteNZD/JPY0.0014-0.0014price (per 1 units)Official data
SwissquoteNZD/SEK0-0.0002price (per 1 units)Official data
SwissquoteNZD/SGD00price (per 1 units)Official data
SwissquoteNZD/USD00price (per 1 units)Official data
SwissquoteSEK/JPY0-0.0005price (per 1 units)Official data
SwissquoteSGD/JPY0.0007-0.0034price (per 1 units)Official data
SwissquoteTRY/JPY00price (per 1 units)Official data
SwissquoteUSD/CAD0-0.0001price (per 1 units)Official data
SwissquoteUSD/CHF-0.0001-0.0001price (per 1 units)Official data
SwissquoteUSD/CNH-0.0018-0.0031price (per 1 units)Official data
SwissquoteUSD/CZK0.0001-0.0006price (per 1 units)Official data
SwissquoteUSD/DKK-0.0002-0.0004price (per 1 units)Official data
SwissquoteUSD/HKD-0.0002-0.0005price (per 1 units)Official data
SwissquoteUSD/HUF0.01680.0072price (per 1 units)Official data
SwissquoteUSD/ILS-0.0001-0.0002price (per 1 units)Official data
SwissquoteUSD/JPY0.0024-0.0024price (per 1 units)Official data
SwissquoteUSD/MXN0.00180.0009price (per 1 units)Official data
SwissquoteUSD/NOK0.0002-0.0001price (per 1 units)Official data
SwissquoteUSD/PLN0-0.0001price (per 1 units)Official data
SwissquoteUSD/SEK-0.0005-0.0008price (per 1 units)Official data
SwissquoteUSD/SGD-0.0001-0.0001price (per 1 units)Official data
SwissquoteUSD/TRY0.03790.0315price (per 1 units)Official data
SwissquoteUSD/ZAR0.00110.0005price (per 1 units)Official data
XTBAUD/CAD0.0001-0.011% per dayOfficial data
XTBAUD/CHF0.0064-0.0174% per dayOfficial data
XTBAUD/JPY0.0022-0.016% per dayOfficial data
XTBAUD/NZD-0.0026-0.0111% per dayOfficial data
XTBAUD/USD-0.0037-0.0073% per dayOfficial data
XTBCAD/CHF0.0022-0.0105% per dayOfficial data
XTBCAD/JPY-0.002-0.0091% per dayOfficial data
XTBCAD/MXN-0.01980.0046% per dayOfficial data
XTBCHF/HUF-0.0309-0.001% per dayOfficial data
XTBCHF/JPY-0.0084-0.0027% per dayOfficial data
XTBCHF/NOK-0.01750.0064% per dayOfficial data
XTBCHF/PLN-0.01710.0033% per dayOfficial data
XTBCHF/SEK-0.0111-0.0014% per dayOfficial data
XTBEUR/AUD-0.0106-0.0005% per dayOfficial data
XTBEUR/CAD-0.0036-0.0046% per dayOfficial data
XTBEUR/CHF0.0027-0.011% per dayOfficial data
XTBEUR/CNH-0.0057-0.0124% per dayOfficial data
XTBEUR/CZK-0.0111-0.0042% per dayOfficial data
XTBEUR/GBP-0.0076-0.0007% per dayOfficial data
XTBEUR/HUF-0.024-0.0079% per dayOfficial data
XTBEUR/JPY-0.0015-0.0096% per dayOfficial data
XTBEUR/MXN-0.01930.004% per dayOfficial data
XTBEUR/NOK-0.0106-0.0005% per dayOfficial data
XTBEUR/NZD-0.0063-0.0047% per dayOfficial data
XTBEUR/PLN-0.0102-0.0036% per dayOfficial data
XTBEUR/RON-0.01630.001% per dayOfficial data
XTBEUR/SEK-0.0042-0.0083% per dayOfficial data
XTBEUR/SGD-0.0032-0.0078% per dayOfficial data
XTBEUR/TRY-0.1703-0.0005% per dayOfficial data
XTBEUR/USD-0.0074-0.0009% per dayOfficial data
XTBEUR/ZAR-0.01910.0053% per dayOfficial data
XTBGBP/AUD-0.0071-0.0039% per dayOfficial data
XTBGBP/CAD-0.0002-0.008% per dayOfficial data
XTBGBP/CHF0.0062-0.0145% per dayOfficial data
XTBGBP/JPY0.002-0.013% per dayOfficial data
XTBGBP/MXN-0.01580.0006% per dayOfficial data
XTBGBP/NOK-0.0072-0.0039% per dayOfficial data
XTBGBP/NZD-0.0028-0.0081% per dayOfficial data
XTBGBP/PLN-0.0067-0.007% per dayOfficial data
XTBGBP/SEK-0.0008-0.0117% per dayOfficial data
XTBGBP/SGD0.0003-0.0113% per dayOfficial data
XTBGBP/USD-0.004-0.0043% per dayOfficial data
XTBGBP/ZAR-0.01560.0019% per dayOfficial data
XTBNOK/SEK-0.0005-0.0147% per dayOfficial data
XTBNZD/CAD-0.0042-0.0068% per dayOfficial data
XTBNZD/CHF0.0022-0.0132% per dayOfficial data
XTBNZD/JPY-0.002-0.0117% per dayOfficial data
XTBNZD/SGD-0.0037-0.01% per dayOfficial data
XTBNZD/USD-0.008-0.003% per dayOfficial data
XTBUSD/BRL-0.03390.0089% per dayOfficial data
XTBUSD/CAD-0.0004-0.0079% per dayOfficial data
XTBUSD/CHF0.006-0.0143% per dayOfficial data
XTBUSD/CLP-0.0148-0.0088% per dayOfficial data
XTBUSD/CNH-0.0024-0.0156% per dayOfficial data
XTBUSD/CZK-0.0078-0.0075% per dayOfficial data
XTBUSD/HUF-0.0207-0.0112% per dayOfficial data
XTBUSD/ILS-0.0078-0.0101% per dayOfficial data
XTBUSD/INR-0.02060% per dayOfficial data
XTBUSD/JPY0.0018-0.0129% per dayOfficial data
XTBUSD/MXN-0.0160.0008% per dayOfficial data
XTBUSD/NOK-0.0074-0.0037% per dayOfficial data
XTBUSD/PLN-0.0069-0.0068% per dayOfficial data
XTBUSD/RON-0.013-0.0022% per dayOfficial data
XTBUSD/SEK-0.0009-0.0115% per dayOfficial data
XTBUSD/SGD0.0001-0.0111% per dayOfficial data
XTBUSD/THB-0.0125-0.004% per dayOfficial data
XTBUSD/TRY-0.1669-0.0038% per dayOfficial data
XTBUSD/ZAR-0.01580.0021% per dayOfficial data
XTBZAR/JPY0.008-0.0245% per dayOfficial data
Official data sources

Share this page

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.

Share this page

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
Monday1 dayValue date advances one business day
Tuesday1 dayValue date advances one business day
Wednesday3 daysValue date jumps over Saturday and Sunday
Thursday1 dayValue date advances one business day
Friday1 dayValue 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

  • — Version 2: added sharing tools and home-screen access, improved on-page display and layout stability, and strengthened collection diagnostics behind the ranking.
  • — 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.