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 = 6 and unit = "m<sup>3</sup>"

✎ View and edit SQL

This data as json, CSV (advanced)

unit 1

  • m<sup>3</sup> · 9 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
3783 4407.22.00.06 3 Balsa (<u>Ochroma</u> <u>lagopus</u>) m<sup>3</sup>         Live Trees and Other Plants; Bulbs, Roots and the Like; Cut Flowers and Ornamental Foliage 6
3788 4412.31.06.20 5 Panels not exceeding in any dimension 3.6 mm in thickness, 1.2 m in width and 2.2 m in length m<sup>3</sup>         Live Trees and Other Plants; Bulbs, Roots and the Like; Cut Flowers and Ornamental Foliage 6
3789 4412.31.06.40 6 Not surface covered m<sup>3</sup>         Live Trees and Other Plants; Bulbs, Roots and the Like; Cut Flowers and Ornamental Foliage 6
3790 4412.31.06.60 6 Other m<sup>3</sup>         Live Trees and Other Plants; Bulbs, Roots and the Like; Cut Flowers and Ornamental Foliage 6
3792 4412.33.06.20 5 Panels not exceeding in any dimension 3.6 mm in thickness, 1.2 m in width and 2.2 m in length m<sup>3</sup>         Live Trees and Other Plants; Bulbs, Roots and the Like; Cut Flowers and Ornamental Foliage 6
3793 4412.33.06.40 6 Not surface covered m<sup>3</sup>         Live Trees and Other Plants; Bulbs, Roots and the Like; Cut Flowers and Ornamental Foliage 6
3794 4412.33.06.65 7 Wood flooring m<sup>3</sup>         Live Trees and Other Plants; Bulbs, Roots and the Like; Cut Flowers and Ornamental Foliage 6
3795 4412.33.06.70 7 Other m<sup>3</sup>         Live Trees and Other Plants; Bulbs, Roots and the Like; Cut Flowers and Ornamental Foliage 6
3796 4412.91.06.00 3 Containing at least one layer of particle board m<sup>3</sup> Free   40% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}] Live Trees and Other Plants; Bulbs, Roots and the Like; Cut Flowers and Ornamental Foliage 6

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