hts_entries
Data license: Public Domain · Data source: US International Trade Commission
7 rows where chapter_id = 35 and unit = "m²"
This data as json, CSV (advanced)
Suggested facets: footnotes
These facets timed out: unit
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 23664 | 5208.52.40.35 | 6 | Discharge printed (313) | m² | Albuminoidal Substances; Modified Starches; Glues; Enzymes 35 | ||||
| 23665 | 5209.51.60.35 | 6 | Other (313) | m² | Albuminoidal Substances; Modified Starches; Glues; Enzymes 35 | ||||
| 23666 | 5407.61.99.35 | 6 | Weighing more than 170 g/m² (620) | m² | Albuminoidal Substances; Modified Starches; Glues; Enzymes 35 | ||||
| 23667 | 5512.99.00.35 | 4 | Duck (219) | m² | Albuminoidal Substances; Modified Starches; Glues; Enzymes 35 | ||||
| 23668 | 5515.99.90.35 | 5 | Duck (219) | m² | Albuminoidal Substances; Modified Starches; Glues; Enzymes 35 | ||||
| 23669 | 5516.43.00.35 | 4 | Of a width exceeding 127 cm (218) | m² | Albuminoidal Substances; Modified Starches; Glues; Enzymes 35 | ||||
| 23671 | 5803.00.40.00 | 2 | Of vegetable fibers, except cotton (810) | m² | Free | 35% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] | Albuminoidal Substances; Modified Starches; Glues; Enzymes 35 |
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);