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 = 11 and unit = "cy kg"

✎ View and edit SQL

This data as json, CSV (advanced)

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

unit 1

  • cy kg · 6 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
10740 5101.11.20.00 5 Unimproved wool; other wool, not finer than 40s cy kg Free   55.1¢/clean kg [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Products of the Milling Industry; Malt; Starches; Inulin; Wheat Gluten 11
10741 5101.11.40.00 5 Other wool, finer than 40s but not finer than 44s cy kg Free   66.1¢/clean kg [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Products of the Milling Industry; Malt; Starches; Inulin; Wheat Gluten 11
10742 5101.11.50.00 5 Other wool, finer than 44s cy kg Free   77.2¢/clean kg [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Products of the Milling Industry; Malt; Starches; Inulin; Wheat Gluten 11
10744 5101.11.60.30 4 Not finer than 58s cy kg         Products of the Milling Industry; Malt; Starches; Inulin; Wheat Gluten 11
10745 5101.11.60.60 4 Finer than 58s cy kg         Products of the Milling Industry; Malt; Starches; Inulin; Wheat Gluten 11
10747 5102.11.90.00 3 Other cy kg 4.9¢/kg + 4% Free (AU,BH,CL,CO,IL,JO,KR,MA,OM,P,PA,PE,S,SG) 81.6¢/kg + 20% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}] Products of the Milling Industry; Malt; Starches; Inulin; Wheat Gluten 11

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