hts_entries
Data license: Public Domain · Data source: US International Trade Commission
3 rows where chapter_id = 33 and unit = "liters"
This data as json, CSV (advanced)
Suggested facets: footnotes
unit 1
- liters · 3 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 23349 | 2205.90.40.00 | 3 | In containers each holding over 4 liters | liters | 3.8¢/liter | Free (A+,AU,BH,CL,CO,D,E,IL,KR,MA,OM,P,PA,PE,S,SG) 1.6¢/liter (JO) | 33¢/liter | [{"columns": ["general", "special", "other"], "marker": "1", "value": "Imports under this subheading may be subject to Federal Excise Tax (26 U.S.C. 5041). ", "type": "endnote"}, {"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] | Essential Oils and Resinoids; Perfumery, Cosmetic or Toilet Preparations 33 |
| 23350 | 2205.90.60.00 | 2 | Other | liters | 4.2¢/liter | Free (A,AU,BH,CL,CO,D,E,IL,KR,MA,OM,P,PA,PE,S,SG)1.8¢/liter(JO) | 33¢/liter | [{"columns": ["general", "special", "other"], "marker": "1", "value": "Imports under this subheading may be subject to Federal Excise Tax (26 U.S.C. 5041). ", "type": "endnote"}, {"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] | Essential Oils and Resinoids; Perfumery, Cosmetic or Toilet Preparations 33 |
| 23351 | 2206.00.45.00 | 1 | Rice wine or sakè | liters | 3¢/liter | Free (A,AU,BH,CL,CO,D,E,IL,KR,MA,OM,P,PA,PE,S,SG)1.3¢/liter(JO) | 33¢/liter | [{"columns": ["general", "special", "other"], "marker": "1", "value": "Imports under this subheading may be subject to Federal Excise Tax (26 U.S.C. 5001, 26 U.S.C. 5041 or 26 U.S.C. 5051).", "type": "endnote"}, {"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] | Essential Oils and Resinoids; Perfumery, Cosmetic or Toilet Preparations 33 |
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);