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

14 rows where chapter_id = 10 and unit = "m<sup style="font-size: 9.75px;">3</sup>"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: indent

unit 1

  • m<sup style="font-size: 9.75px;">3</sup> · 14 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
4926 0806.10.20.15 4 Red varieties m<sup style="font-size: 9.75px;">3</sup>         Cereals 10
4927 0806.10.20.25 4 White varieties m<sup style="font-size: 9.75px;">3</sup>         Cereals 10
4928 0806.10.20.35 4 Black varieties m<sup style="font-size: 9.75px;">3</sup>         Cereals 10
4929 0806.10.20.45 4 Other m<sup style="font-size: 9.75px;">3</sup>         Cereals 10
4931 0806.10.40.15 4 Red varieties m<sup style="font-size: 9.75px;">3</sup>         Cereals 10
4932 0806.10.40.25 4 White varieties m<sup style="font-size: 9.75px;">3</sup>         Cereals 10
4933 0806.10.40.35 4 Black varieties m<sup style="font-size: 9.75px;">3</sup>         Cereals 10
4934 0806.10.40.45 4 Other m<sup style="font-size: 9.75px;">3</sup>         Cereals 10
4936 0806.10.60.15 4 Red varieties m<sup style="font-size: 9.75px;">3</sup>         Cereals 10
4937 0806.10.60.25 4 White varieties m<sup style="font-size: 9.75px;">3</sup>         Cereals 10
4938 0806.10.60.35 4 Black varieties m<sup style="font-size: 9.75px;">3</sup>         Cereals 10
4939 0806.10.60.45 4 Other m<sup style="font-size: 9.75px;">3</sup>         Cereals 10
5534 2711.12.00.10 3 Propane with a minimum purity of 90 liquid volume percent m<sup style="font-size: 9.75px;">3</sup>         Cereals 10
5535 2711.13.00.10 3 Butanes with a purity of 90 liquid volume percent or more, but less than 95 liquid volume percent m<sup style="font-size: 9.75px;">3</sup>         Cereals 10

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