hts_entries
Data license: Public Domain · Data source: US International Trade Commission
2 rows where chapter_id = 11 and unit = "doz. prs."
This data as json, CSV (advanced)
These facets timed out: unit
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 10641 | 4015.19.11.50 | 4 | Other | doz. prs. | Products of the Milling Industry; Malt; Starches; Inulin; Wheat Gluten 11 | ||||
| 10955 | 6216.00.19.00 | 6 | Containing over 50 percent by weight of plastics or rubber | doz. prs. | 11.1¢/kg + 5.5% | Free (AU,BH, CL,CO, IL,JO,KR, MA,OM,P, PA,PE,S,SG) 11.1¢/kg + 4.5% (E) | 99.2¢/kg + 65% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] | Products of the Milling Industry; Malt; Starches; Inulin; Wheat Gluten 11 |
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);