Global Economy & Trade
Raw SDMX REST passthrough for power users
Generic SDMX-JSON passthrough against /SDMX/V21/rest/data/{dataflow}/{key}. dataflow must be one of DF_WITS_Tariff_TRAINS, DF_WITS_TradeStats_Trade, DF_WITS_TradeStats_Tariff, DF_WITS_TradeStats_Development. key is the dot-separated SDMX key; use + inside a position to OR values and leading / middle dots to skip positions. Responses are parsed to flat rows identical to the other data endpoints.
get/api/v1/wits/sdmx/{dataflow}/{key}
Path parameters
dataflowstring required
keystring required
Query parameters
startPeriodstring nullable
Start period filter (year or YYYY-QN).
Start period filter (year or YYYY-QN).
endPeriodstring nullable
End period filter.
End period filter.
formatstring
Response format, always JSON (fixed server-side).
Response format, always JSON (fixed server-side).
Response
Flat observation records from the raw SDMX query.
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"
]
}
}