hts_entries
Data license: Public Domain · Data source: US International Trade Commission
23 rows where unit = "m<sup style="font-size: 9.75px;">3</sup>"
This data as json, CSV (advanced)
Suggested facets: indent, description, chapter_id
unit 1
- m<sup style="font-size: 9.75px;">3</sup> · 23 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 2958 | 0806.10.20.05 | 3 | Certified organic | m<sup style="font-size: 9.75px;">3</sup> | Products of Animal Origin, Not Elsewhere Specified or Included 5 | ||||
| 2959 | 0806.10.40.05 | 3 | Certified organic | m<sup style="font-size: 9.75px;">3</sup> | Products of Animal Origin, Not Elsewhere Specified or Included 5 | ||||
| 2960 | 0806.10.60.05 | 3 | Certified organic | m<sup style="font-size: 9.75px;">3</sup> | Products of Animal Origin, Not Elsewhere Specified or Included 5 | ||||
| 4926 | 0806.10.20.15 | 4 | Red varieties | m<sup style="font-size: 9.75px;">3</sup> | Cereals 10 | ||||
| 4927 | 0806.10.20.25 | 4 | White varieties | m<sup style="font-size: 9.75px;">3</sup> | Cereals 10 | ||||
| 4928 | 0806.10.20.35 | 4 | Black varieties | m<sup style="font-size: 9.75px;">3</sup> | Cereals 10 | ||||
| 4929 | 0806.10.20.45 | 4 | Other | m<sup style="font-size: 9.75px;">3</sup> | Cereals 10 | ||||
| 4931 | 0806.10.40.15 | 4 | Red varieties | m<sup style="font-size: 9.75px;">3</sup> | Cereals 10 | ||||
| 4932 | 0806.10.40.25 | 4 | White varieties | m<sup style="font-size: 9.75px;">3</sup> | Cereals 10 | ||||
| 4933 | 0806.10.40.35 | 4 | Black varieties | m<sup style="font-size: 9.75px;">3</sup> | Cereals 10 | ||||
| 4934 | 0806.10.40.45 | 4 | Other | m<sup style="font-size: 9.75px;">3</sup> | Cereals 10 | ||||
| 4936 | 0806.10.60.15 | 4 | Red varieties | m<sup style="font-size: 9.75px;">3</sup> | Cereals 10 | ||||
| 4937 | 0806.10.60.25 | 4 | White varieties | m<sup style="font-size: 9.75px;">3</sup> | Cereals 10 | ||||
| 4938 | 0806.10.60.35 | 4 | Black varieties | m<sup style="font-size: 9.75px;">3</sup> | Cereals 10 | ||||
| 4939 | 0806.10.60.45 | 4 | Other | m<sup style="font-size: 9.75px;">3</sup> | Cereals 10 | ||||
| 5534 | 2711.12.00.10 | 3 | Propane with a minimum purity of 90 liquid volume percent | m<sup style="font-size: 9.75px;">3</sup> | Cereals 10 | ||||
| 5535 | 2711.13.00.10 | 3 | Butanes with a purity of 90 liquid volume percent or more, but less than 95 liquid volume percent | m<sup style="font-size: 9.75px;">3</sup> | Cereals 10 | ||||
| 11609 | 2711.12.00.20 | 3 | Other | m<sup style="font-size: 9.75px;">3</sup> | Oil Seeds and Oleaginous Fruits; Miscellaneous Grains, Seeds and Fruit; Industrial or Medicinal Plants; Straw and Fodder 12 | ||||
| 12296 | 2711.13.00.20 | 3 | Other | m<sup style="font-size: 9.75px;">3</sup> | Lac; Gums, Resins and Other Vegetable Saps and Extracts 13 | ||||
| 22967 | 4412.31.52.62 | 10 | Bintangor (<u>Calophyllum</u> spp.) | m<sup style="font-size: 9.75px;">3</sup> | Fertilizers 31 | ||||
| 22968 | 4412.31.52.64 | 10 | Mersawa (<u>Anisoptera</u> spp.) | m<sup style="font-size: 9.75px;">3</sup> | Fertilizers 31 | ||||
| 22970 | 4412.31.52.68 | 10 | Pencil cedar, Nyatoh (<u>Palaquium</u> spp.) | m<sup style="font-size: 9.75px;">3</sup> | Fertilizers 31 | ||||
| 22971 | 4412.31.52.70 | 10 | Other | m<sup style="font-size: 9.75px;">3</sup> | Fertilizers 31 |
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);