Hi, The following command
DateListPlot[FinancialData["TSLA", "Jan. 1, 2024"]]
does work.
On the contrary (about the Fund LU0340555134 )
DateListPlot[FinancialData["LU0340555134", "Jan. 1, 2024"]]
I get
" DateListPlot::ldata: Missing[UnknownEntity,{Financial,LU0340555134}] is not a valid dataset or list of datasets."
Is it possible to overcome the obstacle?
Thank you