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 : Optional[List[str]]
-
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 : Optional[List[bool]]
-
An optional array of forecast flags. When included, it must be the same length as the list of Values.
var metadata : Optional[Dict[str, Any]]
-
The metadata.
var metadataBaseSeries : Optional[str]
-
An optional existing series to inherit metadata from.
Methods
def values(...) ‑> List[Optional[float]]
-
D.values() -> an object providing a view on D's values