API · JSON
API curs BNR
GET · fără cheie · CORS
CURS CURENT
GET /api/curs-bnr
Deschide JSONCURS LA DATĂ
GET /api/curs-bnr/:data
2026-09-11ISTORIC
GET /api/istoric-bnr
EUR · ultimele 30 zileCONVERSIE
GET /api/convertor
100 EUR → RONEndpoint-uri
| Endpoint | Parametri |
|---|---|
GET /api/curs-bnr | — |
GET /api/curs-bnr/2026-09-11 | YYYY-MM-DD |
GET /api/istoric-bnr | currency · from · to · interval=daily|monthly |
GET /api/convertor | from · to · amount · date opțional |
Exemple
curl 'https://evaluta.ro/api/curs-bnr'
curl 'https://evaluta.ro/api/curs-bnr/2026-09-11'
curl 'https://evaluta.ro/api/istoric-bnr?currency=EUR&from=2026-08-13&to=2026-09-11'
curl 'https://evaluta.ro/api/istoric-bnr?currency=EUR&interval=monthly&from=2021-01-01&to=2026-09-11'
curl 'https://evaluta.ro/api/convertor?from=EUR&to=RON&amount=100&date=2026-09-11'