hts_entries
Data license: Public Domain · Data source: US International Trade Commission
7 rows where chapter_id = 22 and unit = "m<sup>3</sup>"
This data as json, CSV (advanced)
Suggested facets: indent, description
unit 1
- m<sup>3</sup> · 7 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 19469 | 4403.97.00.22 | 3 | Pulpwood | m<sup>3</sup> | Beverages, Spirits and Vinegar 22 | ||||
| 19471 | 4407.22.00.91 | 3 | Other | m<sup>3</sup> | Beverages, Spirits and Vinegar 22 | ||||
| 19472 | 4407.91.00.22 | 3 | Red oak | m<sup>3</sup> | Beverages, Spirits and Vinegar 22 | ||||
| 19483 | 4409.22.90.30 | 5 | Ipé (<u>Tabebuia</u> spp. or <u>Handroanthus</u> spp.), also known as Tahibo or Taheebo, LaPacho or Lapacho, Brazilian walnut and Patagonian walnut<il></il> | m<sup>3</sup> | Beverages, Spirits and Vinegar 22 | ||||
| 19484 | 4409.22.90.45 | 5 | Keruing (<u>Dipterocarpus</u> spp.) | m<sup>3</sup> | Beverages, Spirits and Vinegar 22 | ||||
| 19485 | 4409.22.90.60 | 5 | Padauk (Padouk) or Narra (<u>Pterocarpus</u> spp.) | m<sup>3</sup> | Beverages, Spirits and Vinegar 22 | ||||
| 19486 | 4409.22.90.90 | 5 | Other | m<sup>3</sup> | Beverages, Spirits and Vinegar 22 |
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);