CURS CURENT

GET /api/curs-bnr

Deschide JSON

CURS LA DATĂ

GET /api/curs-bnr/:data

2026-09-11

ISTORIC

GET /api/istoric-bnr

EUR · ultimele 30 zile

CONVERSIE

GET /api/convertor

100 EUR → RON

Endpoint-uri

EndpointParametri
GET /api/curs-bnr
GET /api/curs-bnr/2026-09-11YYYY-MM-DD
GET /api/istoric-bnrcurrency · from · to · interval=daily|monthly
GET /api/convertorfrom · 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'