hts_entries
Data license: Public Domain · Data source: US International Trade Commission
5 rows where chapter_id = 10 and unit = "cy kg"
This data as json, CSV (advanced)
Suggested facets: indent, general_rate, special_rate, column2_rate
unit 1
- cy kg · 5 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 6651 | 5101.11.10.00 | 4 | Wool for special uses | cy kg | Free | Free, under bond | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] | Cereals 10 | |
| 6652 | 5101.19.10.00 | 4 | Wool for special uses | cy kg | Free | Free, under bond | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] | Cereals 10 | |
| 6653 | 5101.21.10.00 | 5 | Wool for special uses | cy kg | Free | Free, under bond | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] | Cereals 10 | |
| 6654 | 5101.29.10.00 | 5 | Wool for special uses | cy kg | Free | Free, under bond | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] | Cereals 10 | |
| 6656 | 5102.11.10.00 | 3 | Not processed in any manner beyond the degreased or carbonized condition | cy kg | 5.1¢/clean kg | Free (AU,BH, CL,CO,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) | 46.3¢/clean kg | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] | Cereals 10 |
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);