Dear team,
We have encountered a problem with the following request (from Jan 1, 2025, till today):
curl --location 'https://product.datastream.com/DSWSClient/V1/DSService.svc/rest/GetData' \
--header 'Content-Type: application/json' \
--data-raw '{
"DataRequest": {
"DataTypes": [
{
"Properties": null,
"Value": "368E"
}
],
"Date": {
"End": "2025-01-11",
"Frequency": "D",
"Kind": 0,
"Start": "2025-01-01"
},
"Instrument": {
"Properties": null,
"Value": "@GOOG"
},
"Tag": null
},
"Properties": null,
"TokenValue": "{token}"
}'
And this is the response:
RESPONSE: ("Value": "NA")
{
"DataResponse": {
"AdditionalResponses": null,
"DataTypeNames": null,
"DataTypeValues": [
{
"DataType": "368E",
"SymbolValues": [
{
"Currency": "NA",
"Symbol": "@GOOG",
"Type": 6,
"Value": "NA"
}
]
}
],
"Dates": [
"/Date(1735689600000+0000)/"
],
"SymbolNames": null,
"Tag": null
},
"Properties": null
}
Can you please advise what could be the issue ?
Regards,
Ronen