Google 财务错误 API

Error in Google finance API

我想使用 google 金融 api 转换货币。但它在我的本地机器(印度)上不起作用。 当我从位于美国的一台服务器上访问并提供正确的结果时,它工作正常。

Url : https://finance.google.com/finance/converter?a=1&from=ZAR&to=USD&meta=53336452-3e60-4fa1-9740-9ef8ea9e9118

任何人都可以帮助我在我的本地机器上正常工作 api 吗?

如有任何帮助,我们将不胜感激 谢谢

I was facing the similar issue (Google Converter API suddenly not working)

根据我的发现,我得到了解决方案并在此得出结论,Google 最近更新了财务 API。 下面的 link 适合我

最新 URL: https://finance.google.com/bctzjpnsun/converter

file_get_contents("https://finance.google.com/bctzjpnsun/converter?a=$amount&from=$from_Currency&to=$to_Currency");