Sales Tax Rates

PLUTUS

Sales Tax Rate API

PLUTUS handles the complexity of US sales tax—including state, county, city, and special district taxes—through a single API call. Get combined rates, jurisdiction breakdowns, and tax calculations for 13,000+ tax jurisdictions.

<100ms
Latency
99.9%
Uptime
Quarterly
Updates

Powerful Capabilities

Everything you need to integrate PLUTUS into your workflow

Rate Lookup

Combined tax rate for any address or ZIP

Tax Calculation

Calculate tax amount on transactions

Jurisdiction Details

Breakdown by state, county, city, district

Batch Lookup

Up to 500 addresses per request

Rate Changes

Notifications for jurisdiction updates

API Reference

Simple, RESTful endpoints designed for developer productivity

GET/v1/tax/rate

Get tax rate for an address

POST/v1/tax/calculate

Calculate tax amount for a transaction

POST/v1/tax/batch

Batch lookup for multiple addresses

example.py
import requests

# Initialize with your API key
headers = {
  "Authorization": f"Bearer {api_key}"
}

# Make the request
response = requests.get(
  "https://api.olympus.dev/v1/tax/rate",
  headers=headers,
  params={"query": "example"}
)

# Response
data = response.json()
print(data)

Simple, Transparent Pricing

80% lower pricing, simpler integration

Starter

$49/mo/month
5,000 requests
  • Rate lookup

Growth

$149/mo/month
25,000 requests
  • Rate lookup
  • Calculate
  • Batch
Most Popular

Business

$399/mo/month
100,000 requests
  • Everything
  • Product categories

Enterprise

Custom
Unlimited requests
  • Everything
  • Nexus
  • Reporting

Built for Production

Enterprise-grade infrastructure designed for reliability, security, and performance at scale.

API Latency<100ms p95
Uptime SLA99.9% availability
Data FreshnessQuarterly updates, real-time for major states

Quick Start

Python
# Install the SDK $ pip install plutus-tax
Node.js
# Install the SDK $ npm install @plutus/client

Ready to integrate PLUTUS?

Get started in minutes with our developer-friendly API and comprehensive documentation.