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 = 19 and unit = "g"

✎ View and edit SQL

This data as json, CSV (advanced)

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

unit 1

  • g · 8 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
15003 2937.19.00.00 2 Other g Free   25%   Preparations of Cereals, Flour, Starch or Milk; Pastrycooks' Products 19
15465 7113.19.21.00 5 Rope g 5% Free (A*,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) 80% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] Preparations of Cereals, Flour, Starch or Milk; Pastrycooks' Products 19
15466 7113.19.25.00 5 Mixed link g 5.8% Free (A*,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) 80% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] Preparations of Cereals, Flour, Starch or Milk; Pastrycooks' Products 19
15467 7113.19.29.00 5 Other g 5.5% Free (A*,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) 80% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] Preparations of Cereals, Flour, Starch or Milk; Pastrycooks' Products 19
15468 7113.19.30.00 4 Clasps and parts thereof g 5.8% Free (A*,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) 80% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] Preparations of Cereals, Flour, Starch or Milk; Pastrycooks' Products 19
15475 7113.19.50.95 6 Other g         Preparations of Cereals, Flour, Starch or Milk; Pastrycooks' Products 19
15476 7114.19.00.00 2 Of other precious metal whether or not plated or clad with precious metal g 7.9% Free (A,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) 65% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}] Preparations of Cereals, Flour, Starch or Milk; Pastrycooks' Products 19
15480 7118.90.00.19 3 Other g         Preparations of Cereals, Flour, Starch or Milk; Pastrycooks' Products 19

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