Florida Sales Tax Rate (2026)

State Base Rate

6%

Local jurisdictions may add additional sales tax.

Last updated:

Source: Florida Department of Revenue

How Sales Tax Works in Florida

Florida imposes a statewide base sales tax rate of 6%. Florida is a destination-based sales tax state, meaning the tax rate is determined by the buyer's delivery address.

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

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

Rates in Florida are typically updated annually. Businesses should monitor rate changes regularly to maintain compliance.

Why Rates Vary by County in Florida

The combined sales tax rate a customer pays in Florida 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 Florida, 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 Miami-Dade County:

api-response
GETRequest
curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://salestaxapi.io/api/rates?state=FL&zip=33101"
200Response
{
  "state": "FL",
  "zip": "33101",
  "county": "Miami-Dade County",
  "total_rate": 0.07
}

Get real-time Florida sales tax rates via API

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

No credit card required · 14-day free trial

Florida Sales Tax FAQ

What is the sales tax rate in Florida?
Florida has a state sales tax rate of 6%. Counties can add a discretionary sales surtax, bringing combined rates up to 8.5% in some counties.
Does Florida have local sales tax?
Yes. Florida counties may levy a discretionary sales surtax in addition to the 6% state rate. Cities do not levy separate sales taxes.
Is Florida an origin or destination-based state?
Florida is a destination-based sales tax state. Tax rates are based on the delivery location.
How often does Florida update sales tax rates?
Florida county surtax rates are typically updated annually, with changes effective January 1.

Related Resources