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

5 rows where chapter_id = 30 and unit = "m<sup>3</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>3</sup> · 5 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
21829 4411.93.60.00 5 Not surface covered (except for oil treatment) m<sup>3</sup> Free   30% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Pharmaceutical Products 30
21830 4411.94.00.30 5 Impregnated with bitumen m<sup>3</sup>         Pharmaceutical Products 30
21831 4412.39.30.00 4 With a face ply of European red pine (<u>Pinus</u> <u>silvestris</u>) m<sup>3</sup> 3.4% Free (A*,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) 40% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}] Pharmaceutical Products 30
21832 4412.39.50.30 4 With at least one outer ply of long leaf pine (<u>Pinus</u> <u>palustris</u>), short leaf pine (<u>Pinus</u> <u>echinata</u>), southern yellow pine (loblolly pine) (<u>Pinus</u> <u>taeda</u>), slash pine (<u>Pinus</u> <u>elliotti</u>), pitch pine (<u>Pinus</u> <u>rigida</u>) or Virginia pine (<u>Pinus</u> <u>virginiana</u>) m<sup>3</sup>         Pharmaceutical Products 30
21833 4412.91.31.30 7 With a face ply of sen (<u>Kalopanax</u> spp.) m<sup>3</sup>         Pharmaceutical Products 30

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