Created
July 5, 2026 03:49
-
-
Save alvaro-diaz-valenzuela/920cb02f37d232999d0fce2b96833d52 to your computer and use it in GitHub Desktop.
kidzbank-rates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "updatedAt": "2026-07-04T00:00:00Z", | |
| "rates": [ | |
| { "id": "CL", "policyRatePercent": 5.0 }, | |
| { "id": "US", "policyRatePercent": 4.5 }, | |
| { "id": "EU", "policyRatePercent": 2.25 }, | |
| { "id": "MX", "policyRatePercent": 8.0 }, | |
| { "id": "BR", "policyRatePercent": 14.0 }, | |
| { "id": "CO", "policyRatePercent": 9.0 }, | |
| { "id": "PE", "policyRatePercent": 4.75 }, | |
| { "id": "AR", "policyRatePercent": 29.0 }, | |
| { "id": "UY", "policyRatePercent": 8.5 }, | |
| { "id": "GB", "policyRatePercent": 4.0 }, | |
| { "id": "CA", "policyRatePercent": 2.75 }, | |
| { "id": "AU", "policyRatePercent": 3.6 } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment