hts_entries
Data license: Public Domain · Data source: US International Trade Commission
6 rows where chapter_id = 10 and unit = "pf.liters"
This data as json, CSV (advanced)
Suggested facets: indent, general_rate, special_rate, column2_rate, footnotes
unit 1
- pf.liters · 6 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 5316 | 2207.10.30.00 | 2 | For beverage purposes | pf.liters | 18.9¢/pf.liter | Free (A*,AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) | $1.32/pf. 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"}] | Cereals 10 |
| 5320 | 2208.20.10.00 | 2 | Pisco and singani | pf.liters | Free | $1.78/pf. liter | [{"columns": ["general", "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.15. ", "type": "endnote"}] | Cereals 10 | |
| 5321 | 2208.40.20.00 | 3 | Valued not over $3 per proof liter | pf.liters | 23.7¢/pf.liter | Free (A+,AU,BH,CL,CO,D,E,IL,KR,MA,OM,P,PA,PE,S,SG) 10.5¢/pf. liter (JO) | $1.32/pf. liter | [{"columns": ["general", "special", "other"], "marker": "1", "value": "Imports under this subheading may be subject to Federal Excise Tax (26 U.S.C. 5001). ", "type": "endnote"}, {"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] | Cereals 10 |
| 5322 | 2208.40.60.00 | 3 | Valued not over 69¢ per proof liter | pf.liters | 23.7¢/pf.liter | Free (A+,AU,BH,CL,CO,D,E,IL,KR,MA,OM,P,PA,PE,S,SG) 10.5¢/pf.liter (JO) | $1.32/pf. liter | [{"columns": ["general", "special", "other"], "marker": "1", "value": "Imports under this subheading may be subject to Federal Excise Tax (26 U.S.C. 5001). ", "type": "endnote"}, {"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] | Cereals 10 |
| 5323 | 2208.90.10.00 | 3 | Fit for use as beverages | pf.liters | Free | $1.32/pf. liter | [{"columns": ["general", "other"], "marker": "1", "value": "Imports under this subheading may be subject to Federal Excise Tax (26 U.S.C. 5001). ", "type": "endnote"}, {"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] | Cereals 10 | |
| 5324 | 2208.90.80.10 | 4 | Premixed cocktails or other mixed beverages, ready to consume as packaged, in containers each holding not over 4 liters | pf.liters | Cereals 10 |
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);