hts_entries
Data license: Public Domain · Data source: US International Trade Commission
4 rows where chapter_id = 33 and unit = "m²"
This data as json, CSV (advanced)
Suggested facets: indent, general_rate, special_rate, column2_rate, footnotes
unit 1
- m² · 4 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 23405 | 5408.33.90.40 | 6 | Printcloth (626) | m² | Essential Oils and Resinoids; Perfumery, Cosmetic or Toilet Preparations 33 | ||||
| 23406 | 5408.33.90.50 | 6 | Satin weave or twill weave (628) | m² | Essential Oils and Resinoids; Perfumery, Cosmetic or Toilet Preparations 33 | ||||
| 23407 | 5408.33.90.90 | 6 | Other (629) | m² | Essential Oils and Resinoids; Perfumery, Cosmetic or Toilet Preparations 33 | ||||
| 23409 | 5801.33.00.00 | 2 | Other weft pile fabrics (224) | m² | 9.8% | Free (AU,BH, CL,CO,IL,JO,KR, MA,OM, P,PA,PE,S,SG) | 79.5% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] | Essential Oils and Resinoids; Perfumery, Cosmetic or Toilet Preparations 33 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);