Jumat, 28 September 2012

[ExcelVBA] ^VIX

 

Hello Every One,

Good day I Hope? I am using
Dim objXML As Object
Dim strURL As String
Dim Sym As String
Set objXML = CreateObject("MSXML2.XMLHTTP")

strURL = " http://finance.google.com/finance/historical?histperiod=daily&q= " _
& Sym & "&startdate=Jan+1%2C+1975" & "&enddate=" _
& 1 & "+" & 27 & "%2C+" & 2010 & "&output=csv"

It brings in the most recent data and the dates do not make a difference. What I an trying to do it bring in the price history for VOLATILITY S&P 500 (^VIX), but it is failing.

The Sym can not be ^VIX or any combination that I have tried. Any ideas what I can use to get this to work?

Thanks,
David

__._,_.___
Recent Activity:
----------------------------------
Be sure to check out TechTrax Ezine for many, free Excel VBA articles! Go here: http://www.mousetrax.com/techtrax to enter the ezine, then search the ARCHIVES for EXCEL VBA.

----------------------------------
Visit our ExcelVBA group home page for more info and support files:
http://groups.yahoo.com/group/ExcelVBA

----------------------------------
More free tutorials and resources available at:
http://www.mousetrax.com

----------------------------------
.

__,_._,___

Tidak ada komentar:

Posting Komentar