.As per client, he can see the data in Workspace desktop but when trying to pull it in API, he is getting the error (screenshot)|
Client has relayed access for RIC AAPL.O
Client is using the below script:
    
        
            
    
 
events = rd.get_history(
        universe=['AAPL.O'],
        start=dt.date(2024, 1, 1).strftime('%Y-%m-%d'),
        end=dt.date(2025, 12, 31).strftime('%Y-%m-%d'),
        fields=[
            'TR.EventType'
        ]
    )
Can you please advise?