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

13 rows where chapter_id = 1 and unit = "t"

✎ View and edit SQL

This data as json, CSV (advanced)

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

unit 1

  • t · 13 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
539 2302.40.01.05 2 Of rice t         Live Animals 1
540 2302.40.01.10 2 Of other single cereal grains, chopped, crushed or ground t         Live Animals 1
541 2302.40.01.20 3 Pelletized screenings (clearings) t         Live Animals 1
542 2302.40.01.90 3 Other t         Live Animals 1
562 2508.40.01.10 2 Common blue clay and other ball clays t         Live Animals 1
563 2508.40.01.20 2 Decolorizing earths and fuller's earth t         Live Animals 1
564 2508.40.01.50 2 Other t         Live Animals 1
627 3102.90.01.00 1 Other, including mixtures not specified in the foregoing subheadings t Free   Free [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Live Animals 1
628 3103.90.01.00 1 Other t Free   Free [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Live Animals 1
629 3104.90.01.00 1 Other t Free   Free [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Live Animals 1
675 4402.90.01.00 1 Other t Free   Free [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}] Live Animals 1
782 4801.00.01.20 1 Standard newsprint paper t         Live Animals 1
783 4801.00.01.40 1 Other t         Live Animals 1

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