Hi everybody,
I am trying to get some Green Bond Data & yesterday everything worked fine.
My approach looks as follows:
green_bonds = rd.discovery.search(
view = rd.discovery.Views.GOV_CORP_INSTRUMENTS,
top = 10000,
filter = "(DbType eq 'CORP' and IsActive eq true and (IsGreenBond eq true))",
select = "RIC,EJVAssetID,DTSubjectName,BusinessEntity,PI,SearchAllCategoryv3,SearchAllCategoryv2,SearchAllCategory,DBSTicker,CouponRate,MaturityDate,IssueDate,ISIN,RCSCurrencyLeaf,RCSCountryLeaf,DbTypeDescription,InstrumentTypeDescription,RCSCouponTypeGenealogy,FaceIssuedUSD,RCSBondGradeLeaf,RCSFIClassificationCodes,IsGreenBond",
order_by = "IssueDate,DTSubjectName desc")
The response I get today is:
RDError: Error code 403 | {"ErrorCode":1401,"ErrorMessage":"Application id RD-PYTHON-LIB is invalid"}. Contact Refinitiv to check your permissions.
I dont get it, yesterday and all the days before the very same code worked fine.
I also tried out different APP-IDs; no success.
What is the issue here?
Kind regards