Hello,
When I run a query for datatype WC07015 in a snapshot request (in R) the value it gives me is a character value of numbers that I cannot translate into a date. This data type is supposed to be the day that a company was delisted. How do I convert this value into a date?
sf <- dsws$snapshotRequest(instrument = c("A:EVMX", "A:CBAX"), datatype = c("ISIN", "NAME", "WC07015"), requestDate = "0D")
Running this gives me these outputs:
However if I run the query without the CBA company ticker I get the result I'd expect like this:
Can someone please help me understand why it is doing this, and let me know how to get it to give me a proper date when I run more than one company query.
Thanks,
Ed.