...vc GetDataBundle
Some of the date is missing data when running Rest API for History data from datastream.com/dswsclient/V1/DSService.svc GetDataBundle
for example i am not getting WC08631A (Net Sales/Revenues 1 Year Annual Growth) data for for ISIN US02079K1079 (GOOGL)
Example for the Body I am using - maybe something is wrong with the parameters
https://product.datastream.com/dswsclient/V1/DSService.svc/rest/GetDataBundle
{
"DataRequests": [
{
"DataTypes": [
{
"Properties": null,
"Value": "P"
},
{
"Properties": null,
"Value": "WC08631A "
}
],
"Date": {
"End": "",
"Frequency": "",
"Kind": 0,
"Start": "2023-03-28"
},
"Instrument": {
"Properties": null,
"Value": "US02079K1079"
},
"Tag": null
}
],
"Properties": null,
"TokenValue": "<token>"
}