hts_entries
Data license: Public Domain · Data source: US International Trade Commission
5 rows where chapter_id = 5 and unit = "m<sup>3</sup>"
This data as json, CSV (advanced)
Suggested facets: indent, description, general_rate, special_rate, column2_rate, footnotes
unit 1
- m<sup>3</sup> · 5 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 3096 | 4409.10.05.00 | 2 | Wood continuously shaped along any of its ends, whether or not also continuously shaped along any of its edges or faces, all the foregoing whether or not planed, sanded or end-jointed | m<sup>3</sup> | 3.2% | 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"}] | Products of Animal Origin, Not Elsewhere Specified or Included 5 |
| 3097 | 4409.21.05.00 | 3 | Wood continuously shaped along any of its ends, whether or not also continuously shaped along any of its edges or faces, all the foregoing whether or not planed, sanded or end-jointed | m<sup>3</sup> | 3.2% | 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"}] | Products of Animal Origin, Not Elsewhere Specified or Included 5 |
| 3105 | 4412.10.05.00 | 2 | Plywood | m<sup>3</sup> | 8% | 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"}] | Products of Animal Origin, Not Elsewhere Specified or Included 5 |
| 3108 | 4412.91.51.05 | 5 | Wood flooring | m<sup>3</sup> | Products of Animal Origin, Not Elsewhere Specified or Included 5 | ||||
| 3109 | 4412.92.52.05 | 5 | Wood flooring | m<sup>3</sup> | Products of Animal Origin, Not Elsewhere Specified or Included 5 |
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);