Statistical Agencies
Arbitrary SCB PxWeb table pass-through
Fetch any SCB PxWeb leaf table by slash-separated path. Sugra auto-builds a top selection on the time dimension and picks every ContentsCode from the schema. For complex filters, use the tree + schema endpoints directly and compose your own PxWeb query against the raw upstream. Path example: PR/PR0101/PR0101A/KPI2020M.
get/api/v1/scb/table/{table_path}
Path parameters
table_pathstring required
Slash-separated SCB PxWeb table path under /en/ssd/.
Slash-separated SCB PxWeb table path under /en/ssd/.
Query parameters
last_ninteger
Number of most-recent time periods to request (PxWeb top filter).
Number of most-recent time periods to request (PxWeb top filter).
Response
Tidy observation rows with dimensions, measures, and labels for the target table.
Example response
{
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}