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

6 rows where chapter_id = 14 and unit = "liters"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: indent, description, general_rate, special_rate, footnotes

unit 1

  • liters · 6 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
12622 2204.21.30.00 5 If entitled under regulations of the United States Internal Revenue Service to a type designation which includes the name "Tokay" and if so designated on the approved label liters 6.3¢/liter Free (A,AU,BH,CL,CO,D,E,IL,KR,MA,OM,P,PA,PE,S,SG)2.8¢/liter(JO) 33¢/liter [{"columns": ["general", "special", "other"], "marker": "1", "value": "Imports under this subheading may be subject to Federal Excise Tax (26 U.S.C. 5041). ", "type": "endnote"}, {"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}] Vegetable Plaiting Materials; Vegetable Products Not Elsewhere Specified or Included 14
12623 2204.21.60.00 5 If entitled under regulations of the United States Internal Revenue Service to a type designation which includes the name "Marsala" and if so designated on the approved label liters 5.3¢/liter Free (A,AU,BH,CL,CO,D,E,IL,KR,MA,OM,P,PA,PE,S,SG)2.3¢/liter(JO) 33¢/liter [{"columns": ["general", "special", "other"], "marker": "1", "value": "Imports under this subheading may be subject to Federal Excise Tax (26 U.S.C. 5041). ", "type": "endnote"}, {"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}] Vegetable Plaiting Materials; Vegetable Products Not Elsewhere Specified or Included 14
12625 2204.22.40.00 4 Of an alcoholic strength by volume over 14 percent vol liters 22.4¢/liter Free (A+,AU,BH,CL,CO,D,E,IL,KR,MA,OM,P,PA,PE,S,SG) 9.9¢/liter (JO) 33¢/liter [{"columns": ["general", "special", "other"], "marker": "1", "value": "Imports under this subheading may be subject to Federal Excise Tax (26 U.S.C. 5041). ", "type": "endnote"}, {"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] Vegetable Plaiting Materials; Vegetable Products Not Elsewhere Specified or Included 14
12626 2204.22.80.00 4 Of an alcoholic strength by volume over 14 percent vol liters 22.4¢/liter Free (A+,AU,BH,CL,CO,D,E,IL,KR,MA,OM,P,PA,PE,S,SG) 9.9¢/liter (JO) 33¢/liter [{"columns": ["general", "special", "other"], "marker": "1", "value": "Imports under this subheading may be subject to Federal Excise Tax (26 U.S.C. 5041). ", "type": "endnote"}, {"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] Vegetable Plaiting Materials; Vegetable Products Not Elsewhere Specified or Included 14
12627 2204.29.61.00 3 Of an alcoholic strength by volume not over 14 percent vol. liters 14¢/liter Free (A+,AU,BH,CL,CO,D,E,IL,KR,MA,OM,P,PA,PE,S,SG) 6.2¢/liter (JO) 33¢/liter [{"columns": ["general", "special", "other"], "marker": "1", "value": "Imports under this subheading may be subject to Federal Excise Tax (26 U.S.C. 5041). ", "type": "endnote"}, {"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] Vegetable Plaiting Materials; Vegetable Products Not Elsewhere Specified or Included 14
12628 2204.29.81.00 3 Of an alcoholic strength by volume over 14 percent vol liters 22.4¢/liter Free (A+,AU,BH,CL,CO,D,E,IL,KR,MA,OM,P,PA,PE,S,SG) 9.9¢/liter (JO) 33¢/liter [{"columns": ["general", "special", "other"], "marker": "1", "value": "Imports under this subheading may be subject to Federal Excise Tax (26 U.S.C. 5041). ", "type": "endnote"}, {"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] Vegetable Plaiting Materials; Vegetable Products Not Elsewhere Specified or Included 14

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 136.379ms · Data license: Public Domain · Data source: US International Trade Commission