cnb_snapshots: Fetch Czech National Bank (CNB) ARAD snapshots

View source: R/cnb.R

cnb_snapshotsR Documentation

Fetch Czech National Bank (CNB) ARAD snapshots

Description

Retrieve the list of available snapshots (data vintages) from the CNB ARAD database. Snapshot ids can be passed to the snapshot_id argument of cnb_data().

Usage

cnb_snapshots(lang = "en", api_key = cnb_arad_key())

Arguments

lang

(character(1))
Language for the textual attributes, either "en" or "cs". Default "en".

api_key

(character(1))
API key to use for the request. Defaults to the value returned by cnb_arad_key(), which reads from the CNB_ARAD_KEY environment variable.

Value

A data.table::data.table() with columns snapshot_id and snapshot_name.

Source

https://www.cnb.cz/docs/arad20/dokumentace/arad_rest_api_cs.pdf

See Also

Other metadata: banxico_metadata(), bbk_dimension(), bbk_metadata(), bcb_currencies(), bdf_dimension(), bdp_dataset(), bdp_dimension(), bdp_domain(), bdp_series(), bis_dimension(), bis_metadata(), boi_dimension(), boi_metadata(), boj_metadata(), cnb_dimension(), cnb_indicators(), cnb_tree(), ecb_dimension(), ecb_metadata(), nob_dimension(), nob_metadata(), onb_dimension(), onb_frequency(), onb_hierarchy(), onb_metadata(), onb_toc(), snb_dimension(), snb_metadata(), snb_toc(), srb_calendar(), srb_series()

Examples

## Not run: 
cnb_snapshots()

## End(Not run)

bbk documentation built on Aug. 28, 2026, 5:07 p.m.