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

6 rows where chapter_id = 48 and unit = "kg"

✎ View and edit SQL

This data as json, CSV (advanced)

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

unit 1

  • kg · 6 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
26023 0304.48.00.00 2 Rays and skates (<i>Rajidae)</i> kg Free   5.5¢/kg [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Paper and Paperboard; Articles of Paper Pulp, of Paper or of Paperboard 48
26024 2309.90.48.90 6 Other kg         Paper and Paperboard; Articles of Paper Pulp, of Paper or of Paperboard 48
26025 3004.90.92.48 6 Containing succinylcholine or its salts kg         Paper and Paperboard; Articles of Paper Pulp, of Paper or of Paperboard 48
26030 5205.48.00.90 3 Other (301) kg         Paper and Paperboard; Articles of Paper Pulp, of Paper or of Paperboard 48
26032 5402.48.00.70 3 Other kg         Paper and Paperboard; Articles of Paper Pulp, of Paper or of Paperboard 48
26039 8716.90.50.48 6 Other wheels kg         Paper and Paperboard; Articles of Paper Pulp, of Paper or of Paperboard 48

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