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

9 rows where chapter_id = 17 and unit = "doz."

✎ View and edit SQL

This data as json, CSV (advanced)

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

unit 1

  • doz. · 9 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
14517 6111.90.20.00 3 Blouses and shirts, except those imported as parts of sets (239) doz. 17.3% Free (AU,BH, CL,CO,IL,JO,KR, MA,OM,P, PA,PE,S,SG) 90% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] Sugars and Sugar Confectionery 17
14522 6210.40.29.17 6 Trousers, breeches and shorts (747) doz.         Sugars and Sugar Confectionery 17
14523 6210.40.80.17 6 Trousers, breeches and shorts (747) doz.         Sugars and Sugar Confectionery 17
14524 6211.20.24.00 6 Of wool or fine animal hair (434) doz. 17.5% Free (AU,BH, CL,CO,E*,IL,JO,KR, MA,OM,P, PA,PE,S,SG) 90% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] Sugars and Sugar Confectionery 17
14525 6211.20.34.00 6 Of wool or fine animal hair (447) doz. 17.5% Free (AU,BH, CL,CO,E*,IL,JO, KR,MA,OM, P,PA,PE,S,SG) 90% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] Sugars and Sugar Confectionery 17
14526 6211.20.54.00 6 Of wool or fine animal hair (435) doz. 17.5% Free (AU,BH, CL,CO,E*,IL,JO, KR,MA,OM, P,PA,PE,S,SG) 90% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] Sugars and Sugar Confectionery 17
14527 6211.20.64.00 6 Of wool or fine animal hair (448) doz. 17.5% Free (AU,BH, CL,CO,E*,IL,JO, KR,MA,OM, P,PA,PE,S,SG) 90% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] Sugars and Sugar Confectionery 17
14528 6211.33.50.17 7 Other (659) doz.         Sugars and Sugar Confectionery 17
14529 6211.33.90.17 7 Other (659) doz.         Sugars and Sugar Confectionery 17

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