hts_entries
Data license: Public Domain · Data source: US International Trade Commission
5 rows where chapter_id = 80 and unit = "doz."
This data as json, CSV (advanced)
Suggested facets: indent, general_rate
unit 1
- doz. · 5 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 27733 | 6110.90.90.80 | 6 | Other (638) | doz. | Tin and Articles Thereof 80 | ||||
| 27735 | 6117.90.90.80 | 4 | Of cotton (359) | doz. | Tin and Articles Thereof 80 | ||||
| 27736 | 6217.90.90.80 | 4 | Of wool or fine animal hair (459) | doz. | Tin and Articles Thereof 80 | ||||
| 27739 | 6505.00.80.90 | 8 | Other (659) | doz. | Tin and Articles Thereof 80 | ||||
| 27826 | 9613.80.80.00 | 5 | Valued over $5 per dozen pieces | doz. | 9% | Free (A,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) | 110% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] | Tin and Articles Thereof 80 |
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);