In 2025, the NHS (National Health Service in the UK) started publishing league tables of all hospital trusts for the first time. With this data I've built NHS Pulse, where you can see the trend in how your local trust has been performing over time. You can also select a list of trusts to compare and contrast, and view the full league table.
Data available from NHS England.
Built with Streamlit, and deployed with Render.
uv syncuv run streamlit run app.pyuv run backend.pyThis fetches the latest data and prints the available quarters, trust count, and top 10 trusts by rank.
uv run pytest backend.py
