hts_entries
Data license: Public Domain · Data source: US International Trade Commission
3 rows where chapter_id = 14 and unit = "<il>doz. prs.</il>"
This data as json, CSV (advanced)
Suggested facets: indent, footnotes
unit 1
- <il>doz. prs.</il> · 3 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 12670 | 4203.29.15.00 | 5 | With fourchettes or sidewalls which, at a minimum, extend from fingertip to fingertip between each of the four fingers | <il>doz. prs.</il> | 14% | Free (AU,BH,CL,CO,D,E,IL,JO,KR,MA,OM,P,PA,PE,S,SG) | 25% | [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03. ", "type": "endnote"}] | Vegetable Plaiting Materials; Vegetable Products Not Elsewhere Specified or Included 14 |
| 12789 | 6115.22.00.00 | 2 | Of synthetic fibers, measuring per single yarn 67 decitex or more (659) | <il>doz. prs.</il> | 14.9% | Free (AU,BH, CL,CO,IL,JO,KR, MA,OM,P, PA,PE,S,SG) | 72% | Vegetable Plaiting Materials; Vegetable Products Not Elsewhere Specified or Included 14 | |
| 12793 | 6115.99.14.20 | 5 | Other (632) | <il>doz. prs.</il> | Vegetable Plaiting Materials; Vegetable Products Not Elsewhere Specified or Included 14 |
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);