get_source_utime_fred: Get FRED Series Last Update Time

View source: R/fred_data.R

get_source_utime_fredR Documentation

Get FRED Series Last Update Time

Description

Return the last update time of a FRED series as POSIXct in UTC.

Usage

get_source_utime_fred(
  series_id,
  config = NULL,
  from_server = FALSE,
  tz = "America/Chicago"
)

Arguments

series_id

Character. FRED series ID.

config

Optional list with fields: api_key, url, mode.

from_server

Logical. If TRUE, query the FRED series endpoint for the reported update time. Otherwise infer it from the registry frequency.

tz

Time zone used when parsing or inferring the update time.

Value

POSIXct (UTC).


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