Hi, Vitaliy
That's not really what I am after.
To give you a clearer example, certain of the Indices covered by FinancialData[] can return date series values.
For example, this works:
FinancialData["^FTSE", {{2014, 1, 1}, {2014, 3, 31}}]
...but this doesn't...
FinancialData["^DJI", {{2014, 1, 1}, {2014, 3, 31}}]
...despite the fact that THIS DOES return a spot price:
FinancialData["^DJI"]
So there is what I call "coverage" for "^DJI", but that coverage is not as complete as that for "^FTSE".
Another useful thing to know, when there was date series coverage, what the first valid date is (or, indeed, last valid date). If you are mapping a function across a list of multiple stock/index identifiers for a certain period (perhaps producing an array of plots), it would be useful to know in advance which ones will return incomplete date series.
Sorry to have been unclear in my first question.
Regards
Brad