Skip to content
Prev 13147 / 15274 Next

Gold

Robert,

You can get the GLD data from Yahoo Finance with:

require(quantmod)
getSymbols("GLD", from="1990-01-01")

Or, for the open-interest cross from quandl,

require(IKTrading)
CME_GC <- quandClean("CHRIS/CME_GC", start_date=from, end_date=to,
verbose=verbose) #Gold
Hope this helps.

-Ilya
On Sun, Feb 15, 2015 at 5:54 PM, Robert Sherry <rsherry8 at comcast.net> wrote: