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

11 rows where chapter_id = 37 and unit = "kg"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: general_rate, special_rate, column2_rate, footnotes

unit 1

  • kg · 11 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
24227 0302.89.50.37 4 Smelts kg         Photographic or Cinematographic Goods 37
24228 0303.89.00.37 4 Whitefish kg         Photographic or Cinematographic Goods 37
24229 0701.90.50.37 4 White varieties kg         Photographic or Cinematographic Goods 37
24230 0702.00.40.37 3 Certified organic kg         Photographic or Cinematographic Goods 37
24231 0707.00.40.37 5 Persian kg         Photographic or Cinematographic Goods 37
24232 0709.60.40.37 6 Other kg         Photographic or Cinematographic Goods 37
24234 2912.49.60.00 5 Other kg 5.1% Free (A,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) 37% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Photographic or Cinematographic Goods 37
24235 2913.00.50.00 1 Other kg 5.5% Free (A,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) 37% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}] Photographic or Cinematographic Goods 37
24236 3004.90.92.37 6 Containing dexmedetomidine, etomidate, midazolam, propofol or their salts kg         Photographic or Cinematographic Goods 37
24238 6005.37.00.80 4 Other (222) kg         Photographic or Cinematographic Goods 37
24258 7208.37.00.60 3 Other kg         Photographic or Cinematographic Goods 37

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