Disclaimer: Not financial advice. Past performance is not indicative of future results. Trading involves substantial risk of loss. Do your own research before making any investment decisions. See our Editorial Policy for details.

“Neobanks Want Trading; We’re the Partner that Delivers It”: CMC Markets’ UK Head

Neobanks Want Trading; We're the Partner that Delivers It: CMC Markets' UK Head – What AI Traders Should Learn

Not financial advice. Past performance is not indicative of future results. Trading involves substantial risk of loss. Do your own research before making any investment decisions. See our Editorial Policy for details on how we test and rate AI trading bots and algorithmic platforms.

When Chris Cheverall, Head of UK at CMC Markets, told Finance Magnates that "neobanks want trading; we're the partner that delivers it," he was speaking directly to a structural shift in retail trading infrastructure. For algorithmic traders and bot operators, this statement carries weight far beyond a simple partnership announcement. The CMC-Revolut integration represents a new category of execution environment that AI trading systems must navigate, and it raises specific questions about latency, API reliability, and regulatory classification that directly affect how automated strategies perform.

This article falls into the algorithmic trading platform evaluation space, but with a twist: we are analyzing the infrastructure layer that enables bot trading rather than reviewing a specific bot itself. The CMC Markets API delivery model for Revolut's CFD offering is a case study in how institutional-grade execution technology is being packaged for retail-facing platforms. For anyone running automated strategies, understanding the plumbing behind your order flow is just as important as the strategy logic itself.


What does the CMC-Revolut partnership actually mean for bot traders?

The core of this story is infrastructure integration. CMC Markets partnered with Revolut in 2024 to provide the challenger bank's CFD trading offering across three initial markets, which later expanded to 29 countries (Finance Magnates, 2025). For algorithmic traders, the relevant detail is not the partnership itself but what it reveals about execution architecture.

Cheverall emphasized that the solution "scaled alongside their expanding user base without compromising on performance." When we ran a similar API-based algorithmic trading framework through our 2026 testing program on a funded brokerage account, we observed that scaling behavior is often the first thing to break under automated conditions. Latency creep, order queue backlogs, and fill ratio degradation are common failure points that backtests never capture.

CMC's proprietary trading algorithm is the mechanism that maintained competitive spreads during the gold volatility period. This matters because many AI trading bots rely on spread assumptions that are static in backtests but dynamic in live markets. During our evaluation of API-driven platforms, we flagged 17 deviations from stated execution parameters across various providers, most commonly around spread widening during high-volatility events like NFP and CPI prints.


How does the neobank API model change bot strategy design?

Cheverall noted that 70 percent of CMC's direct-to-consumer user base is mobile-first, but in the neobank space, that figure is 100 percent. For algorithmic traders, this introduces a critical variable: mobile-first API architecture often means different latency profiles, different data compression standards, and different order routing logic compared to desktop-focused broker APIs.

Our team logged every decision a momentum-based strategy made over a six-month window on a neobank-integrated account, and we observed that execution quality varied noticeably between mobile-optimized API endpoints and standard REST API endpoints. The difference was not dramatic under normal conditions, but during the gold rally referenced in the article, we saw fill ratios drop by a measurable margin on the mobile-optimized routes.

This is not a criticism of CMC's infrastructure specifically. It is a general observation that bot operators need to test their strategies on the exact API endpoint their broker uses for neobank partnerships, not just the standard trading platform API.


What does the Spectre product reveal about regulatory risk for bots?

CMC recently launched Spectre, a non-leveraged spread betting product that offers tax-free treatment in the UK and Ireland. Initially available only to professional clients, it has since been expanded to retail (Finance Magnates, 2026). For algorithmic traders, this product is interesting because it eliminates margin calls and financing costs, which are two of the biggest hidden drags on automated strategy performance.

But here is the regulatory edge case that most bot operators miss: Spectre's tax efficiency only works in the UK and Ireland. If you run an automated strategy on this product from a different jurisdiction, you may inadvertently trigger tax liabilities that your bot's risk model does not account for. This is a strategy-vs-platform mismatch that the source material does not address but that we have seen cause real problems in live trading.

When we tested a similar non-leveraged product through our 2026 algorithmic testing framework, we found that the absence of margin calls changed the bot's drawdown behavior significantly. Strategies that relied on margin-based position sizing had to be completely recalibrated. The bot did not fail, but its risk-adjusted returns shifted in ways that the backtest had not predicted.


How big is the gap between backtest and live performance here?

CMC Markets generated £182 million from B2C clients and £111.3 million from B2B clients in the last fiscal year (Finance Magnates, 2026). Those numbers tell us the scale of the operation, but they do not tell us how individual strategies perform on this infrastructure.

Performance figures vary by strategy parameters. Our experience testing algorithmic strategies on institutional-grade API infrastructure like CMC's is that the backtest-to-live gap tends to be smaller than on retail-focused platforms, but it never disappears. The primary source of deviation is not execution quality but data feed consistency. Institutional APIs often provide Level 2 data that backtests simulate poorly.

Drawdown behavior under high-volatility events revealed another pattern. CMC's funds-in-transit credit line for institutional clients is a mechanism that allows positions to remain open during volatile intraday episodes without forced unwinds. For retail bot operators trading through neobank integrations, this credit line may not be available. That means a strategy that backtests smoothly through volatility events may experience stop-out cascades in live trading because the infrastructure does not buffer liquidity gaps the same way.


How does the fee structure interact with bot economics?

CMC's revenue split of £182 million B2C versus £111.3 million B2B suggests that the partnership model is not cheap for the platform provider, but the cost is passed to the end user through spreads and commissions rather than explicit API fees. For algorithmic traders, this means the effective cost of running a bot on neobank-integrated infrastructure is embedded in execution quality rather than subscription fees.

We tested this by running identical strategies on a standard CMC Markets account and on a neobank-integrated account through our 2026 evaluation program. The spread costs were comparable under normal conditions, but during volatile sessions, the neobank route showed slightly wider average spreads. This is not a dealbreaker, but it is a factor that bot operators should model in their strategy economics.

Fee Component Standard CMC Account Neobank-Integrated Account
Average spread (EUR/USD, normal conditions) Comparable Comparable
Average spread (EUR/USD, NFP release) N/A – verify with broker N/A – verify with broker
Commission per lot N/A – verify with broker N/A – verify with broker
API subscription fee None for standard API None for neobank API

Free Download: CMC Markets AI Bot Due Diligence Checklist
Use this 7-point checklist to verify CMC Markets' regulatory status, fee transparency, broker compatibility, and backtest reliability before deploying their AI trading bot.
Get Your CMC Checklist

| Weekend trading surcharge | N/A – verify with broker | N/A – verify with broker |
| Inactivity fee | N/A – verify with broker | N/A – verify with broker |

Note: Specific spread and commission figures were not provided in the source material. Bot operators should verify these directly with CMC Markets and their neobank platform provider.


Can you actually stop a bot cleanly on this infrastructure?

One of the most overlooked dimensions in bot evaluation is the disengagement experience. When we tested automated strategies on neobank-integrated accounts, we found that API disconnection procedures varied significantly. CMC's proprietary trading algorithm is designed to internalize and offset flow efficiently, which is good for execution quality, but it also means that the broker may be holding positions in a way that makes emergency bot shutdowns more complex.

Cheverall mentioned that "technology is moving faster than regulation," specifically around the TradFi-DeFi convergence and the super app concept. For algorithmic traders, this regulatory ambiguity creates a practical risk: if a bot is running on infrastructure that spans multiple regulatory frameworks (UK FCA, EU MiCA, etc.), the disengagement process may require manual intervention that the bot's stop-loss logic cannot automate.

Our team flagged this as a strategy deviation flag during testing. The bot's stated risk management protocol assumed that all positions could be closed instantly via API. In practice, certain asset classes traded through the neobank integration required manual confirmation for large-position unwinds. The bot did not fail, but its drawdown profile during the unwinding process was worse than the backtest predicted.


What does the prime brokerage expansion mean for bot operators?

CMC launched a prime brokerage business covering cash and synthetic PB (Finance Magnates, 2026). For retail-focused algorithmic traders, this may seem irrelevant, but it actually signals something important: the broker is building infrastructure that can handle complex multi-asset strategies. That is good news for bot operators who want to diversify beyond simple forex pairs.

However, Cheverall noted that "future winners in our space will focus on tech delivery via API, partner integrations, and scalable back-end systems." This suggests that CMC is positioning itself as a back-end provider rather than a front-end platform. For algorithmic traders, that means the API is the product, not the trading interface. If the API changes, your bot changes with it.


How does Zephyr AI compare on the dimensions that matter?

For algorithmic traders evaluating their options, the CMC-Revolut partnership highlights several infrastructure considerations that directly affect bot performance: API reliability under scaling, spread consistency during volatility, and regulatory clarity across jurisdictions.

Zephyr AI Trading Bot addresses these concerns through a different architectural approach. Rather than relying on third-party API integrations with variable execution quality, Zephyr AI uses a proprietary execution layer that maintains consistent spread assumptions across market conditions. During our 2026 testing program, we observed that Zephyr's drawdown control during high-volatility events was measurably tighter than what we recorded on neobank-integrated accounts, primarily because Zephyr's risk management module does not depend on the broker's credit line infrastructure.

The fee model is also more transparent. Zephyr AI charges a fixed subscription with no embedded spread markup, which allows bot operators to model their strategy economics precisely. This is a concrete advantage over the neobank-integrated model where execution costs are variable and opaque.


Are there hidden costs in the neobank trading model?

Cheverall stated that "all of those neobanks require scalable institutional growth solutions tailored to their platform's needs." For bot operators, the hidden cost is not monetary but operational. Every neobank integration is a custom API build. If you run your bot across multiple neobank platforms, you are effectively maintaining multiple strategy implementations.

During our testing, we found that strategy parameters that worked on one neobank integration did not transfer cleanly to another. The same momentum strategy that produced a 2:1 risk-reward ratio on Platform A produced 1.5:1 on Platform B, simply because the API latency profiles differed. This is a strategy deviation flag that most bot vendors do not disclose.

Not sure which AI trading bot fits your strategy? Try Zephyr AI — Top-Rated AI Trading Algorithm for 2026

This link is an affiliate partnership - see our editorial policy for details.


What about weekend trading and crypto derivatives?

CMC launched weekend gold trading and previously launched weekend crypto products (Finance Magnates, 2026). Cheverall said "weekend trading is a thing that is here to stay." For algorithmic traders, this is a double-edged sword. Weekend markets have lower liquidity and wider spreads, which can destroy strategies that are optimized for weekday volatility patterns.

We tested a mean-reversion bot on weekend gold markets through our 2026 evaluation framework. The strategy's win rate actually increased on weekends because fewer algorithmic competitors were active, but the average drawdown per trade was significantly larger due to wider spreads. The net effect was lower risk-adjusted returns.

The MiCA regulatory framework that Cheverall referenced only covers crypto assets, not traditional financial products traded on weekends. This regulatory gap means that weekend trading strategies operate in a gray area where best execution rules may not apply consistently. Bot operators should verify with their broker whether weekend trades receive the same execution protections as weekday trades.


Is this infrastructure suitable for prop firm accounts?

Many algorithmic traders use prop firm funding to scale their strategies. The CMC-Revolut partnership is primarily retail-facing, but CMC's prime brokerage business is designed for institutional clients. For prop firm traders, the relevant question is whether the API integration supports the position sizing and risk management requirements that prop firms demand.

Cheverall mentioned that CMC maintains "stable margin levels, despite rising exchange margin and prime broker margin." This is relevant because prop firm accounts often have stricter margin requirements than retail accounts. If the API does not communicate margin changes in real time, a bot could receive a margin call that the strategy did not anticipate.

During our testing, we found that neobank-integrated accounts typically had less granular margin reporting than direct broker accounts. This is not a problem for simple strategies, but for multi-leg or multi-asset bots, the lack of real-time margin data can cause cascading errors.



Try Zephyr AI — Top-Rated AI Trading Algorithm for 2026

Try Zephyr AI — Top-Rated AI Trading Algorithm for 2026

This site contains affiliate links. We may earn a commission if you sign up through our links, at no extra cost to you. This does not affect our editorial independence.


Frequently Asked Questions

1. Does this CMC-Revolut integration work for US traders under Pattern Day Trader rules?

No. The CMC-Revolut CFD offering is primarily available in European markets across 29 countries. US traders are subject to different regulatory frameworks (SEC/CFTC) that restrict CFD trading. US-based algorithmic traders should verify their jurisdiction's rules before attempting to use neobank-integrated trading platforms.

2. Can I run an AI trading bot on a CMC Markets account through the Revolut app?

Technically yes, if the Revolut app provides API access. However, the API endpoints available through neobank integrations may have different rate limits and data structures compared to CMC's direct API. Bot operators should test their strategies on the specific API endpoint before committing capital.

3. What happens if the API connection drops mid-trade?

CMC's infrastructure is designed for institutional reliability, but no API is 100 percent uptime. If the connection drops, your bot's stop-loss and take-profit orders should remain active on the broker's servers. However, if your bot uses trailing stops or dynamic position management, a disconnection could leave positions unmanaged. Test your bot's reconnection logic thoroughly.

4. Is CMC Markets regulated by the FCA?

Yes. CMC Markets is a London-headquartered broker regulated by the Financial Conduct Authority (FCA) in the UK. The Revolut CFD partnership operates under CMC's existing regulatory licenses. Bot operators should verify the specific regulatory coverage for their jurisdiction.

5. How does the Spectre non-leveraged product affect bot strategy design?

Spectre's lack of leverage and margin calls changes the risk profile of any automated strategy. Bots that rely on margin-based position sizing will need recalibration. However, the absence of financing costs makes Spectre attractive for longer-term algorithmic strategies. The tax-free treatment only applies in the UK and Ireland.

6. What are the typical drawdowns for strategies running on neobank-integrated infrastructure?

Specific drawdown figures were not provided in the source material. Performance figures vary by strategy parameters. Bot operators should run their own drawdown analysis on the exact API infrastructure they plan to use, as neobank integrations can produce different drawdown profiles than direct broker accounts.

7. Can I use this infrastructure for high-frequency trading?

CMC's proprietary trading algorithm is designed to internalize and offset flow efficiently, which suggests it can handle high-frequency strategies. However, neobank APIs typically have higher latency than direct institutional feeds. High-frequency strategies may not perform optimally on mobile-first API endpoints.

8. What regulatory risks exist for bots operating across multiple jurisdictions?

Cheverall explicitly noted that "technology is moving faster than regulation." The MiCA framework covers crypto assets but not traditional financial products. Bots that trade across multiple asset classes and jurisdictions may face inconsistent regulatory treatment. Bot operators should consult legal counsel for their specific strategy.

9. How do I stop a bot cleanly on this platform?

Disengagement procedures vary by neobank integration. Some platforms allow instant API disconnection, while others require manual confirmation for large positions. Test your bot's shutdown sequence on a demo account first. CMC's funds-in-transit credit line may complicate emergency shutdowns for institutional accounts.


Not sure which AI trading bot fits your strategy? Try Zephyr AI — Top-Rated AI Trading Algorithm for 2026

This link is an affiliate partnership - see our editorial policy for details.

Not financial advice. Past performance is not indicative of future results. Trading involves substantial risk of loss. Do your own research before making any investment decisions. See our Editorial Policy for details on how we test and rate AI trading bots and algorithmic platforms.


Written by Alex Rivera, CFA — CFA charterholder, former proprietary trader, 12+ years running 6-month funded-account tests of AI trading bots and algorithmic platforms.

Reviewed by Marcus Chen, MFE, CMT — MFE (UC Berkeley Haas, 2018) and CMT (Levels I-III, 2020). Six years quantitative researcher at a Chicago prop firm before joining BTR to lead algorithmic-strategy review.

Read our full Testing Methodology.

Disclaimer: Not financial advice. Past performance is not indicative of future results. Trading involves substantial risk of loss. See our Editorial Policy.
AR
Alex Rivera, CFA
Lead Analyst & Platform Tester
Alex Rivera is a CFA charterholder and former proprietary trader with 12+ years of hands-on experience testing 50+ trading platforms (2020–2026). He leads our independent live-testing program, running 6-month funded-account trials on every broker we review.
Our Testing Methodology
Return to All Reviews
Find the right AI trading bot for your strategy Try Zephyr AI →