Datastream Web Services API Bug

I have a weird problem happening with Datastream Web Services. If I call ds.get_data for one DSCD, it comes back with data for all fields, but if I call with more than one DS Code, it comes back with nothing.


In the below screenshots, the first one returns the correct data for DSCD 130037, but when I include a second DSCD in the call, it returns NA for SEGM. It also happens for a few other DSCD I’ve tried

1693463298571.png

1693463323704.png

Best Answer

  • Jirapongse
    Answer ✓

    @sam.macaluso

    Thank you for reaching out to us.

    I can replicate this issue on Test REST Service.

    {"DataType": "SEGM",
    "SymbolValues": [{
    "Currency": "E ",
    "Symbol": "123654",
    "Type": 6,
    "Value": "XLIF"
    },
    {
    "Currency": "U$",
    "Symbol": "130037",
    "Type": 6,
    "Value": "NA"
    }
    ]
    }
    ],

    It could be a content issue. Please kindly contact the Datastream Webservice support team directly via MyRefinitiv to verify what the problem is.

Answers