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

4 rows where chapter_id = 48 and unit = "No."

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: general_rate, special_rate, column2_rate

unit 1

  • No. · 4 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
26028 3926.90.48.00 2 Photo albums No. 3.4% Free (A,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) 80%   Paper and Paperboard; Articles of Paper Pulp, of Paper or of Paperboard 48
26029 4901.99.00.92 6 Containing 5 or more pages each, but not more than 48 pages each (excluding covers) No.         Paper and Paperboard; Articles of Paper Pulp, of Paper or of Paperboard 48
26038 8708.99.48.50 5 Other No.         Paper and Paperboard; Articles of Paper Pulp, of Paper or of Paperboard 48
26041 9817.00.48.00 1 Patterns and wall charts; globes; mock-ups or visualizations of abstract concepts such as molecular structures or mathematical formulae; materials for programmed instruction; and kits containing printed materials and audio materials or any combination of two or more of the foregoing No. Free   Free   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 141.677ms · Data license: Public Domain · Data source: US International Trade Commission