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

12 rows where chapter_id = 45 and unit = "doz."

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: indent, description

unit 1

  • doz. · 12 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
25770 6114.90.90.45 4 Subject to cotton restraints (359) doz.         Cork and Articles of Cork 45
25771 6117.90.90.45 4 Of wool or fine animal hair (435) doz.         Cork and Articles of Cork 45
25772 6203.49.50.45 9 Men's (647) doz.         Cork and Articles of Cork 45
25773 6203.49.90.45 6 Other (847) doz.         Cork and Articles of Cork 45
25776 6217.90.90.45 4 Other (835) doz.         Cork and Articles of Cork 45
25785 6504.00.90.45 3 Other doz.         Cork and Articles of Cork 45
25786 6505.00.50.45 7 Visors, and other headgear which provides no covering for the crown of the head (659) doz.         Cork and Articles of Cork 45
25787 6505.00.60.45 8 Visors, and other headgear which provides no covering for the crown of the head (659) doz.         Cork and Articles of Cork 45
25788 6505.00.70.45 7 Visors, and other headgear which provides no covering for the crown of the head (659) doz.         Cork and Articles of Cork 45
25789 6505.00.80.45 7 For babies (239) doz.         Cork and Articles of Cork 45
25790 6505.00.90.45 5 Of fine animal hair (459) doz.         Cork and Articles of Cork 45
25791 6506.91.00.45 3 Visors, or other headgear which provides no covering for the crown of the head doz.         Cork and Articles of Cork 45

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