Hi,
I know how to use
 
DateListPlot[FinancialData["ANSS", "Price", {{2023, 1, 1}, {2023, 5, 26}}], 
 Filling -> Axis]
Now, suppose I am looking for the Fund 
Pictet Security R EU LU0270905242.
How can I use
 
DateListPlot[FinancialData[ ....,  {{2023, 1, 1}, {2023, 5, 26}}], 
 Filling -> Axis]
?
Thank you