• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Where can I get historical gold prices?

Shlomi

SuperDerivatives
Joined
4/24/08
Messages
146
Points
28
Where can I get the prices for free?
 
Depends on what frequency and time period you need. You can definitely get past one year price data from Bloomberg or Reuters but it will not be tick level data. It will be more like 10min, 30min, 1hr, daily frequency. If you have a paper or trading account with IB you can even get historical data from IB but there are some restrictions like number of data requests you can have in one minute period and the amount of data in each request, etc.
 
Well, Im looking for something in more accessible fashion. I think that bloomberg will do it.
 
Well, Im looking for something in more accessible fashion. I think that bloomberg will do it.

What date range do you want? Let me know and I'll send you the csv.
 
3 years back daily data will be good, thanks
 
Well, Im looking for something in more accessible fashion. I think that bloomberg will do it.

So go to subotnick center and use their bloomberg.

Or, write a script to pull the prices on that website Eugene linked. It should be pretty easy (look at the urls!)
 
Back
Top