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

5 rows where chapter_id = 7 and unit = "No."

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: general_rate, column2_rate, footnotes

unit 1

  • No. · 5 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
4042 4202.92.08.07 6 Of man-made fibers (670) No.         Edible Vegetables and Certain Roots and Tubers 7
4044 4602.11.07.00 4 Wickerwork No. Free   50% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Edible Vegetables and Certain Roots and Tubers 7
4085 8504.40.60.07 4 With a power output exceeding <il>50 W</il> but not exceeding <il>150 W</il> No.         Edible Vegetables and Certain Roots and Tubers 7
4086 8504.40.70.07 4 With a power output exceeding <il>50 W</il> but not exceeding <il>150 W</il> No.         Edible Vegetables and Certain Roots and Tubers 7
4087 9401.71.00.07 3 Swings for children No.         Edible Vegetables and Certain Roots and Tubers 7

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