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 = 26 and unit = "No."

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: indent, general_rate, special_rate, footnotes

unit 1

  • No. · 8 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
20769 7323.94.00.26 7 Other No.         Ores, Slag and Ash 26
20770 8215.99.26.00 6 Other No. 0.2¢ each + 3.1% Free (AU,BH, CL,CO,D,E,IL, JO,KR,MA, OM,P,PA,PE,S,SG) 8¢ each + 45% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] Ores, Slag and Ash 26
20772 8462.26.00.50 3 Other No.         Ores, Slag and Ash 26
20773 8465.92.00.26 6 Valued under $3,000 each No.         Ores, Slag and Ash 26
20774 8531.80.90.26 4 Other No.         Ores, Slag and Ash 26
20775 9401.80.40.26 7 Household No.         Ores, Slag and Ash 26
20776 9508.26.00.00 2 Water park amusements No. Free   35% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] Ores, Slag and Ash 26
20777 9614.00.26.00 2 Pipes and bowls wholly of clay and pipes with bowls wholly of clay No. 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.15. ", "type": "endnote"}] Ores, Slag and Ash 26

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