Norges Bank: Get Calendar Events
Norges Bank via Parse · Finance
Returns upcoming calendar events from Norges Bank. Events include policy rate decisions, speeches, and other scheduled publications. Results are ordered chronologically from the nearest future date. Supports pagination via skip/limit and optional filtering by event type. Each API call fetches up to limit results, paginating internally if needed (max 10 per upstream page). Retrieve upcoming calendar events from Norges Bank, including policy rate decisions, speeches, and other scheduled events. Fulfilled by Parse from www.norges-bank.no.
- finance
- government-public
- news-media
- norges-bank
- parse
- platform-key
- www-norges-bank-no
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/0d027f0a-a8f9-407d-b292-1ca4ab75476a/get_calendar_events
- Interface artifact
- sha256:3f05c7baf9ee6d5f058d1daad785112a955b6c0bfe45abbafebb7bdca8b34225
- Manifest digest
- sha256:ea92f4db93277b68aa15bcb87f77dc9a20d6a002a91aab9d9b97767fdd3e62ee
Request fields
- skip (integer): Number of events to skip from the beginning of the result set for pagination.
- limit (integer): Maximum number of events to return. Must be between 1 and 100.
- event_type (string): Filter events by type. When omitted, all event types are returned.
Example queries
- {"skip":"0","limit":"10","event_type":"policy_rate_decisions"}