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 = 10 and unit = "hundreds"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: indent, special_rate, column2_rate, footnotes

unit 1

  • hundreds · 6 ✖
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

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