hts_entries
Data license: Public Domain · Data source: US International Trade Commission
5 rows where chapter_id = 29 and unit = "m<sup>2</sup>"
This data as json, CSV (advanced)
Suggested facets: indent, description, general_rate, special_rate, column2_rate, footnotes
unit 1
- m<sup>2</sup> · 5 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 21245 | 7005.30.00.00 | 1 | Wired glass | m<sup>2</sup> | 29.1¢/m<sup>2</sup> | Free (A,AU,B,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) | $2.48/m<sup>2</sup> | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}] | Organic Chemicals 29 |
| 21246 | 7007.29.00.00 | 2 | Other | m<sup>2</sup> | 4.9% | Free (A,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) | 60% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}] | Organic Chemicals 29 |
| 21370 | 8523.29.60.00 | 6 | Other | m<sup>2</sup> | Free | 86.1¢/m<sup>2</sup> of recording surface | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] | Organic Chemicals 29 | |
| 21372 | 8523.29.80.00 | 6 | Other | m<sup>2</sup> | Free | 86.1¢/m<sup>2</sup> of recording surface | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] | Organic Chemicals 29 | |
| 21373 | 8523.29.90.00 | 4 | Other | m<sup>2</sup> | Free | 86.1¢/m<sup>2</sup> of recording surface | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] | Organic Chemicals 29 |
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);