hts_entries
Data license: Public Domain · Data source: US International Trade Commission
10 rows where chapter_id = 26 and unit = "doz."
This data as json, CSV (advanced)
unit 1
- doz. · 10 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 20750 | 6103.49.80.26 | 6 | Shorts (847) | doz. | Ores, Slag and Ash 26 | ||||
| 20751 | 6104.69.80.26 | 5 | Subject to man-made fiber restraints (648) | doz. | Ores, Slag and Ash 26 | ||||
| 20752 | 6110.90.90.26 | 4 | Subject to cotton restraints (345) | doz. | Ores, Slag and Ash 26 | ||||
| 20753 | 6111.90.40.00 | 3 | Sweaters, pullovers, sweatshirts, waistcoats (vests) and similar except those imported as parts of sets (239) | doz. | 26% | Free (AU,BH, CL,CO,IL,JO,KR, MA,OM,P, PA,PE,S,SG) | 90% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] | Ores, Slag and Ash 26 |
| 20754 | 6202.30.50.26 | 8 | Women's (335) | doz. | Ores, Slag and Ash 26 | ||||
| 20755 | 6202.30.80.26 | 8 | Women's (335) | doz. | Ores, Slag and Ash 26 | ||||
| 20756 | 6203.29.30.26 | 5 | Containing 70 percent or more by weight of silk or silk waste (733) | doz. | Ores, Slag and Ash 26 | ||||
| 20757 | 6203.42.45.26 | 9 | Other (347) | doz. | Ores, Slag and Ash 26 | ||||
| 20758 | 6204.29.40.26 | 5 | Subject to man-made fiber restraints (642) | doz. | Ores, Slag and Ash 26 | ||||
| 20759 | 6204.62.80.26 | 10 | Imported as parts of playsuits (237) | doz. | Ores, Slag and Ash 26 |
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);