hts_entries
Data license: Public Domain · Data source: US International Trade Commission
6 rows where chapter_id = 22 and unit = "m"
This data as json, CSV (advanced)
Suggested facets: indent, general_rate, special_rate, column2_rate, footnotes
unit 1
- m · 6 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 19475 | 4409.22.40.00 | 5 | Standard wood moldings | 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"}] | Beverages, Spirits and Vinegar 22 | |
| 19477 | 4409.22.50.40 | 6 | Jelutong (<u>Dyera</u> spp.) | m | Beverages, Spirits and Vinegar 22 | ||||
| 19478 | 4409.22.50.60 | 6 | Obeche (<u>Triplochiton</u> spp.), also known as Ayous | m | Beverages, Spirits and Vinegar 22 | ||||
| 19479 | 4409.22.50.90 | 6 | Other | m | Beverages, Spirits and Vinegar 22 | ||||
| 19480 | 4409.22.60.00 | 5 | Plain | m | Free | 5% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] | Beverages, Spirits and Vinegar 22 | |
| 19481 | 4409.22.65.00 | 5 | 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"}] | Beverages, Spirits and Vinegar 22 |
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);