The Cabinet Office publishes NFI outcomes only as national-level PDF reports (England totals, broken down by risk area and by nation — Scotland, Wales and NI run parallel exercises via their audit bodies). The full attachment list of the reports publication (checked via the gov.uk content API on 2026-08-13) contains only PDFs and HTML report pages back to 2000 — no CSV/ODS, and no per-participant table inside the PDFs (Appendices 1–3 of the 2022–24 report are England-wide by case type / risk area).
Per-council match outcomes are returned to each participating body through the secure NFI web application and are not published centrally. Individual councils typically report their own NFI results to their audit/governance committees. A full per-council collection would require scraping ~300+ councils' committee-paper repositories (ModernGov etc.) for their biennial NFI outcome reports, or an FOI/data request to the PSFA — neither yields a consistent machine-readable dataset.
All in data/ (downloaded 2026-08-13):
| File | Source URL | Edition |
|---|---|---|
data/NFI_report_2022-24.pdf (1.8 MB) |
https://assets.publishing.service.gov.uk/media/67b6f6f89ae06ef4a71cf2ff/2025-01-28_NFI_report_2022-24_v3.pdf | NFI Report 2022–2024, published 2025 (file dated 2025-01-28, v3) |
data/NFI_report_2020-22_dec2022.pdf (1.7 MB) |
https://assets.publishing.service.gov.uk/media/638a131d8fa8f569f6a9d252/2022-12-02_NFI_report_2022__12v3__-_JQ.pdf | NFI Report December 2022 (covers 2020–22 exercise) |
Representative per-council samples (councils' own audit-committee NFI reports), in data/samples/:
| File | Source URL |
|---|---|
data/samples/bridgend_nfi_report.pdf (179 KB) |
https://democratic.bridgend.gov.uk/documents/s36367/Appendix A Report_Bridgend County Borough Council.pdf |
data/samples/monmouthshire_nfi_update.pdf (147 KB) |
https://democracy.monmouthshire.gov.uk/documents/s43668/NFI Update Report Monmouthshire County Council.pdf |
Biennial. The main data-matching exercise runs every two years; the national report follows roughly a year after the exercise closes. Next report (2024–2026 exercise) expected around early 2027 (unconfirmed — inferred from the 2022→2025 pattern).
curl -L -o NFI_report_2022-24.pdf \
https://assets.publishing.service.gov.uk/media/67b6f6f89ae06ef4a71cf2ff/2025-01-28_NFI_report_2022-24_v3.pdf
curl -L -o NFI_report_2020-22_dec2022.pdf \
https://assets.publishing.service.gov.uk/media/638a131d8fa8f569f6a9d252/2022-12-02_NFI_report_2022__12v3__-_JQ.pdf
Attachment list can be re-derived from: https://www.gov.uk/api/content/government/publications/national-fraud-initiative-reports
Open Government Licence v3.0 — confirmed: the gov.uk publication page states "Open Government Licence" and the 2022–24 report PDF text includes the OGL statement.