hts_entries
Data license: Public Domain · Data source: US International Trade Commission
4 rows where chapter_id = 26 and unit = "m<sup>3</sup>"
This data as json, CSV (advanced)
Suggested facets: general_rate, special_rate, column2_rate, footnotes
unit 1
- m<sup>3</sup> · 4 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 20729 | 4403.97.00.26 | 3 | Poles, piles and posts | m<sup>3</sup> | Ores, Slag and Ash 26 | ||||
| 20730 | 4407.26.00.00 | 2 | White Lauan, White Meranti, White Seraya, Yellow Meranti and Alan | m<sup>3</sup> | Free | $1.27/m<sup>3</sup> | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] | Ores, Slag and Ash 26 | |
| 20737 | 4412.33.26.30 | 5 | Other | m<sup>3</sup> | Ores, Slag and Ash 26 | ||||
| 20738 | 4412.34.26.00 | 4 | With a face ply of Spanish cedar (<u>Cedrela</u> spp.) | m<sup>3</sup> | 5.1% | Free (A*,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) | 40% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}] | Ores, Slag and Ash 26 |
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);