CF_DATE comes as a number of days from Jan 1, 1901 in double (why?) type...
Is there a way to get it in string format?
Python API returns string.
And more general question about the COM API: why do API return the values of the same field in different format for different tickers?
Example 1: CF_DATE is an empty string when is not available, but otherwise - doube
Example 2: TR.VWAP (TR.Close, TR.HIGH) is a double value, but 'NULL' string value if not available for a ticker. Why not just 0?
Thanks,
Igor