Module macrobond_data_api.web.web_types.series_request
Classes
class SeriesRequest (*args, **kwargs)
-
A time series request
Ancestors
- builtins.dict
Class variables
var dates : List[str] | None
-
The dates of the series or not specified if deducted from metadata. When included, it must be the same length as the list of Values.
var forecastFlags : List[bool] | None
-
An optional array of forecast flags. When included, it must be the same length as the list of Values.
var metadata : Dict[str, Any] | None
-
The metadata.
var metadataBaseSeries : str | None
-
An optional existing series to inherit metadata from.
Methods
def values(...) ‑> List[float | None]
-
D.values() -> an object providing a view on D's values