<?php
$json=file_get_contents("https://www.bloomberg.com/markets/api/comparison/data?securities=GAZP:RM");
$data = json_decode($json);
print_r($data);
?>
Дневник портфельного управляющего
<?php
$json=file_get_contents("https://www.bloomberg.com/markets/api/comparison/data?securities=GAZP:RM");
$data = json_decode($json);
print_r($data);
?>