FinancialData["IndiaNSE", "Members"] // Shallow
gives
{"^CNXIT", "^CRSLDX", "^CRSMID", "NS:20MICRONS", "NS:3IINFOTEC", \
"NS:3MINDIA", "NS:526015", "NS:AARTIDRUG", "NS:AARTIIND", \
"NS:AARVEEDEN", <<1432>>}
But when I query
FinancialData["NS:20MICRONS"]
I get the following error
FinancialData::notent: NS:20MICRONS is not a known entity, class, or tag for
FinancialData. Use FinancialData[] for a list of entities. >>
Interestingly I tried the same query on Wolfram Alpha http://www.wolframalpha.com/input/?i=FinancialData[%22NS%3A20MICRONS%22]
I got this Assuming 20MICRONS | Use 533022 instead
I tried
FinancialData["MB:533022"]
and I got the same error!
Is this expected ?
FinancialData["NS:20MICRONS"]. Take a look at this question http://mathematica.stackexchange.com/questions/16944/under-what-conditions-does-financialdata-return-a-notent-message – Ailton Andrade de Oliveira Aug 06 '13 at 21:22I looked at the link provided above. Sounds like the support must have been discontinued.
I tried using 20MICRONS.NS - it does not work
– ram Aug 06 '13 at 22:51