get_country_churn
Per-country participant churn
New (joiner) vs departed (leaver) participants for one country, as a daily series and an all-time monthly rollup, from the hourly churn rollup. A valid but unknown country returns empty arrays. Keyless-cacheable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Inclusive upper bound of the daily series (YYYY-MM-DD UTC). Defaults to today. | |
| code | Yes | Two-letter country code (ISO 3166-1 alpha-2), case-insensitive. | |
| from | No | Inclusive lower bound of the daily series (YYYY-MM-DD UTC). Defaults to 30 days ago. |