Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #1466 > unrolled thread

FinancialData[], German index "DAX", "FinancialData::notent:"

Started byMatthias Bode <lvsaba@hotmail.com>
First post2011-04-04 10:30 +0000
Last post2011-04-04 11:28 +0000
Articles 2 — 2 participants

Back to article view | Back to comp.soft-sys.math.mathematica


Contents

  FinancialData[], German index "DAX", "FinancialData::notent:" Matthias Bode <lvsaba@hotmail.com> - 2011-04-04 10:30 +0000
    Re: FinancialData[], German index "DAX", "FinancialData::notent:" Chris Degnen <degnen@cwgsy.net> - 2011-04-04 11:28 +0000

#1466 — FinancialData[], German index "DAX", "FinancialData::notent:"

FromMatthias Bode <lvsaba@hotmail.com>
Date2011-04-04 10:30 +0000
SubjectFinancialData[], German index "DAX", "FinancialData::notent:"
Message-ID<inc6l2$ue$1@smc.vnet.net>
Hola:

1. I extracted the ticker symbols for "F:"

frazero = FinancialData["F:*", "Lookup"];
len = Length[frazero]
Sort[Table[{FinancialData[frazero[[n]],
         "Name"], frazero[[n]]}, {n, 1, len}]]

and I got 10'619 data elements, most like {"10TACLE STUDIOS", "F:T1C"} .

2. I failed to find the ticker symbol for the German stock index "DAX". Could somebody please tell me?

3. Of the 10'619 data elements 745, however, evaluated to

"FinancialData::notent: "\!\(\"F:0CP\"\) is not a known entity, class, or tag for \!\(\"FinancialData\"\). Use \!\(\"FinancialData\"\)[] for a list of entities."

Maybe, these data should be curated?

Saludos,

MATTHIAS BODE
S 17.35775=B0, W 066.14577=B0
2'740 m
AMSL.

[toc] | [next] | [standalone]


#1471

FromChris Degnen <degnen@cwgsy.net>
Date2011-04-04 11:28 +0000
Message-ID<inca1m$1rp$1@smc.vnet.net>
In reply to#1466
On Apr 4, 11:30 am, Matthias Bode <lvs...@hotmail.com> wrote:
>
> 2. I failed to find the ticker symbol for the German stock index "DAX". Could somebody please tell me?


I've found Google's the best way to find ticker names, e.g.

http://www.google.com/search?q=dax

FinancialData["^GDAXI"]

[toc] | [prev] | [standalone]


Back to top | Article view | comp.soft-sys.math.mathematica


csiph-web