Php google finance getprices URL通过浏览器工作,但自2018年8月3日起不再工作

Php google finance getprices URL通过浏览器工作,但自2018年8月3日起不再工作,php,google-finance,google-finance-api,Php,Google Finance,Google Finance Api,google finance getprices URL通过浏览器工作,但自2018年8月3日起不再工作 有什么解决办法吗 我也用PHP进行了编程检查 <?php $arrContextOptions=array( "ssl"=>array( "verify_peer"=>false, "verify_peer_name"=>false, ),

google finance getprices URL通过浏览器工作,但自2018年8月3日起不再工作 有什么解决办法吗

我也用PHP进行了编程检查

<?php
$arrContextOptions=array(
            "ssl"=>array(
                "verify_peer"=>false,
                "verify_peer_name"=>false,
            ),
        );  

$URL = 'https://finance.google.com/finance/getprices?f=d,c,v,k,o,h,l&p=60&x=NSE&q=ITC&i=60;
$filecontent = file_get_contents( $URL , false, stream_context_create($arrContextOptions));


print_r($filecontent);
?>

我也不能通过浏览器工作。始终显示“很抱歉……但是您的计算机或网络可能正在发送自动查询。为了保护我们的用户,我们现在无法处理您的请求。”-请使用任何设备。