Re: Mathematica - financial data
- From: hansschwark@xxxxxxxxxx
- Date: Tue, 06 Nov 2007 11:10:19 -0800
On 6 Nov., 18:21, Jean-Marc Gulliet <jeanmarc.gull...@xxxxxxxxx>
wrote:
Financial information about currency exchange rates seem to be in a very
poor state, to say the least.
You are 100% correct there!
In[3]:= FinancialData["USD/GBP"]
Out[3]= 0.4794
In[4]:= FinancialData["USD/GBP", All]
Out[4]= Missing["NotAvailable"]
Regards,
--
Jean-Marc
In the example in the Mathematica documentation...
---
Plot the log of the Dow-Jones Industrial Average for all available
dates:
DateListPlot[{#1, Log[10, #2]} & @@@ FinancialData["^DJI", All]]
---
it suggest the option "All" gives *all* available data. Given you have
found USD/GBP for today, then "All" option should have at least todays
data. Very odd.
Even more strange, is that if you enter today's date, it can't be
found either:
In[4]:= FinancialData["USD/GBP"]
Out[4]= 0.4794
In[10]:= FinancialData["USD/GBP", {11, 6, 2007}]
Out[10]= Missing["NotAvailable"]
In[11]:= DateList[]
Out[11]= {2007, 11, 6, 20, 3, 37.1801379}
To be fair, the documentation does say the FinancialData contains
experimental features.
.
- References:
- Mathematica - financial data
- From: hansschwark
- Re: Mathematica - financial data
- From: Jean-Marc Gulliet
- Mathematica - financial data
- Prev by Date: Re: Can 5.2 Mathematica book be installed in 6?
- Next by Date: Help with math classes
- Previous by thread: Re: Mathematica - financial data
- Next by thread: Can 5.2 Mathematica book be installed in 6?
- Index(es):
Relevant Pages
|