Missouri Sales Tax Rate (2026)

State Base Rate

4.23%

Local jurisdictions may add additional sales tax.

Last updated:

Source: Missouri Department of Revenue

How Sales Tax Works in Missouri

Missouri imposes a statewide base sales tax rate of 4.23%. Missouri is an origin-based sales tax state, meaning the tax rate is determined by the seller's location for in-state sales.

County taxes: Missouri counties can levy additional sales tax on top of the state rate, and rates vary by county.

City taxes: Cities in Missouri may impose their own sales tax, adding further variability to combined rates.

Special district taxes: Special taxing districts (transit authorities, improvement districts, etc.) in Missouri can add additional taxes that apply within their boundaries.

Rates in Missouri are typically updated quarterly. Businesses should monitor rate changes regularly to maintain compliance.

Why Rates Vary by County in Missouri

The combined sales tax rate a customer pays in Missouri depends on the specific jurisdiction of the transaction. Local governments use sales tax revenue to fund essential services such as infrastructure, public safety, and education.

This means that two addresses within the same city may have different tax rates if they fall in different special taxing districts. ZIP codes are particularly unreliable for tax determination because a single ZIP code can span multiple counties or tax jurisdictions.

For businesses operating in Missouri, manually tracking these rate changes across every jurisdiction is impractical. An automated API solution ensures you always apply the correct rate at the point of sale, reducing compliance risk and audit exposure.

Example API Response

Query real-time sales tax rates programmatically. Here is an example response for St. Louis County:

api-response
GETRequest
curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://salestaxapi.io/api/rates?state=MO&zip=63101"
200Response
{
  "state": "MO",
  "zip": "63101",
  "county": "St. Louis County",
  "total_rate": 0.09679
}

Get real-time Missouri sales tax rates via API

Access accurate, jurisdiction-level tax rates for every address in Missouri. Updated daily from Missouri Department of Revenue.

No credit card required · 14-day free trial

Missouri Sales Tax FAQ

What is the sales tax rate in Missouri?
Missouri has a state sales tax rate of 4.225%. Combined with local taxes, rates can exceed 10% in some areas.
Does Missouri have local sales tax?
Yes. Missouri counties, cities, and special districts all levy additional sales taxes.
Is Missouri an origin or destination-based state?
Missouri is an origin-based sales tax state for in-state transactions.
How often does Missouri update sales tax rates?
Missouri local rates can change quarterly. The Department of Revenue publishes updated rate tables for each quarter.

Related Resources