Verify a number yourself

ETRX has no authority except that anyone can check it. Here is how to reproduce a published value from the government's own data in a few minutes.

Worked example: China — electronics (HS 85), June 2026

ETRX printed 19.62%. The two inputs behind it:

Customs value$5,197,657,088 (CON_VAL_MO)
Calculated duty$1,019,936,640 (CAL_DUT_MO)
Rate$1,019,936,640 ÷ $5,197,657,088 = 0.196230

Route 1 — the Census API (one URL)

Get a free key at api.census.gov/data/key_signup.html (instant, email activation), then open:

https://api.census.gov/data/timeseries/intltrade/imports/hs?get=CTY_NAME,I_COMMODITY,CON_VAL_MO,CAL_DUT_MO,DUT_VAL_MO&COMM_LVL=HS2&CTY_CODE=5700&I_COMMODITY=85&time=2026-06&key=YOUR_KEY

The row returned carries CON_VAL_MO and CAL_DUT_MO. Divide. You will get the number above to the last digit, unless Census has since revised the month — in which case the difference is exactly what our revisions log records.

Route 2 — USITC DataWeb (no key, point and click)

What "matches" means

Aggregates (the headline, steel, pharma, apparel) sum dollars across chapters before dividing; check them by summing the chapter rows. The headline excludes chapters 98 and 99. Every published value is stored to six decimals; displayed values are rounded to two. The full formula set and all edge rules are in the methodology.