Tell me more ×
Mathematica Stack Exchange is a question and answer site for users of Mathematica. It's 100% free, no registration required.

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

 FinancialData["PK:NTDOY"]

yields

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

However, this is weird for two reasons. Firstly, PK:NTDOY is included in the list of financial instruments Mathematica supposedly has data for:

 FinancialData["*NTD*"]

yields

 {"JK:INTD", "NASDAQ:GKNTD", "NASDAQ:UNTD", "PK:ANTD", "PK:NTDMF", "PK:NTDOF", "PK:NTDOY"}

Secondly, if I try using free-form input, e.g.

= NTDOY price from 25 December 2011 to 25 December 2012

I get the same (notent) output; on the other hand, if I click on the orange "Show all results" plus symbol, I get a WA-like tab filled with meaningful data, even though sometimes Mathematica crashes while computing.

So my question is: what does FinancialData truly mean when it states that something is not "known"? Is this a software bug or is it simply that more data is available to WolframAlpha than is to Mathematica?

(I'm using Mathematica 8.0.1.0, by the way.)

share|improve this question
2  
I think it's currently listed "NTDOY" without the PK. On Google, it's PINK:NTDOY, but on Yahoo it says it's been renamed. Try FinancialData["NTDOY"], which works for me. I don't know why it still lists "PK:NTODY" as a valid entity. – Michael E2 Dec 25 '12 at 22:46
1  
The list of instruments given by FinancialData["*"] isn't updated very frequently. In fact, I believe it would only be updated when the paclets are updated. If the availability of a ticker has recently changed, then it may be on the list and no longer work. The best way to see what kind of information is available is to really just look at Yahoo Finance. – Searke Feb 13 at 16:50
@Searke, that looks like an answer to me... – J. M. Apr 28 at 16:20

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.