Get VAT Rate for Commodity
hmrc_get_vat_rateLook up the VAT rate category for any UK commodity or service, including standard, reduced, zero, and exempt rates with conditions.
Instructions
USE THIS TOOL WHEN you have a UK commodity or service description and want its VAT rate category.
Returns the rate (standard 20%, reduced 5%, zero 0%, exempt), effective date, and any relevant conditions or exceptions.
IMPORTANT: Uses a static lookup table current as of 22 Nov 2023 (Autumn Statement). Rates may have changed in subsequent Budgets — for time-sensitive advice, verify against GOV.UK via hmrc_search_guidance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commodity_code | Yes | Commodity code or plain-English description. E.g. 'food', 'domestic fuel', 'software', 'financial services', 'new build residential' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commodity_code | Yes | Commodity code or description queried | |
| rate | Yes | VAT rate category | |
| rate_percentage | Yes | Applicable rate as percentage: 20.0 (standard), 5.0 (reduced), 0.0 (zero/exempt) | |
| effective_from | Yes | Date from which this rate applies | |
| notes | No | Any additional notes or conditions on this rate |