hts_entries
Data license: Public Domain · Data source: US International Trade Commission
6 rows where chapter_id = 55 and unit = "doz."
This data as json, CSV (advanced)
Suggested facets: indent, general_rate, special_rate, column2_rate, footnotes
unit 1
- doz. · 6 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 26857 | 6113.00.90.55 | 4 | Men's or boys' (359) | doz. | Man-Made Staple Fibers 55 | ||||
| 26858 | 6114.90.90.55 | 4 | Subject to man-made fiber restraints (659) | doz. | Man-Made Staple Fibers 55 | ||||
| 26859 | 6117.90.90.55 | 4 | Other (835) | doz. | Man-Made Staple Fibers 55 | ||||
| 26860 | 6204.63.55.00 | 6 | Water resistant (659) | doz. | 7.1% | Free (AU,BH,CL,CO,IL,JO,KR,MA,OM,P,PA,PE,S,SG) | 65% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] | Man-Made Staple Fibers 55 |
| 26861 | 6217.90.90.55 | 4 | Of wool or fine animal hair (448) | doz. | Man-Made Staple Fibers 55 | ||||
| 26886 | 9507.90.70.00 | 3 | Artificial baits and flies | doz. | 9% | Free (A+,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) 4.5% (JP) | 55% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] | Man-Made Staple Fibers 55 |
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);