I was trying to run the below code. The case is, on jupyter notebook, I am not receiving any returned records. this code came from https://github.com/Refinitiv-API-Samples/Example.RDPLibrary.Python/blob/master/1.1.0%20-%20Function%20-%20Historical%20Pricing.ipynb
On the said website, the expected result is the below image.
However, when I try to replicate this from my end, I am getting no response. Please see the image below:
You'll notice that I was able to request a token but when I run rdp.get_historical_price_events('VOD.L'), I cannot get any error msg or historical values.