Module macrobond_data_api.web.web_types.series_observation_history_response

Classes

class SeriesObservationHistoryResponse (*args, **kwargs)

The history of changes of an observation

Ancestors

  • builtins.dict

Class variables

var observationDate : str

The date of the observation

var timeStamps : List[Optional[str]]

A list of timestamps of when the historical values were recorded. The first timestamp may be null if the time of the original is unknown.

Methods

def values(...) ‑> List[Optional[int]]

D.values() -> an object providing a view on D's values