Exchange Rates API
REST API documentation and examples.
Endpoint
GET /api/rates?city=Moscow&date=2026-09-08
Response (JSON)
{
"base": "USD",
"date": "2026-09-08",
"rates": {"EUR": 0.92, "GBP": 0.79, "RUB": 91.5}
}
Error codes
| Code | Description |
|---|---|
| 400 | Invalid parameters |
| 404 | Data not found |