hts_entries
Data license: Public Domain · Data source: US International Trade Commission
6 rows where chapter_id = 25 and unit = "t"
This data as json, CSV (advanced)
Suggested facets: indent, description, general_rate, special_rate, column2_rate, footnotes
unit 1
- t · 6 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 19973 | 1214.90.00.25 | 3 | Other | t | Salt; Sulfur; Earths and Stone; Plastering Materials, Lime and Cement 25 | ||||
| 19998 | 2514.00.00.00 | 0 | Slate, whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape | t | Free | 25% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}, {"columns": ["other"], "marker": "1", "value": "See 9903.90.08. ", "type": "endnote"}] | Salt; Sulfur; Earths and Stone; Plastering Materials, Lime and Cement 25 | |
| 19999 | 2704.00.00.25 | 2 | Other | t | Salt; Sulfur; Earths and Stone; Plastering Materials, Lime and Cement 25 | ||||
| 20484 | 6802.91.25.00 | 4 | Other | t | 3.7% | 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"}] | Salt; Sulfur; Earths and Stone; Plastering Materials, Lime and Cement 25 |
| 20485 | 6802.93.00.25 | 4 | With a maximum thickness greater than <il>1.5 cm</il> but not greater than <il>7.5 cm</il> | t | Salt; Sulfur; Earths and Stone; Plastering Materials, Lime and Cement 25 | ||||
| 20486 | 6803.00.50.00 | 1 | Other | t | Free | 25% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}, {"columns": ["other"], "marker": "1", "value": "See 9903.90.08. ", "type": "endnote"}] | Salt; Sulfur; Earths and Stone; Plastering Materials, Lime and Cement 25 |
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);