hts_entries
Data license: Public Domain · Data source: US International Trade Commission
13 rows where chapter_id = 17 and unit = "No."
This data as json, CSV (advanced)
unit 1
- No. · 13 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 14426 | 0105.94.00.00 | 2 | Chickens | No. | 2¢/kg | Free (A+,AU,BH,CL,CO,D,E,IL,JO,KR,MA, OM,P,PA,PE,S,SG) | 17.6¢/kg | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] | Sugars and Sugar Confectionery 17 |
| 14427 | 0105.99.00.00 | 2 | Other | No. | 2¢/kg | Free (A+,AU,BH,CL,CO,D,E,IL,JO,KR,MA, OM,P,PA,PE,S,SG) | 17.6¢/kg | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] | Sugars and Sugar Confectionery 17 |
| 14505 | 4202.19.00.00 | 2 | Other | No. | 20% | Free (AU,BH,CL,CO,D,IL,JO,KR,MA, OM,P,PA,PE,R,S,SG) 17.5% (E) | 45% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] | Sugars and Sugar Confectionery 17 |
| 14506 | 4202.29.90.00 | 3 | Other | No. | 20% | Free (AU,BH,CL,CO,D,IL,JO,KR,MA,NP,OM,P,PA,PE,R,S,SG) 17.5% (E) | 45% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] | Sugars and Sugar Confectionery 17 |
| 14507 | 4202.92.45.00 | 4 | Other | No. | 20% | Free (A,AU,BH,CL,CO,D,IL, JO,KR,MA,NP,OM,P,PA,PE,R,S, SG) 17.5% (E) | 45% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] | Sugars and Sugar Confectionery 17 |
| 14508 | 4202.99.90.00 | 3 | Other | No. | 20% | Free (A,AU,BH,CL,CO,D,IL, JO,KR,MA,NP,OM,P,PA,PE,R,S,SG) 17.5% (E) | 45% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}] | Sugars and Sugar Confectionery 17 |
| 14509 | 4602.19.17.00 | 5 | Wickerwork | No. | Free | 50% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] | Sugars and Sugar Confectionery 17 | |
| 14534 | 6702.90.65.00 | 3 | Other | No. | 17% | Free (A*,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) | 90% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] | Sugars and Sugar Confectionery 17 |
| 14542 | 8415.83.00.50 | 5 | Not exceeding <il>17.58 kW</il> per hour | No. | Sugars and Sugar Confectionery 17 | ||||
| 14543 | 8415.83.00.60 | 5 | Exceeding <il>17.58 kW</il> per hour | No. | Sugars and Sugar Confectionery 17 | ||||
| 14544 | 8443.17.00.00 | 2 | Gravure printing machinery | No. | 2.2% | Free (A,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) | 25% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.01.", "type": "endnote"}] | Sugars and Sugar Confectionery 17 |
| 14545 | 9303.30.80.17 | 6 | Other | No. | [{"columns": ["units"], "marker": "1", "value": "See statistical note 1 to this chapter.", "type": "endnote"}] | Sugars and Sugar Confectionery 17 | |||
| 14546 | 9403.20.00.17 | 4 | Toddler beds, bassinets, cradles, play yards and other enclosures for confining children | No. | Sugars and Sugar Confectionery 17 |
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);