hts_entries
Data license: Public Domain · Data source: US International Trade Commission
16 rows where unit = "Au g"
This data as json, CSV (advanced)
Suggested facets: indent, chapter_id
unit 1
- Au g · 16 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 5489 | 2616.10.00.80 | 2 | Gold content | Au g | [{"columns": ["units"], "marker": "1", "value": "Report value only of stated metal content.", "type": "endnote"}] | Cereals 10 | |||
| 8217 | 7108.12.10.13 | 5 | Containing by weight not less than 99.95 percent of gold | Au g | Cereals 10 | ||||
| 8218 | 7108.12.10.17 | 5 | Other | Au g | Cereals 10 | ||||
| 8219 | 7108.12.10.20 | 4 | Dore | Au g | Cereals 10 | ||||
| 8220 | 7108.12.50.10 | 4 | Containing by weight not less than 99.95 percent of gold | Au g | Cereals 10 | ||||
| 11943 | 7108.12.50.50 | 4 | Other | Au g | Oil Seeds and Oleaginous Fruits; Miscellaneous Grains, Seeds and Fruit; Industrial or Medicinal Plants; Straw and Fodder 12 | ||||
| 14902 | 2620.19.60.50 | 4 | Gold content | Au g | [{"columns": ["units"], "marker": "1", "value": "Report value only of stated metal content.", "type": "endnote"}] | Preparations of Cereals, Flour, Starch or Milk; Pastrycooks' Products 19 | |||
| 18951 | 2620.21.00.50 | 3 | Gold content | Au g | [{"columns": ["units"], "marker": "1", "value": "Report value only of stated metal content.", "type": "endnote"}] | Miscellaneous Edible Preparations 21 | |||
| 21019 | 2620.29.00.50 | 3 | Gold content | Au g | [{"columns": ["units"], "marker": "1", "value": "Report value only of stated metal content.", "type": "endnote"}] | Organic Chemicals 29 | |||
| 21659 | 2620.30.00.50 | 2 | Gold content | Au g | [{"columns": ["units"], "marker": "1", "value": "Report value only of stated metal content.", "type": "endnote"}] | Pharmaceutical Products 30 | |||
| 24636 | 2616.90.00.40 | 2 | Gold content | Au g | [{"columns": ["units"], "marker": "1", "value": "Report value only of stated metal content.", "type": "endnote"}] | Rubber and Articles Thereof 40 | |||
| 26297 | 2603.00.00.50 | 1 | Gold content | Au g | [{"columns": ["units"], "marker": "1", "value": "Report value only of stated metal content.", "type": "endnote"}] | Silk 50 | |||
| 26298 | 2607.00.00.50 | 1 | Gold content | Au g | [{"columns": ["units"], "marker": "1", "value": "Report value only of stated metal content.", "type": "endnote"}] | Silk 50 | |||
| 26299 | 2608.00.00.50 | 1 | Gold content | Au g | [{"columns": ["units"], "marker": "1", "value": "Report value only of stated metal content.", "type": "endnote"}] | Silk 50 | |||
| 27044 | 2620.99.75.60 | 5 | Other materials containing silver | Au g | [{"columns": ["units"], "marker": "1", "value": "Report value only of stated metal content.", "type": "endnote"}] | Knitted or Crocheted Fabrics 60 | |||
| 27635 | 2620.99.75.80 | 5 | Other materials containing gold | Au g | [{"columns": ["units"], "marker": "1", "value": "Report value only of stated metal content.", "type": "endnote"}] | 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);