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

7 rows where chapter_id = 40 and unit = "t"

✎ View and edit SQL

This data as json, CSV (advanced)

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

unit 1

  • t · 7 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
24628 2524.90.00.40 3 Milled fibers, group 3 grades (spinning fibers or equivalent) t         Rubber and Articles Thereof 40
24634 2610.00.00.40 1 Having a chromium content equivalent to more than 40 percent but less than 46 percent chromic oxide (Cr<sub>2</sub>O<sub>3</sub>) t         Rubber and Articles Thereof 40
24662 3102.40.00.00 1 Mixtures of ammonium nitrate with calcium carbonate or other inorganic nonfertilizing substances t Free   Free [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Rubber and Articles Thereof 40
24664 3105.40.00.50 2 Other t         Rubber and Articles Thereof 40
24964 7204.41.00.40 3 No. 2 bundles t         Rubber and Articles Thereof 40
24965 7204.49.00.40 3 No. 2 heavy melting t         Rubber and Articles Thereof 40
25040 8401.40.00.00 1 Parts of nuclear reactors t 3.3% Free (A,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) 45% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.01.", "type": "endnote"}] Rubber and Articles Thereof 40

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