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

8 rows where chapter_id = 91 and unit = "kg"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: indent, general_rate, column2_rate

unit 1

  • kg · 8 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
28460 0301.91.00.00 2 Trout (<i>Salmo trutta, Oncorhynchus mykiss, Oncorhynchus clarki, Oncorhynchus aguabonita, Oncorhynchus gilae, Oncorhynchus apache </i>and<i> Oncorhynchus chrysogaster</i>) kg Free   Free [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}] Clocks and Watches and Parts Thereof 91
28464 0304.99.91.92 4 Other kg         Clocks and Watches and Parts Thereof 91
28465 0306.91.00.00 2 Rock lobster and other sea crawfish (<i>Palinurus spp., Panulirus spp., Jasus spp.</i>) kg Free   Free [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Clocks and Watches and Parts Thereof 91
28473 2008.99.91.95 5 Other kg         Clocks and Watches and Parts Thereof 91
28490 4418.91.91.95 5 Other kg         Clocks and Watches and Parts Thereof 91
28491 4418.99.91.95 5 Other kg         Clocks and Watches and Parts Thereof 91
28498 5202.91.00.00 2 Garnetted stock kg 4.3% Free (A+,AU,BH,CL,CO,E,IL, JO,KR,MA, OM,P,PA,PE,S,SG) 5% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Clocks and Watches and Parts Thereof 91
28538 8549.91.00.00 2 Containing primary cells, primary batteries, electric accumulators, mercury-switches, glass from cathode-ray tubes or other activated glass, or electrical or electronic components containing cadmium, mercury, lead or polychlorinated biphenyls (PCBs) kg Free   Free [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}] Clocks and Watches and Parts Thereof 91

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