Hedge Fund Intelligence
One country's short-term banking history
Historical monthly timeseries of one country's short-term US Treasury banking holdings, looked up by URL-safe slug. Slug rule: lowercase + commas/periods stripped + spaces replaced with hyphens. Examples: japan, china-mainland, united-kingdom. 503 tic_banking_not_initialised if the upstream banking series is not present in the current snapshot.
get/api/v1/treasury/tic/banking/{country}
Path parameters
countrystring required
Response
One country's short-term banking timeseries.
Example response
{
"data": {
"country": "Japan",
"slug": "japan",
"history": [
{
"period": "Mar 2026"
}
]
},
"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"
]
}
}