hts_entries
Data license: Public Domain · Data source: US International Trade Commission
23 rows where unit = "carat"
This data as json, CSV (advanced)
Suggested facets: indent, description, general_rate, special_rate, column2_rate, footnotes, chapter_id
unit 1
- carat · 23 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 8188 | 7102.10.00.00 | 1 | Unsorted | carat | Free | Free | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] | Cereals 10 | |
| 8190 | 7102.21.10.10 | 4 | Carbonados | carat | Cereals 10 | ||||
| 8191 | 7102.21.10.20 | 4 | Other | carat | Cereals 10 | ||||
| 8192 | 7102.29.00.10 | 4 | Carbonados | carat | Cereals 10 | ||||
| 8194 | 7102.39.00.10 | 3 | Weighing not over 0.5 carat each | carat | Cereals 10 | ||||
| 8196 | 7103.10.20.00 | 2 | Unworked | carat | Free | Free | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}, {"columns": ["other"], "marker": "1", "value": "See 9903.90.08. ", "type": "endnote"}] | Cereals 10 | |
| 8197 | 7103.10.40.00 | 2 | Other | carat | 10.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.15. ", "type": "endnote"}] | Cereals 10 |
| 8199 | 7103.91.00.10 | 3 | Rubies | carat | Cereals 10 | ||||
| 8200 | 7103.99.10.00 | 3 | Cut but not set, and suitable for use in the manufacture of jewelry | carat | Free | 10% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}, {"columns": ["other"], "marker": "1", "value": "See 9903.90.08. ", "type": "endnote"}] | Cereals 10 | |
| 8201 | 7103.99.50.00 | 3 | Other | carat | 10.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.15. ", "type": "endnote"}] | Cereals 10 |
| 8206 | 7105.10.00.11 | 3 | 80 mesh or finer | carat | Cereals 10 | ||||
| 8207 | 7105.10.00.15 | 3 | Other | carat | Cereals 10 | ||||
| 8208 | 7105.10.00.20 | 3 | Coated with metal | carat | Cereals 10 | ||||
| 8209 | 7105.10.00.30 | 4 | 80 mesh or finer | carat | Cereals 10 | ||||
| 8210 | 7105.10.00.50 | 4 | Other | carat | Cereals 10 | ||||
| 17803 | 7102.29.00.20 | 4 | Other | carat | Preparations of Vegetables, Fruit, Nuts or Other Parts of Plants 20 | ||||
| 17804 | 7103.91.00.20 | 3 | Sapphires | carat | Preparations of Vegetables, Fruit, Nuts or Other Parts of Plants 20 | ||||
| 19163 | 7102.21.30.00 | 4 | Simply sawn, cleaved or bruted | carat | Free | 30% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}, {"columns": ["other"], "marker": "1", "value": "See 9903.90.08. ", "type": "endnote"}] | Miscellaneous Edible Preparations 21 | |
| 19164 | 7102.21.40.00 | 4 | Other | carat | Free | Free | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}, {"columns": ["other"], "marker": "1", "value": "See 9903.90.08. ", "type": "endnote"}] | Miscellaneous Edible Preparations 21 | |
| 21249 | 7102.29.00.50 | 3 | Other | carat | Organic Chemicals 29 | ||||
| 22245 | 7103.91.00.30 | 3 | Emeralds | carat | Pharmaceutical Products 30 | ||||
| 23063 | 7102.31.00.00 | 2 | Unworked or simply sawn, cleaved or bruted | carat | Free | Free | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] | Fertilizers 31 | |
| 24418 | 7102.39.00.50 | 3 | Weighing over 0.5 carat each | carat | Plastics and Articles Thereof 39 |
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);