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

9 rows where chapter_id = 60 and unit = "m<sup>2</sup>"

✎ View and edit SQL

This data as json, CSV (advanced)

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

unit 1

  • m<sup>2</sup> · 9 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
27057 3701.99.60.60 4 Other m<sup>2</sup>         Knitted or Crocheted Fabrics 60
27090 5703.90.00.00 1 Of other textile materials m<sup>2</sup> 3.8% Free (A,AU,B,BH,CL,CO,D,E,IL,JO,KR,MA,NP,OM,P,PA,PE,S,SG) 60% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}] Knitted or Crocheted Fabrics 60
27144 7019.61.90.60 6 Other (622) m<sup>2</sup>         Knitted or Crocheted Fabrics 60
27146 7019.62.90.60 6 Other (622) m<sup>2</sup>         Knitted or Crocheted Fabrics 60
27148 7019.63.90.60 6 Other m<sup>2</sup>         Knitted or Crocheted Fabrics 60
27150 7019.64.90.60 6 Other (622) m<sup>2</sup>         Knitted or Crocheted Fabrics 60
27152 7019.66.90.60 6 Other (622) m<sup>2</sup>         Knitted or Crocheted Fabrics 60
27154 7019.69.90.60 5 Other (622) m<sup>2</sup>         Knitted or Crocheted Fabrics 60
27156 7019.72.90.60 6 Other (622) m<sup>2</sup>         Knitted or Crocheted Fabrics 60

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