Bond Python Data Issue

Options

I have a question regarding you Python API. I am trying to pull data for ISIN FR001400CKA4. However, I get the following error:refinitiv.data._errors.RDError: Error code 1 | No data to return, please check errors: ERROR: No successful response.(TS.Intraday.UserNotPermission.92000, User has no permission)This code works for many bonds apart from a few can you explain to me what the issue may be?bars = hp.summaries.Definition(universe = ric,interval = hp.Intervals.ONE_MINUTE,start = f"{self.NAVDate}T00:00:00",end = f"{self.NAVDate}T23:59:59",fields = ["BID"]).get_data().data.df.rename(columns={"BID": "PRICE"})

Kindly note RIC FR001400CKA4= has the permission to access the data.

Answers

  • @Uday_PK

    The error message is quite clear -

    (TS.Intraday.UserNotPermission.92000, User has no permission
    

    The user does not have permission to get the intraday data for this particular instrument. Unfortunately, we cannot check or apply entitlements. Please reach out to LSEG account manager for this.