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

23 rows where chapter_id = 10 and unit = "thousands"

✎ View and edit SQL

This data as json, CSV (advanced)

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

unit 1

  • thousands · 23 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
5408 2402.10.30.30 3 Small cigars, cheroots and cigarillos (weighing not more than 1.36 kg/1000) thousands         Cereals 10
5409 2402.10.30.70 3 Other thousands         Cereals 10
5410 2402.10.60.00 2 Each valued 15¢ or over but less than 23¢ thousands 57¢/kg + 1.4% Free (A+,AU,BH,CL,CO,D,E, IL,KR,MA, OM,P,PA,PE,S, SG) $9.92/kg + 25% [{"columns": ["general", "special", "other"], "marker": "1", "value": "Imports under this provision may be subject to Federal Excise Tax (26 U.S.C. 5701).", "type": "endnote"}, {"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Cereals 10
5412 2402.10.80.30 3 Small cigars, cheroots and cigarillos (weighing not more than 1.36 kg/1000) thousands         Cereals 10
5413 2402.10.80.50 3 Other, each valued 23¢ or more but not more than 76¢ thousands         Cereals 10
5414 2402.10.80.80 3 Other thousands         Cereals 10
5415 2402.20.10.00 2 Containing clove thousands 41.7¢/kg + 0.9% Free (A,AU,BH,CL,CO,D,E,IL,KR,MA,OM,P,PA,PE,S,SG) $9.92/kg + 25% [{"columns": ["general", "special", "other"], "marker": "1", "value": "Imports under this provision may be subject to Federal Excise Tax (26 U.S.C. 5701).", "type": "endnote"}, {"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Cereals 10
6238 3923.30.00.10 2 Of a capacity not exceeding 50 ml thousands         Cereals 10
6605 4817.10.00.00 1 Envelopes thousands Free   35% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Cereals 10
7995 6902.10.10.00 2 Magnesite bricks thousands Free   13% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}] Cereals 10
7998 6902.20.10.10 3 Alumina thousands         Cereals 10
7999 6902.20.10.20 3 Other thousands         Cereals 10
8002 6902.90.10.10 3 Clay thousands         Cereals 10
8003 6902.90.10.20 3 Other thousands         Cereals 10
8008 6904.10.00.10 3 Heat insulating thousands         Cereals 10
8009 6904.10.00.20 3 Other thousands         Cereals 10
8010 6904.10.00.30 3 Heat insulating thousands         Cereals 10
8011 6904.10.00.40 3 Other thousands         Cereals 10
8515 7319.90.10.00 2 Sewing, darning or embroidery needles thousands Free   Free [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}, {"columns": ["general"], "marker": "1", "value": "See U.S. note 16 to subchapter III, chapter 99. ", "type": "endnote"}] Cereals 10
9034 8448.51.10.00 4 Latch needles thousands Free   $2/1,000 + 60% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] Cereals 10
9770 9209.92.40.00 3 Tuning pins thousands 10¢/1,000 pins + 3.5% Free (A*,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) $1/1,000 pins + 35% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] Cereals 10
9870 9602.00.10.40 2 Unfilled gelatin capsules thousands         Cereals 10
9872 9602.00.50.10 2 Unfilled vegetable capsules thousands         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 126.556ms · Data license: Public Domain · Data source: US International Trade Commission