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

12 rows where chapter_id = 50 and unit = "m<sup>2</sup>"

✎ View and edit SQL

This data as json, CSV (advanced)

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

unit 1

  • m<sup>2</sup> · 12 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
26366 3919.90.50.60 3 Other m<sup>2</sup>       [{"columns": ["desc"], "marker": "1", "value": "See 9903.88.69. ", "type": "endnote"}] Silk 50
26370 3921.90.50.50 4 Other m<sup>2</sup>         Silk 50
26382 4107.91.60.50 5 Sole leather m<sup>2</sup>         Silk 50
26383 4107.91.70.50 6 Bag, case, strap and collar m<sup>2</sup>         Silk 50
26384 4107.92.60.50 5 Sole leather m<sup>2</sup>         Silk 50
26385 4107.92.70.50 6 Bag, case, strap and collar m<sup>2</sup>         Silk 50
26386 4107.99.60.50 5 Sole leather m<sup>2</sup>         Silk 50
26387 4107.99.70.50 6 Bag, case, strap and collar m<sup>2</sup>         Silk 50
26411 5111.90.50.00 3 Tapestry fabrics and upholstery fabrics of a weight not exceeding <il>140 g/m<sup>2</sup></il> (414) m<sup>2</sup> 7% Free (AU,BH,CL,CO,IL,JO,KR,MA,OM,P,PA,PE,S,SG) 68.5% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Silk 50
26412 5112.90.50.00 3 Tapestry fabrics and upholstery fabrics of a weight not exceeding 140 g/m<sup>2</sup> (414) m<sup>2</sup> 7% Free (AU,BH,CL,CO,IL,JO,KR,MA,OM,P,PA,PE,S,SG) 68.5% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Silk 50
26432 5907.00.60.00 2 Of man-made fibers (229) m<sup>2</sup> Free   50% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}, {"columns": [], "marker": "1", "value": "See subheading 9907.59.01.", "type": "endnote"}] Silk 50
26479 7004.90.50.00 2 Other m<sup>2</sup> 5% Free (A,AU,B,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) 60% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Silk 50

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