hts_entries
Data license: Public Domain · Data source: US International Trade Commission
9 rows where unit = "Cu kg"
This data as json, CSV (advanced)
unit 1
- Cu kg · 9 ✖
| id ▼ | hts_code | indent | description | unit | general_rate | special_rate | column2_rate | footnotes | chapter_id |
|---|---|---|---|---|---|---|---|---|---|
| 5476 | 2603.00.00.10 | 1 | Copper content | Cu kg | [{"columns": ["units"], "marker": "1", "value": "Report value only of stated metal content.", "type": "endnote"}] | Cereals 10 | |||
| 5477 | 2607.00.00.10 | 1 | Copper content | Cu kg | [{"columns": ["units"], "marker": "1", "value": "Report value only of stated metal content.", "type": "endnote"}] | Cereals 10 | |||
| 5478 | 2608.00.00.10 | 1 | Copper content | Cu kg | [{"columns": ["units"], "marker": "1", "value": "Report value only of stated metal content.", "type": "endnote"}] | Cereals 10 | |||
| 5485 | 2616.10.00.10 | 2 | Copper content | Cu kg | [{"columns": ["units"], "marker": "1", "value": "Report value only of stated metal content.", "type": "endnote"}] | Cereals 10 | |||
| 5490 | 2616.90.00.10 | 2 | Copper content | Cu kg | [{"columns": ["units"], "marker": "1", "value": "Report value only of stated metal content.", "type": "endnote"}] | Cereals 10 | |||
| 5493 | 2620.19.60.10 | 4 | Copper content | Cu kg | [{"columns": ["units"], "marker": "1", "value": "Report value only of stated metal content.", "type": "endnote"}] | Cereals 10 | |||
| 5494 | 2620.21.00.10 | 3 | Copper content | Cu kg | [{"columns": ["units"], "marker": "1", "value": "Report value only of stated metal content. ", "type": "endnote"}] | Cereals 10 | |||
| 5495 | 2620.29.00.10 | 3 | Copper content | Cu kg | [{"columns": ["units"], "marker": "1", "value": "Report value only of stated metal content.", "type": "endnote"}] | Cereals 10 | |||
| 5496 | 2620.30.00.10 | 2 | Copper content | Cu kg | [{"columns": ["units"], "marker": "1", "value": "Report value only of stated metal content.", "type": "endnote"}] | Cereals 10 |
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);