snb_get_warehouse_data
Retrieve raw timeseries data from any SNB Warehouse cube (banking statistics) by cube ID. Specify date range and language to get Markdown and JSON output.
Instructions
Retrieve raw data from any SNB Warehouse cube by ID.
Generic tool for accessing SNB Warehouse cubes (BSTA banking statistics). Use snb_get_warehouse_metadata first to understand the cube structure. Use snb_list_warehouse_cubes to discover available cube IDs.
Args: params (WarehouseDataInput): - cube_id: SNB Warehouse cube ID (uppercase, dot-separated). - from_date: Start date (YYYY for annual, YYYY-MM for monthly). - to_date: End date. - lang: Response language (de/en/fr).
Returns: str: Timeseries data from the warehouse cube as Markdown + JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |