get_changed_series_list
Retrieve the list of data series updated on a specific date from Statistics Canada, including vector IDs, product IDs, coordinates, and release times.
Instructions
Get the list of series (vectorId, productId, coordinate, releaseTime) that were updated on a specific date (YYYY-MM-DD). Disables SSL Verification. Corresponds to: GET /getChangedSeriesList/{date}
Returns: List[Dict[str, Any]]: A list of dictionaries describing changed series objects. Raises: httpx.HTTPStatusError: If the API returns an error status code. ValueError: If date format is invalid or API response format is unexpected. 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, this means including the VectorId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes |