Message Boards Message Boards

0
|
3903 Views
|
0 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Avoid FinancialData Lookup to return tickers that it does not recognise?

Posted 8 years ago

Hi all,

I am trying the following piece of code:

Dat = FinancialData["DE:A*", "Lookup"];
Fdat = FinancialData[#1, "Jan. 1, 2016"] & /@ Dat;

Giving me the following error:

FinancialData::notent: DE:A2TA is not a known entity, class, or tag for FinancialData. Use FinancialData[] for a list of entities.

FinancialData::notent: DE:A3E is not a known entity, class, or tag for FinancialData. Use FinancialData[] for a list of entities.

FinancialData::notent: DE:A55 is not a known entity, class, or tag for FinancialData. Use FinancialData[] for a list of entities.

General::stop: Further output of FinancialData::notent will be suppressed during this calculation.

It seems as if "Lookup" returns ticker names that are in turn not recognised by the same function. Is there any way to not include those in the Dat and Fdat lists?

Best, Max

Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract