US parcel shipping price index
get_price_indexGet monthly US parcel price index: cheapest live USPS, UPS, FedEx rates for six box sizes across five US cities, plus basket averages. Reference for typical shipping costs without quote allowance.
Instructions
The SMKlog parcel shipping price index: a monthly repriced basket of six common boxes (1 to 20 lb) shipped from Newark, NJ to five US cities, quoted through the same live USPS, UPS and FedEx pipeline that prices real shipments. Returns the cheapest purchasable service per box and lane with every rate behind it, plus basket averages. Reference data for questions like "what does shipping a shoebox cost in the US right now" — reading it spends no quote allowance. For a price on a specific shipment, call get_parcel_quote instead. Parameter rules: month names one published issue as YYYY-MM; issues exist from 2026-07 onward, one per month, and omitting month returns the newest. A month with no issue answers issue_not_found together with available_months, so one miss lists every valid value; anything not shaped YYYY-MM answers invalid_month. Every issue prices the same boxes and lanes, so two months compare cell for cell.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| month | No | Issue month as YYYY-MM. Omit for the newest published issue. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | The published issue page on smklog.com | |
| cells | Yes | One entry per box and destination | |
| label | No | Issue month spelled out, e.g. "August 2026" | |
| month | Yes | Issue month, YYYY-MM | |
| origin | No | Origin of every lane, Newark NJ (07102) | |
| captured_on | Yes | The date every price in this issue was captured | |
| methodology | No | How the numbers are produced | |
| carrier_wins | No | How many cells each carrier priced cheapest | |
| basket_average | No | Mean of the cheapest rate across all thirty cells, USD |