hts_entries
Data license: Public Domain · Data source: US International Trade Commission
4 rows where chapter_id = 1 and unit = "g"
This data as json, CSV (advanced)
Suggested facets: indent, general_rate, column2_rate, footnotes
unit 1
- g · 4 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 900 | 7112.91.01.00 | 2 | Of gold, including metal clad with gold but excluding sweepings containing other precious metals | g | Free | Free | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}] | Live Animals 1 | |
| 901 | 7112.92.01.00 | 2 | Of platinum, including metal clad with platinum but excluding sweepings containing other precious metals | g | Free | Free | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}] | Live Animals 1 | |
| 902 | 7112.99.01.00 | 2 | Other | g | Free | Free | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}] | Live Animals 1 | |
| 1261 | 9705.31.00.01 | 3 | Coins made prior to the 14th century and not known to be the direct products of excavations, finds or archaeological sites | g | Live Animals 1 |
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);