10 dk bir güncellenen döviz ve altın verilerini içeren api devreye aldım, https://www.zulfumehmet.com/api/piyasa.json bu adresten ulaşabilirsiniz,
Örnek php kodu;
<?php
$url = 'https://www.zulfumehmet.com/api/piyasa.json'; //veri cekilecek api adresimiz
$veri = file_get_contents($url);
$data = json_decode($veri, 1);
print_r($data);
Ayırntılar için
https://www.zulfumehmet.com/ucretsiz...yasa-verileri/