home / hts

Menu
  • Search all tables

hts_entries

Tariff line items with duty rates, units, and classification hierarchy. Search uses full-text search on the description column. To look up a specific HTS code, use the column filter rather than the search box.

Data license: Public Domain · Data source: US International Trade Commission

8 rows where chapter_id = 30 and unit = "liters"

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: unit

id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
21565 1703.90.30.00 2 Imported for (a) the commercial extraction of sugar or (b) human consumption liters 0.35¢/liter Free (A,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) 1.8¢/liter [{"columns": ["units"], "marker": "1", "value": "Report liters of dried molasses on the basis of 0.72 kg/liter. ", "type": "endnote"}, {"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] Pharmaceutical Products 30
21590 2009.89.65.30 6 Certified organic liters         Pharmaceutical Products 30
21595 2202.99.91.30 6 Certified organic liters         Pharmaceutical Products 30
21596 2203.00.00.30 2 In glass containers liters         Pharmaceutical Products 30
21597 2206.00.90.30 4 In aluminum containers liters         Pharmaceutical Products 30
21665 2707.30.00.30 2 p-Xylene liters         Pharmaceutical Products 30
21666 2707.30.00.40 2 Other liters         Pharmaceutical Products 30
21690 2902.30.00.00 1 Toluene liters Free   Free [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}, {"columns": ["other"], "marker": "1", "value": "See 9903.90.08. ", "type": "endnote"}] Pharmaceutical Products 30

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE hts_entries (
        id              INTEGER PRIMARY KEY AUTOINCREMENT,
        hts_code        TEXT NOT NULL UNIQUE,
        indent          INTEGER,
        description     TEXT,
        unit            TEXT,
        general_rate    TEXT,
        special_rate    TEXT,
        column2_rate    TEXT,
        footnotes       TEXT,
        chapter_id      INTEGER REFERENCES chapters(id)
    );
CREATE INDEX idx_hts_code ON hts_entries(hts_code);
CREATE INDEX idx_description ON hts_entries(description);
Powered by Datasette · Queries took 4162.116ms · Data license: Public Domain · Data source: US International Trade Commission