hts_entries
Data license: Public Domain · Data source: US International Trade Commission
7 rows where chapter_id = 40 and unit = "liters"
This data as json, CSV (advanced)
Suggested facets: indent, description
unit 1
- liters · 7 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 24619 | 2009.41.40.40 | 4 | Other | liters | Rubber and Articles Thereof 40 | ||||
| 24620 | 2009.49.40.40 | 4 | Other | liters | Rubber and Articles Thereof 40 | ||||
| 24621 | 2009.61.00.40 | 4 | Frozen | liters | Rubber and Articles Thereof 40 | ||||
| 24622 | 2009.69.00.40 | 3 | Frozen | liters | Rubber and Articles Thereof 40 | ||||
| 24623 | 2009.79.00.40 | 4 | Certified organic | liters | Rubber and Articles Thereof 40 | ||||
| 24624 | 2009.89.65.40 | 6 | Other | liters | Rubber and Articles Thereof 40 | ||||
| 24626 | 2206.00.90.40 | 4 | Other | liters | Rubber and Articles Thereof 40 |
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);