home / hts

Menu
  • Search all tables

hts_entries

Tariff line items with duty rates, units, and classification hierarchy. Search uses full-text search on the description column. To look up a specific HTS code, use the column filter rather than the search box.

Data license: Public Domain · Data source: US International Trade Commission

18 rows where chapter_id = 10 and unit = "bbl"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: indent, description, general_rate, special_rate, column2_rate, footnotes

unit 1

  • bbl · 18 ✖
id ▼ hts_code indent description unit general_rate special_rate column2_rate footnotes chapter_id
5507 2707.99.90.10 4 Carbon black feedstocks bbl         Cereals 10
5509 2709.00.10.00 1 Testing under 25 degrees A.P.I. bbl 5.25¢/bbl Free (A+,AU,BH,CL,CO,D,IL, JO,KR,MA, OM,P,PA,PE,R,S,SG) 21¢/bbl [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Cereals 10
5511 2709.00.20.10 2 Condensate derived wholly from natural gas bbl         Cereals 10
5512 2710.12.15.10 5 Leaded bbl         Cereals 10
5513 2710.12.25.00 3 Naphthas (except motor fuel or motor fuel blending stock) bbl 10.5¢/bbl Free (A+,AU,BH,CL,CO,D, IL,JO, KR,MA,OM,P, PA,PE,R,S,SG) 21¢/bbl [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Cereals 10
5516 2710.19.26.00 4 Kerosene (except kerosene-type jet fuel bbl 10.5¢/bbl Free (A+,AU,BH,CL,CO,D, IL,JO, KR,MA,OM,P, PA,PE,R,S,SG) 21¢/bbl [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Cereals 10
5517 2710.19.30.10 5 Aviation engine lubricating oils bbl         Cereals 10
5521 2710.20.10.11 6 Containing not more than 15 ppm of sulfur bbl         Cereals 10
5522 2710.20.10.13 6 Containing more than 15 ppm but not more than 500 ppm of sulfur bbl         Cereals 10
5523 2710.20.10.14 6 Containing more than 500 ppm of sulfur bbl         Cereals 10
5524 2710.20.10.15 5 Containing not more than 500 ppm of sulfur bbl         Cereals 10
5525 2710.20.10.25 5 Containing more than 500 ppm of sulfur bbl         Cereals 10
5526 2710.20.10.50 4 Having a Saybolt Universal viscosity at 37.8˚C of more than 125 seconds (heavy fuel oils) bbl         Cereals 10
5527 2710.20.25.00 2 Kerosene (except kerosene-type jet fuel, motor fuel or motor fuel blending stock) bbl 10.5¢/bbl Free (A+,AU,BH,CL,CO,D, IL,JO, KR,MA,OM,P, PA,PE,R,S,SG) 21¢/bbl [{"columns": ["general"], "marker": "1", "value": "See 9903.88.03.", "type": "endnote"}] Cereals 10
5529 2710.91.00.10 3 Containing polychlorinated biphenyls (PCBs) at a concentration level of 50 mg/kg or more bbl         Cereals 10
5530 2710.99.10.00 4 Testing 25 degrees A.P.I. or more bbl 10.5¢/bbl Free (A+,AU,BH,CL,CO,D,IL, JO,KR,MA, OM,P,PA,PE, R,S,SG) 21¢/bbl [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] Cereals 10
5531 2710.99.21.00 3 Wastes of kerosene or naphthas bbl 10.5¢/bbl Free (A+,AU,BH,CL,CO,D,IL, JO,KR,MA, OM,P,PA,PE, R,S,SG) 21¢/bbl [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] Cereals 10
5533 2710.99.45.00 4 Mixtures of hydrocarbons not elsewhere specified or included, which contain not over 50 percent of any single hydrocarbon compound bbl 10.5¢/bbl Free (A+,AU,BH,CL,CO,D,IL, JO,KR,MA, OM,P,PA,PE, R,S,SG) 21¢/bbl [{"columns": ["general"], "marker": "1", "value": "See 9903.88.15. ", "type": "endnote"}] Cereals 10

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 132.85ms · Data license: Public Domain · Data source: US International Trade Commission