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 = 24 and unit = "m²"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: indent, general_rate, column2_rate, footnotes

unit 1

  • m² · 11 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
19859 5208.43.00.00 2 3-thread or 4-thread twill, including cross twill (218) m² Free   24.7% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Tobacco and Manufactured Tobacco Substitutes 24
19863 5212.24.60.30 6 Of a width exceeding 127 cm (220) m²         Tobacco and Manufactured Tobacco Substitutes 24
19864 5212.24.60.40 6 Other (220) m²         Tobacco and Manufactured Tobacco Substitutes 24
19865 5212.24.60.90 5 Other (218) m²         Tobacco and Manufactured Tobacco Substitutes 24
19866 5407.69.30.00 4 The thread count of which per cm (treating multiple (folded) or cabled yarns as single threads) is over 69 but not over 142 in the warp and over 31 but not over 71 in the filling (620) m² Free   24.3¢/kg + 81% [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Tobacco and Manufactured Tobacco Substitutes 24
19868 5408.24.90.40 5 Discharge printed (618) m²         Tobacco and Manufactured Tobacco Substitutes 24
19869 5408.24.90.50 5 Other (618) m²         Tobacco and Manufactured Tobacco Substitutes 24
19870 5516.24.00.30 3 Printcloth (626) m²         Tobacco and Manufactured Tobacco Substitutes 24
19871 5516.24.00.40 3 Satin weave or twill weave (628) m²         Tobacco and Manufactured Tobacco Substitutes 24
19872 5516.24.00.85 4 Discharge printed (629) m²         Tobacco and Manufactured Tobacco Substitutes 24
19873 5516.24.00.95 4 Other (629) m²         Tobacco and Manufactured Tobacco Substitutes 24

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