Tagged Questions
0
votes
1answer
75 views
financial data behind Wolfram|Alpha and Finance Platform
I need to price 23,000 securities from 1999 to 2007, and they are surprisingly hard to find on subscription-based services, like Bloomberg LP, ThomsonReuters or S&P CapitalIQ offerings. Probably ...
4
votes
0answers
94 views
Under what conditions does FinancialData return a ::notent message?
I tried retrieving FinancialData for a few companies but when I tried doing it for NTDOY, I couldn't. As of 25/12/2012, querying
...
4
votes
0answers
118 views
FinancialData property value at a given date
I was trying to get the volatility value of a specific equity on a given day.
Based on the Mathematica Help, the syntax is
...
0
votes
1answer
100 views
how to get modify the following correlation matrix with a specific list of financial prices?
The following takes the last 5 members of the Dow Jones index and plots the correlation matrix of the last 5 years of daily prices:
...
8
votes
2answers
860 views
Problem with Financial Data
I'm following http://reference.wolfram.com/mathematica/ref/FinancialData.html
I get the following:
In[6]:= DateListLogPlot[FinancialData["^DJI", All]]
During ...
9
votes
1answer
148 views
How can I convert the dates returned by FinancialData into decimal representation?
I'm trying to run a regression using Fit on the output of FinancialData["SPY", "Jan. 1, 2011"]. However, the dates returned ...