hts_entries
Data license: Public Domain · Data source: US International Trade Commission
4 rows where chapter_id = 75 and unit = "doz."
This data as json, CSV (advanced)
unit 1
- doz. · 4 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 27645 | 6110.90.90.75 | 5 | Men's or boys' (438) | doz. | Nickel and Articles Thereof 75 | ||||
| 27646 | 6117.90.90.75 | 4 | Other (847) | doz. | Nickel and Articles Thereof 75 | ||||
| 27647 | 6217.90.90.75 | 4 | Of cotton (359) | doz. | Nickel and Articles Thereof 75 | ||||
| 27651 | 6504.00.90.75 | 3 | Other | doz. | Nickel and Articles Thereof 75 |
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);