Trying to get SECD field in GetData results in NA. Can you help me understand why?
Request:
Url:https://product.datastream.com/dswsclient/V1/DSService.svc/rest/GetData
{"DataRequest": {"DataTypes": [{"Properties": null,
"Value": "SECD"}],
"Date": {"End": "",
"Frequency": "",
"Kind": 0,
"Start": ""},
"Instrument": {"Properties": null,
"Value": "S:ROG"},
"Tag": null},
"Properties": null,
"TokenValue": "..."}
Response:
{
"DataResponse": {"AdditionalResponses": null,
"DataTypeNames": null,
"DataTypeValues": [{"DataType": "SECD",
"SymbolValues": [{
"Currency": "SF",
"Symbol": "S:ROG",
"Type": 6,
"Value": "NA"
}]}],
"Dates": [
"2021-11-01T00:00:00"
],
"SymbolNames": null,
"Tag": null},
"Properties": null
}