hts_entries
Data license: Public Domain · Data source: US International Trade Commission
19 rows where chapter_id = 18 and unit = "No."
This data as json, CSV (advanced)
Suggested facets: indent, description, general_rate, special_rate, column2_rate, footnotes
unit 1
- No. · 19 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 14698 | 4602.19.18.00 | 5 | Other | No. | 4.5% | Free (A,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) | 50% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] | Cocoa and Cocoa Preparations 18 |
| 14742 | 8407.29.00.30 | 4 | <il>746 W</il> or greater, but not exceeding <il>18.65 kW</il> | No. | Cocoa and Cocoa Preparations 18 | ||||
| 14743 | 8407.29.00.40 | 4 | Exceeding <il>18.65 kW</il> | No. | Cocoa and Cocoa Preparations 18 | ||||
| 14744 | 8407.32.90.40 | 4 | Not exceeding <il>18.65 kW</il> | No. | Cocoa and Cocoa Preparations 18 | ||||
| 14745 | 8407.32.90.80 | 4 | Exceeding <il>18.65 kW</il> | No. | Cocoa and Cocoa Preparations 18 | ||||
| 14746 | 8407.33.90.40 | 4 | Not exceeding <il>18.65 kW</il> | No. | Cocoa and Cocoa Preparations 18 | ||||
| 14747 | 8407.33.90.80 | 4 | Exceeding <il>18.65 kW</il> | No. | Cocoa and Cocoa Preparations 18 | ||||
| 14748 | 8407.34.18.00 | 5 | Other | No. | 2.5% | Free (A,AU,B,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) | 35% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] | Cocoa and Cocoa Preparations 18 |
| 14749 | 8407.90.90.60 | 4 | <il>4,476 W</il> or greater but not exceeding <il>18.65 kW</il> | No. | Cocoa and Cocoa Preparations 18 | ||||
| 14750 | 8407.90.90.80 | 4 | Exceeding <il>18.65 kW</il> | No. | Cocoa and Cocoa Preparations 18 | ||||
| 14751 | 8503.00.35.00 | 2 | For motors of under 18.65 W | No. | 6.5% | Free (A,AU,B,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) | 90% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.01. ", "type": "endnote"}] | Cocoa and Cocoa Preparations 18 |
| 14752 | 8503.00.75.00 | 2 | For motors of under 18.65 W | No. | 6.5% | Free (A,AU,B,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) | 90% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.01. ", "type": "endnote"}] | Cocoa and Cocoa Preparations 18 |
| 14753 | 8504.40.60.18 | 4 | Other | No. | Cocoa and Cocoa Preparations 18 | ||||
| 14754 | 8504.40.70.18 | 4 | Other | No. | Cocoa and Cocoa Preparations 18 | ||||
| 14756 | 8517.18.00.20 | 3 | Multiline telephones (including key, call director and consoles) | No. | Cocoa and Cocoa Preparations 18 | ||||
| 14757 | 8517.18.00.50 | 3 | Other | No. | Cocoa and Cocoa Preparations 18 | ||||
| 14758 | 8532.22.00.20 | 3 | Not exceeding 18 mm in diameter | No. | [{"columns": ["desc"], "marker": "1", "value": "See statistical note 6 to this chapter. ", "type": "endnote"}] | Cocoa and Cocoa Preparations 18 | |||
| 14759 | 8532.22.00.40 | 3 | Exceeding 18 mm but not exceeding 35 mm in diameter | No. | [{"columns": ["desc"], "marker": "1", "value": "See statistical note 6 to this chapter. ", "type": "endnote"}] | Cocoa and Cocoa Preparations 18 | |||
| 14762 | 9205.90.18.00 | 4 | Other | No. | 2.6% | Free (A*,AU,BH,CL,CO,D,E,IL,JO,JP,KR,MA,OM,P,PA,PE,S,SG) | 40% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] | Cocoa and Cocoa Preparations 18 |
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);