https://github.com/jaddek/ecb
Exchange rates provider of European Central Bank
https://github.com/jaddek/ecb
ecb european-central-bank exchange-rates http-client
Last synced: 26 days ago
JSON representation
Exchange rates provider of European Central Bank
- Host: GitHub
- URL: https://github.com/jaddek/ecb
- Owner: jaddek
- Created: 2024-06-13T02:48:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T03:23:40.000Z (about 2 years ago)
- Last Synced: 2025-12-26T09:42:46.274Z (6 months ago)
- Topics: ecb, european-central-bank, exchange-rates, http-client
- Language: Go
- Homepage: https://www.ecb.europa.eu
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# ECB rates
Exchange rates between the Euro and other currencies set by the European Central Bank
```go
ECB_URL = "https://www.ecb.europa.eu"
ECB_RATES_PATH = "/stats/eurofxref/eurofxref-daily.xml"
```