hts_entries
Data license: Public Domain · Data source: US International Trade Commission
25 rows where chapter_id = 89
This data as json, CSV (advanced)
Suggested facets: indent, description, general_rate, column2_rate, footnotes
unit 5
- - 17
- No. 4
- kg 2
- No. and kg 1
- doz. 1
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 27950 | 0302.89 | 2 | Other : | Ships, Boats and Floating Structures 89 | |||||
| 27951 | 0303.89.00 | 2 | Other | Free | 2.2¢/kg | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] | Ships, Boats and Floating Structures 89 | ||
| 27952 | 0304.89 | 2 | Other: | Ships, Boats and Floating Structures 89 | |||||
| 27953 | 1211.90.89 | 3 | Fresh or dried | Free | Free | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}] | Ships, Boats and Floating Structures 89 | ||
| 27954 | 1211.90.89.90 | 5 | Other | kg | Ships, Boats and Floating Structures 89 | ||||
| 27955 | 2009.89 | 2 | Other: | Ships, Boats and Floating Structures 89 | |||||
| 27956 | 2903.89 | 2 | Other: | Ships, Boats and Floating Structures 89 | |||||
| 27957 | 3926.90.99.89 | 3 | Other | No. and kg | [{"columns": ["desc"], "marker": "1", "value": "See 9903.88.69. ", "type": "endnote"}] | Ships, Boats and Floating Structures 89 | |||
| 27958 | 6307.90.89.95 | 6 | Other (362) | No. | Ships, Boats and Floating Structures 89 | ||||
| 27959 | 6505.00.90.89 | 6 | Other (859) | doz. | Ships, Boats and Floating Structures 89 | ||||
| 27960 | 6811.89 | 2 | Other articles: | Ships, Boats and Floating Structures 89 | |||||
| 27961 | 6811.89.90.00 | 3 | Other articles | kg | Free | 2.2¢/kg | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] | Ships, Boats and Floating Structures 89 | |
| 27962 | 7315.89 | 2 | Other: | Ships, Boats and Floating Structures 89 | |||||
| 27963 | 8419.89 | 2 | Other: | Ships, Boats and Floating Structures 89 | |||||
| 27964 | 8423.89 | 2 | Other: | Ships, Boats and Floating Structures 89 | |||||
| 27965 | 8467.89 | 2 | Other: | Ships, Boats and Floating Structures 89 | |||||
| 27966 | 8479.89 | 2 | Other: | Ships, Boats and Floating Structures 89 | |||||
| 27967 | 8479.89.95.95 | 4 | Industrial vibrators | No. | Ships, Boats and Floating Structures 89 | ||||
| 27968 | 8479.89.95.96 | 4 | Tow behind sweepers | No. | Ships, Boats and Floating Structures 89 | ||||
| 27969 | 8479.89.95.99 | 4 | Other | No. | Ships, Boats and Floating Structures 89 | ||||
| 27970 | 8519.89 | 2 | Other: | Ships, Boats and Floating Structures 89 | |||||
| 27971 | 8525.89 | 2 | Other: | Ships, Boats and Floating Structures 89 | |||||
| 27972 | 9027.89 | 2 | Other: | Ships, Boats and Floating Structures 89 | |||||
| 27973 | 9032.89 | 2 | Other: | Ships, Boats and Floating Structures 89 | |||||
| 27974 | 9403.89 | 2 | Other: | Ships, Boats and Floating Structures 89 |
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);