Skip to content
GETAPI key

Latest indices

GETkcibhpjcnqusehqgfxpu.supabase.co/functions/v1/frm-api/indices

Every latest rate index we publish, in one call. Also served at the base path.

Response fields

Derived from the example response.

dataobject[]
data[].lanestring
data[].containerstring
data[].rate_usdnumber
data[].wow_pctnumber
data[].as_ofstring
curl https://kcibhpjcnqusehqgfxpu.supabase.co/functions/v1/frm-api/indices \
  -H "Authorization: Bearer frm_YOUR_API_KEY"
Response
{
  "data": [
    { "lane": "CNSHA-NLRTM", "container": "40HC",
      "rate_usd": 3120, "wow_pct": -4.2,
      "as_of": "2026-08-03" }
  ]
}