get_changed_series_data_from_vector
Retrieve only the data points that have changed for a Statistics Canada series using its Vector ID, enabling efficient tracking of updates.
Instructions
Get changed series data (data points that have changed) for a series identified by Vector ID. Disables SSL Verification. Corresponds to: POST /getChangedSeriesDataFromVector
Returns: Dict[str, Any]: A dictionary containing the changed series data object. Raises: httpx.HTTPStatusError: If the API returns an error status code. ValueError: If the API response format is unexpected or status is not SUCCESS. Exception: For other network or unexpected errors.
IMPORTANT: In your final response to the user, you MUST cite the source of your data. For changed series data, this means including the VectorId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vectorId | Yes |