List available SMARD timestamps
Value
A tibble with one column:
- timestamp
Available SMARD timestamp in milliseconds since epoch (numeric).
Details
The SMARD API provides power market data published by the Bundesnetzagentur. Use this helper to retrieve available timestamps for a given filter/region and resolution. API documentation: https://smard.api.bund.dev.
Note: The registry rate limit states that more than 60 requests per hour are
not permitted. Use safe = TRUE to respect the limit.
See also
smard_timeseries() and smard_table() for data retrieval, and
bunddev_parameters() for parameter discovery.
Other SMARD:
smard_table(),
smard_timeseries()