hts_entries
Data license: Public Domain · Data source: US International Trade Commission
9 rows where chapter_id = 31 and unit = "m<sup>2</sup>"
This data as json, CSV (advanced)
unit 1
- m<sup>2</sup> · 9 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 22977 | 4412.51.31.41 | 7 | With a face ply of mahogany (<u>Swietenia</u> spp. or <u>Khaya</u> spp.) | m<sup>2</sup> | Fertilizers 31 | ||||
| 22978 | 4412.51.31.61 | 8 | Not surface covered | m<sup>2</sup> | Fertilizers 31 | ||||
| 22979 | 4412.51.31.75 | 8 | Other | m<sup>2</sup> | Fertilizers 31 | ||||
| 22981 | 4412.52.31.61 | 8 | Not surface covered | m<sup>2</sup> | Fertilizers 31 | ||||
| 22982 | 4412.52.31.75 | 8 | Other | m<sup>2</sup> | Fertilizers 31 | ||||
| 23030 | 5703.31.00.60 | 4 | In rolls of a width equal to or exceeding 1.0 meter, or in sheets measuring 1.0 meter or greater on any side (665) | m<sup>2</sup> | Fertilizers 31 | ||||
| 23031 | 5703.31.00.85 | 4 | Other (665) | m<sup>2</sup> | Fertilizers 31 | ||||
| 23034 | 5911.31.00.80 | 3 | Other | m<sup>2</sup> | Fertilizers 31 | ||||
| 23099 | 8448.31.00.00 | 2 | Card clothing | m<sup>2</sup> | 3.3% | Free (A*,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) | 45% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] | Fertilizers 31 |
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);