I want to use ZP to download financial data from morningstar.com
The URL to return the financial data is like this
http://mschart.morningstar.com/chartweb/defaultChart?type=getcc&secids=F00000H3VG;XI&dataid=8225&startdate=2018-03-28&enddate=2019-03-28¤cy=&format=1&callback=jQuery17209497126185594382_1553795038840&_=1553795041139
It's the source data for a chart on the quote page
http://quotes.morningstar.com/indexquote/quote.html?t=F00000H3VG
The main question is: how can we get the callback parameter part "&callback=jQuery17209497126185594382_1553795038840&_=1553795041139" in order to create the complete URL?
It's not on the source code of the quote page.
We can find that URL from the "F12" debug tab of Chrome on the quote page when the chart is being loaded, but is there a way to get it in ZP?
Any ideas?
Thanks.
The URL to return the financial data is like this
http://mschart.morningstar.com/chartweb/defaultChart?type=getcc&secids=F00000H3VG;XI&dataid=8225&startdate=2018-03-28&enddate=2019-03-28¤cy=&format=1&callback=jQuery17209497126185594382_1553795038840&_=1553795041139
It's the source data for a chart on the quote page
http://quotes.morningstar.com/indexquote/quote.html?t=F00000H3VG
The main question is: how can we get the callback parameter part "&callback=jQuery17209497126185594382_1553795038840&_=1553795041139" in order to create the complete URL?
It's not on the source code of the quote page.
We can find that URL from the "F12" debug tab of Chrome on the quote page when the chart is being loaded, but is there a way to get it in ZP?
Any ideas?
Thanks.
Последнее редактирование: