hts_entries
Data license: Public Domain · Data source: US International Trade Commission
6 rows where chapter_id = 13 and unit = "m<sup>2</sup>"
This data as json, CSV (advanced)
unit 1
- m<sup>2</sup> · 6 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 12336 | 3921.13.15.00 | 5 | Other (229) | m<sup>2</sup> | 6.5% | Free (AU,B,BH,CL,CO,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) | 84.5% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.02. ", "type": "endnote"}] | Lac; Gums, Resins and Other Vegetable Saps and Extracts 13 |
| 12338 | 3921.13.19.50 | 5 | Other | m<sup>2</sup> | Lac; Gums, Resins and Other Vegetable Saps and Extracts 13 | ||||
| 12440 | 7019.66.40.21 | 6 | Weighing more than 215 grams per square meter, with a filament diameter of 7 to <il>13 microns</il> (622) | m<sup>2</sup> | Lac; Gums, Resins and Other Vegetable Saps and Extracts 13 | ||||
| 12441 | 7019.66.90.21 | 6 | Weighing more than 215 grams per square meter, with a filament diameter of 7 to <il>13 microns</il> (622) | m<sup>2</sup> | Lac; Gums, Resins and Other Vegetable Saps and Extracts 13 | ||||
| 12442 | 7019.69.40.21 | 5 | Weighing more than 215 grams per square meter, with a filament diameter of 7 to <il>13 microns</il> (622) | m<sup>2</sup> | Lac; Gums, Resins and Other Vegetable Saps and Extracts 13 | ||||
| 12443 | 7019.69.90.21 | 5 | Weighing more than 215 grams per square meter, with a filament diameter of 7 to <il>13 microns</il> (622) | m<sup>2</sup> | Lac; Gums, Resins and Other Vegetable Saps and Extracts 13 |
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);