get_changed_series_data_from_cube_pid_coord
Retrieve changed data points from a Statistics Canada cube by ProductId and coordinate. Coordinates are automatically padded to 10 dimensions, enabling precise tracking of series updates.
Instructions
Retrieves changed series data (data points that have changed) using Cube ProductId and Coordinate string. Coordinates are automatically padded to 10 dimensions. Disables SSL Verification. Corresponds to: POST /getChangedSeriesDataFromCubePidCoord
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, ProductId (pid), and Coordinate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productId | Yes | ||
| coordinate | Yes | Coordinate string (e.g., '1.1'). Padding to 10 dimensions is handled automatically. |