hts_entries
Data license: Public Domain · Data source: US International Trade Commission
18 rows where chapter_id = 10 and unit = "m"
This data as json, CSV (advanced)
Suggested facets: indent, general_rate
unit 1
- m · 18 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 6079 | 3706.10.30.00 | 2 | Sound recordings on motion-picture film suitable for use in connection with motion-picture exhibits | m | 1.4% | Free (A*,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) | 7% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] | Cereals 10 |
| 6081 | 3706.10.60.30 | 4 | Positive release prints | m | Cereals 10 | ||||
| 6082 | 3706.10.60.60 | 4 | Other | m | Cereals 10 | ||||
| 6083 | 3706.10.60.90 | 3 | Other | m | Cereals 10 | ||||
| 6437 | 4206.00.19.10 | 3 | Racquet strings | m | Cereals 10 | ||||
| 6460 | 4409.10.40.10 | 6 | End-jointed | m | Cereals 10 | ||||
| 6461 | 4409.10.40.90 | 6 | Other | m | Cereals 10 | ||||
| 6462 | 4409.10.45.00 | 5 | Other | m | Free | 5% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] | Cereals 10 | |
| 6463 | 4409.10.50.00 | 4 | Other | m | Free | 40% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] | Cereals 10 | |
| 6464 | 4409.10.60.00 | 4 | Plain | m | Free | 5% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] | Cereals 10 | |
| 6465 | 4409.10.65.00 | 4 | Sanded, grooved, or otherwise advanced in condition | m | 4.9% | Free (A+,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) | 33 1/3% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] | Cereals 10 |
| 6520 | 4421.91.10.00 | 4 | Plain | m | Free | 5% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] | Cereals 10 | |
| 6523 | 4421.99.10.00 | 5 | Coniferous | m | Free | 5% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}, {"columns": ["other"], "marker": "1", "value": "See 9903.90.08. ", "type": "endnote"}] | Cereals 10 | |
| 7104 | 5910.00.10.60 | 4 | Link | m | Cereals 10 | ||||
| 7105 | 5910.00.10.70 | 4 | Other | m | Cereals 10 | ||||
| 9626 | 9001.10.00.30 | 3 | For transmission of voice, data or video communications | m | Cereals 10 | ||||
| 9627 | 9001.10.00.50 | 4 | Plastic optical fibers | m | Cereals 10 | ||||
| 9628 | 9001.10.00.70 | 4 | Other | m | 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);