get_source_utime_sdmx: Get Latest SDMX Observation Time

View source: R/sdmx_data.R

get_source_utime_sdmxR Documentation

Get Latest SDMX Observation Time

Description

Get Latest SDMX Observation Time

Usage

get_source_utime_sdmx(
  series_id,
  provider,
  base_url,
  agency = NULL,
  dataflow,
  version = "latest",
  key = "",
  flow_ref = NULL,
  format = NULL,
  accept = "text/csv",
  time_col = "TIME_PERIOD",
  value_col = "OBS_VALUE",
  dimension_cols = NULL,
  label = NULL,
  frequency = NULL
)

Arguments

series_id

Stable local series identifier.

provider

Provider dialect: oecd, ecb, bis, eurostat, or the IMF DataMapper-compatible imf adapter.

base_url

Provider REST base URL.

agency

Optional SDMX agency identifier.

dataflow

SDMX dataflow identifier.

version

SDMX dataflow version.

key

SDMX series key.

flow_ref

Optional provider-specific flow reference.

format

Provider query format.

accept

HTTP response media type.

time_col, value_col

Source observation columns.

dimension_cols

Columns identifying distinct series in the response.

label, frequency

Optional local metadata.

Value

A UTC POSIXct, or NULL.


investdatar documentation built on Aug. 21, 2026, 5:17 p.m.