无法从网站上提取基金价格......我做错了什么?

时间:2014-03-29 09:07:21

标签: xml xpath

我正试图从本网站中间的价格表中提取A(Mdis)HKD的每日资产净值价格:

http://www.franklintempleton.com.hk/en_HK/investor/funds/price-and-distribution/256/Templeton-Global-Bond-Fund/Pricing-

我在Google表格中使用了importXML功能

= importxml(,“// div [@ class ='pageTitle'] / h1”)

但它没有返回任何东西。

我已经玩了很长时间的公式,无法解决问题。

任何帮助都将受到高度赞赏!

1 个答案:

答案 0 :(得分:0)

此网站似乎以验证您接受某些条款的Cookie为基础。以私人模式或其他浏览器打开页面,看看我在说什么; Google Spreadsheets也会看到同一页面。

由于您无法在没有编程脚本的情况下将Cookie与Google Spreadsheets一起使用(即使我们不确定),您也无法使用importxml(...)来阅读此信息。