hts_entries
Data license: Public Domain · Data source: US International Trade Commission
17 rows where chapter_id = 24 and unit = "No."
This data as json, CSV (advanced)
Suggested facets: indent, description, general_rate, special_rate, column2_rate, footnotes
unit 1
- No. · 17 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 19829 | 0102.29.40.24 | 5 | Male | No. | Tobacco and Manufactured Tobacco Substitutes 24 | ||||
| 19830 | 0102.39.00.24 | 5 | Male | No. | Tobacco and Manufactured Tobacco Substitutes 24 | ||||
| 19836 | 0511.99.40.24 | 5 | Dairy cattle | No. | Tobacco and Manufactured Tobacco Substitutes 24 | ||||
| 19904 | 8215.99.24.00 | 6 | Table forks (including table serving forks) and barbecue forks with wooden handles | No. | 0.3¢ each + 4.5% | Free (A*,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) | 8¢ each + 45% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] | Tobacco and Manufactured Tobacco Substitutes 24 |
| 19906 | 8460.24.00.80 | 3 | Other | No. | Tobacco and Manufactured Tobacco Substitutes 24 | ||||
| 19908 | 8462.24.00.50 | 3 | Other | No. | Tobacco and Manufactured Tobacco Substitutes 24 | ||||
| 19909 | 8528.72.24.00 | 5 | Other | No. | 5% | Free (A+,AU,B,BH,CL,CO,D,E,IL,JO,JP,KR,MA,OM,P,PA,PE,S,SG) | 35% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}] | Tobacco and Manufactured Tobacco Substitutes 24 |
| 19911 | 8532.24.00.40 | 4 | Axial leads | No. | Tobacco and Manufactured Tobacco Substitutes 24 | ||||
| 19912 | 8532.24.00.60 | 4 | Radial leads | No. | Tobacco and Manufactured Tobacco Substitutes 24 | ||||
| 19913 | 8542.32.00.24 | 4 | Over 128 megabits but not over 256 megabits | No. | Tobacco and Manufactured Tobacco Substitutes 24 | ||||
| 19915 | 8701.24.00.45 | 4 | G.V.W. exceeding <il>36,287 kg</il> | No. | Tobacco and Manufactured Tobacco Substitutes 24 | ||||
| 19916 | 8701.24.00.80 | 3 | Used | No. | Tobacco and Manufactured Tobacco Substitutes 24 | ||||
| 19917 | 8714.93.24.00 | 6 | Two speed | No. | Free | 30% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] | Tobacco and Manufactured Tobacco Substitutes 24 | |
| 19918 | 8806.24.00.00 | 2 | With maximum take-off weight more than 25 kg but not more than 150 kg | No. | Free | 30% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.01. ", "type": "endnote"}, {"columns": ["other"], "marker": "1", "value": "See 9903.90.08. ", "type": "endnote"}] | Tobacco and Manufactured Tobacco Substitutes 24 | |
| 19922 | 9401.80.60.24 | 3 | Stationary activity centers for children | No. | Tobacco and Manufactured Tobacco Substitutes 24 | ||||
| 19923 | 9507.30.40.00 | 3 | Valued over $2.70 but not over $8.45 each | No. | 24¢ each | Free (A+,AU,BH,CL,CO,D,E,IL, JO,KR,MA, OM,P,PA,PE,S,SG) | 55% | [{"columns": ["general"], "marker": "1", "value": "See U.S. note 19 to subchapter III, chapter 99. ", "type": "endnote"}] | Tobacco and Manufactured Tobacco Substitutes 24 |
| 19924 | 9508.24.00.00 | 2 | Motion simulators and moving theaters | No. | Free | 35% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] | Tobacco and Manufactured Tobacco Substitutes 24 |
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);