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

10 rows where unit = "hundreds"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: general_rate, column2_rate, footnotes

unit 1

  • hundreds · 10 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
6518 4421.10.00.00 1 Clothes hangers hundreds 3.2% Free (A+,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) 33 1/3%   Cereals 10
8122 7011.10.10.00 2 Bulbs for incandescent lamps hundreds Free   20% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Cereals 10
8123 7011.10.50.00 2 Other hundreds 4.6% Free (A,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) 55% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Cereals 10
8124 7011.20.10.00 2 Cones hundreds 5.2% Free (A,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) 55% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Cereals 10
8125 7011.20.85.10 5 With greatest diagonal measurement not exceeding <il>50 cm</il> hundreds         Cereals 10
9331 8511.10.00.00 1 Spark plugs hundreds 2.5% Free (A*,AU,B,BH,C,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) 35% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}] Cereals 10
17788 7011.20.45.00 3 Monochrome glass envelopes, the foregoing certified by the importer as being for actual use in automatic data processing machine data or graphic display cathode ray tubes hundreds Free   55% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}] Preparations of Vegetables, Fruit, Nuts or Other Parts of Plants 20
17790 7011.20.85.25 5 Other hundreds         Preparations of Vegetables, Fruit, Nuts or Other Parts of Plants 20
17791 7011.20.85.40 4 Other hundreds         Preparations of Vegetables, Fruit, Nuts or Other Parts of Plants 20
26863 7011.90.00.00 1 Other hundreds 6.6% Free (A,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) 55% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Man-Made Staple Fibers 55

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