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 = 31 and unit = "doz."

✎ View and edit SQL

This data as json, CSV (advanced)

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

unit 1

  • doz. · 7 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
23039 6202.90.49.31 5 Subject to man-made fiber restraints (635) doz.         Fertilizers 31
23040 6202.90.69.31 5 Subject to man-made fiber restraints (635) doz.         Fertilizers 31
23042 6203.42.45.31 9 Imported as parts of playsuits (237) doz.         Fertilizers 31
23044 6204.62.80.31 10 Other (348) doz.         Fertilizers 31
23045 6210.40.55.31 6 Ski/snowboard pants (647) doz.         Fertilizers 31
23046 6210.50.55.31 6 Ski/snowboard pants (648) doz.         Fertilizers 31
23160 9619.00.31.00 3 Of knitted or crocheted textile fabric (239) doz. 8.1% Free (AU,BH, CL,CO,IL,JO,KR, MA,OM, P,PA,PE,S,SG) 90%   Fertilizers 31

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