Js
$http .jsonp('https://ajax.googleapis.com/ajax/services/feed/load?v=1.0&q=http://www.nbrb.by/RSS/?p=RatesDaily&callback=JSON_CALLBACK') .then(function(data, status, headers, config) { $scope.ByBankFeed = data.data.responseData.feed.entries[0].contentSnippet; });
HTML
{{ByBankFeed}}
Get
Евро 23 002,00 Доллар США 20 206,00 Российский рубль 294,21
How can I get the US course, namely 20206 , given that the numbers in this line will change, and the words will be static. Further, the result is planned to apply for the formula.