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 = 5 and unit = "gross"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: indent

unit 1

  • gross · 6 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
3086 3924.90.05.00 2 Nursing nipples and finger cots gross 3.1% Free (A,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) 25% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] Products of Animal Origin, Not Elsewhere Specified or Included 5
3339 7010.90.05.10 3 Of a capacity exceeding 1 liter gross         Products of Animal Origin, Not Elsewhere Specified or Included 5
3340 7010.90.05.20 3 Of a capacity exceeding 0.33 liter but not exceeding 1 liter gross         Products of Animal Origin, Not Elsewhere Specified or Included 5
3341 7010.90.05.30 3 Of a capacity exceeding 0.15 liter but not exceeding 0.33 liter gross         Products of Animal Origin, Not Elsewhere Specified or Included 5
3342 7010.90.05.40 3 Of a capacity not exceeding 0.15 liter gross         Products of Animal Origin, Not Elsewhere Specified or Included 5
3343 7010.90.50.05 4 Having a mouth with an outer diameter of <il>38 mm</il> or more gross         Products of Animal Origin, Not Elsewhere Specified or Included 5

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