This package provides feature for searching currency courses for russian rouble
You must have implementation of psr/http-client-implementation
Run command: composer require artarts36/cbr-course-finder
$f = new \ArtARTs36\CbrCourseFinder\Finder(new \GuzzleHttp\Client());
var_dump($f->findAt(new \DateTime())->mapOnIsoCode());