Home / VAT Rates / Algeria

Algeria VAT Rates 2026

Algeria (الجزائر (Al-Jazā'ir)) levies Value Added Tax as TVA / الرسم على القيمة المضافة. The standard rate is 19%, applied to most goods and services. Reduced rates of 9% apply to basic foodstuffs, medicines, agricultural inputs, internet services, books.

Current rates — 2026

TypeRateApplies to
Standard19%Most goods and services
Reduced9%Basic foodstuffs, medicines, agricultural inputs, internet services, books
Zero-rated0%Exports

Registration and filing

Tax authorityDirection Générale des Impôts (DGI)
Filing frequencyMonthly G50 declarations, due by the 20th of the following month

Access rates via API

The TaxID API returns current VAT and GST rates for 200+ countries and territories. Use the /api/v1/rates/DZ endpoint to get Algeria data programmatically. Responses are cached for 24 hours.

bash
curl http://localhost:3000/api/v1/rates/DZ
# No authentication required for rate lookups

# Response:
# { "country_code": "DZ", "tax_type": "vat",
#   "standard_rate": 19, "reduced_rates": [9],
#   "currency": "DZD", "last_updated": "2026-06-12" }

Fetching the rate in code

Node.js
// Fetch current Algeria VAT rates (no auth required)
const rates = await fetch('http://localhost:3000/api/v1/rates/DZ').then(r => r.json());
// → { standard_rate: 19, reduced_rates: [9],
//     currency: 'DZD' }

applyRate(rates.standard_rate);

About Algeria VAT

Algeria raised its TVA to 19% in the 2017 finance law when oil revenues slumped, and the rate has held since. The 9% band notably covers internet access — a digital-inclusion subsidy unusual in the region. Hydrocarbon activities, the heart of the economy, sit largely outside the ordinary VAT regime under sector-specific taxation, and the import-heavy consumer market means much VAT is collected at customs.

VAT in Algeria is administered by the Direction Générale des Impôts (DGI).

Sources: PwC Worldwide Tax Summaries · DGI Algérie (accessed Jun 2026)

Rate history

Frequently asked questions

What is the VAT rate in Algeria in 2026?

19% standard and 9% reduced (basic food, medicines, books, internet services).

Does Algeria charge VAT on internet services?

Yes, but at the reduced 9% rate — a deliberate policy to support digital adoption.

Get free API key VAT number validation

Related concepts and guides:

VAT & GST rates in other African countries

Egypt (14%)Ghana (15%)Ivory Coast (18%)Kenya (16%)Morocco (20%)All countries →