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

14 rows where chapter_id = 9 and unit = "doz."

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: indent

unit 1

  • doz. · 14 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
4465 6109.90.10.09 5 Boys' (638) doz.         Coffee, Tea, Mate and Spices 9
4467 6203.43.09.10 8 Men's (447) doz.         Coffee, Tea, Mate and Spices 9
4468 6203.43.09.20 8 Boys' (447) doz.         Coffee, Tea, Mate and Spices 9
4469 6203.43.09.30 7 Shorts (447) doz.         Coffee, Tea, Mate and Spices 9
4470 6203.43.90.09 11 Designed for use in hospitals, clinics, laboratories or contaminated areas (647) doz.         Coffee, Tea, Mate and Spices 9
4472 6203.49.09.10 6 Bib and brace overalls (859) doz.         Coffee, Tea, Mate and Spices 9
4473 6203.49.09.20 7 Subject to cotton restraints (347) doz.         Coffee, Tea, Mate and Spices 9
4474 6203.49.09.25 7 Subject to wool restraints (447) doz.         Coffee, Tea, Mate and Spices 9
4475 6203.49.09.30 7 Subject to man-made fiber restraints (647) doz.         Coffee, Tea, Mate and Spices 9
4476 6203.49.09.45 7 Other (847) doz.         Coffee, Tea, Mate and Spices 9
4477 6203.49.09.60 6 Shorts (847) doz.         Coffee, Tea, Mate and Spices 9
4479 6204.63.09.10 8 Ski/snowboard pants (648) doz.         Coffee, Tea, Mate and Spices 9
4480 6204.63.09.90 8 Other (648) doz.         Coffee, Tea, Mate and Spices 9
4481 6204.63.90.09 10 Designed for use in hospitals, clinics, laboratories or contaminated areas (648) doz.         Coffee, Tea, Mate and Spices 9

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