Back to Blog
implementation

The FCA Handbook is now machine-readable: what its new API means for AI compliance tooling

By Jay MatharuPublished Last reviewed

What changed

On 6 August 2026 the FCA opened its Handbook through a free API, announced in a blog by Alex Smith, its Head of Cross-cutting Policy and Strategy, under the title "Making compliance simpler: opening up the FCA Handbook through our new API". The Handbook, the rulebook every authorised firm in the UK operates under, is now available in a structured, machine-readable format. The FCA's stated benefits include real-time rule mapping, tracking current and future rule versions, better RegTech products, and, explicitly, supporting AI solutions: in the blog's words, "trusted, up-to-date data to support more useful, accurate and transparent AI tools". The companion notice on the Handbook site sets out the mechanics: access is free with a registered Handbook website account, subject to the FCA's terms and conditions, via standard external API clients; the API always extracts the latest version of the Handbook; historic versions are not available through it; and protected endpoints are rate-limited per user.

Why it matters for UK business

Most regulator announcements about AI are about what firms may not do. This one is infrastructure: the UK's financial regulator has put its own rulebook into the format AI systems consume, and named AI tooling as an intended beneficiary. For any firm that has built, or is about to build, an internal compliance assistant, it moves the central engineering question from "how do we get the rules in" to "how do we evidence what the rules said when we relied on them". Those are different problems, and the second one is now the interesting one.

The first problem really does shrink. The standing pattern for compliance assistants is retrieval-augmented generation: retrieve the relevant provisions at answer time, then reason over them. Until now the retrieval layer for FCA material meant scraping the Handbook site, maintaining the scrape, and hoping the structure did not change underneath you, or paying a vendor to do the same. A free, structured, authoritative feed replaces the least defensible component in that stack. It also quietly raises the bar for what counts as acceptable: an assistant answering from a stale copy of the Handbook was always a risk, but from 6 August it is a risk with a free alternative, which changes how that design choice reads in hindsight, to an auditor or to a court.

The second problem is the one the FAQ page states in a single line that deserves more attention than it will get: the API serves the latest version only, and historic versions are not available through it. A compliance assistant's answers have a shelf life. If a firm relies on an assistant's reading of a rule in August and the rule moves in October, the firm needs to be able to show what the rulebook said in August. The API will not do that for you; by design it always answers with today. So the architecture needs a snapshot layer: store what was retrieved, with the retrieval date, alongside the answer that used it. This is not exotic engineering, it is a logging decision taken early, but it is the difference between an assistant that helps in an FCA conversation and one that leaves you reconstructing history from release notes.

The rate limits point the same direction. Protected endpoints are limited per user, which makes "hammer the API on every query" the wrong shape. The workable design retrieves and caches the provisions a firm actually operates under, refreshes them on a schedule, diffs for changes, and dates everything. That happens to be the same design that solves the audit-trail problem, which is the pleasant kind of coincidence: the constraints push you towards the architecture you should have wanted.

It is worth being precise about what this is not. The API launch is an access announcement, not guidance and not a rule change; it imposes no obligation on anyone. The Handbook text it serves has the same legal status it had last month. What changed is the cost, in engineering time and in defensibility, of grounding AI tooling on the real thing.

What to do, and what not to do

Do:

  • Register a Handbook website account and read the API terms and conditions before wiring anything into production. Free access is still conditioned access.
  • If you run or are buying a compliance assistant, make the Handbook API its retrieval source and ask the vendor to show you where the answers come from. "Grounded on the live Handbook" is now a checkable claim.
  • Design the snapshot layer on day one: store retrieved provisions with dates alongside every answer that relied on them, because the API will only ever tell you what the rules say now.
  • Cache and schedule retrieval rather than querying per question, both for the rate limits and because a diffed, dated local store is what your audit trail wants anyway.

Do not:

  • Keep answering compliance questions from a scraped or stale Handbook copy. The authoritative machine-readable source is free, and the old approach is now a choice you would have to defend.
  • Treat API output as advice. The assistant quoting the current rule correctly is the start of the compliance question, not the answer to it.
  • Assume you can query what a rule said last quarter. Historic versions are not served; if you did not snapshot it, you are reconstructing it.

Where The AI Consultancy fits

Grounding a Claude-based assistant on an authoritative source, with the retrieval, caching and evidence layers designed rather than improvised, is exactly the work of our Claude implementation engagements, and the pattern is set out in our guide to RAG for UK businesses. For the sector context, our guide to Claude for UK financial services covers the governance expectations this tooling lives under, and our companion briefing on the FCA's Supercharged Sandbox cohort covers the other half of the FCA's August signal.

Verified on 11 August 2026 against the FCA's blog of 6 August 2026 and the Handbook site's launch notice and FAQs. This briefing is general information, not regulatory or legal advice; confirm your firm's position with your compliance function or a qualified adviser.

Frequently asked questions

Can I ground an AI compliance assistant on the FCA Handbook API?
That is the use the FCA itself names: its announcement lists supporting AI solutions among the API's benefits, describing it as trusted, up-to-date data for AI tools. The engineering pattern is retrieval-augmented generation: the assistant retrieves the relevant Handbook provisions through the API at answer time and reasons over them, rather than relying on whatever version of the rules was in its training data or a scraped copy. Three design constraints apply: access needs a registered Handbook account and acceptance of the FCA's terms; protected endpoints are rate-limited per user, so retrieval should be cached and batched sensibly; and the API serves the latest version only, so any assistant whose answers may need to be evidenced later must store dated snapshots of what it retrieved.
Does the FCA Handbook API replace compliance advice?
No. The API is an access mechanism for the Handbook's text, not guidance, not an interpretation service, and not a compliance sign-off. An assistant grounded on it can quote the current rulebook accurately, which removes one class of error, but applying rules to a firm's specific permissions, clients and products remains judgement work. The FCA launching the API imposes no new obligation on any firm; the sensible reading is narrower: from now on, an internal AI tool answering compliance questions from a stale or scraped copy of the Handbook is a design choice that is hard to defend, because the authoritative machine-readable source is free.

Related Articles

implementation

Why Your AI-Built App Works in Preview But Fails in Production

implementation

Fix, Refactor or Rebuild? A Decision Matrix for AI-Built Apps

implementation

Security Vulnerabilities in AI-Generated Apps, A UK Guide

Ready to explore AI for your business?

Book a free 20-minute consultation. No obligation, no jargon.