dnb_statistics_search
Retrieve financial data from De Nederlandsche Bank Statistics API: interest rates, exchange rates, mortgages, pension funds. Filter by period and query.
Instructions
Fetch datapoints from the DNB Statistics API (De Nederlandsche Bank, gateway api.dnb.nl): interest rates, exchange rates, mortgages, pension fund and insurer balance sheets, balance of payments. Returns period, value and unit per observation. Requires DNB_API_KEY (free 'Public' product). Pass 'dataset' as the path 'statisticsdata//' or a full endpoint URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | No | ||
| query | No | Optional free-text filter, applied client-side to period/label/unit/value. | |
| dataset | Yes | DNB dataset path 'statisticsdata/<version>/<dataset-slug>' or a full https endpoint URL. Example: 'statisticsdata/v2026061000/exchange-rates-of-the-euro-and-gold-price-day'. Find dataset slugs in the DNB Statistics API docs (api.portal.dnb.nl -> APIs -> DNB Statistics API). | |
| endPeriod | No | Optional end period, e.g. '2024-12'. | |
| startPeriod | No | Optional start period (SDMX-style), e.g. '2020' or '2020-01'. |