Hi
I am using the standard get_data function to download some data. I am getting the below error.
"Unable to collect data for the field 'TR.OPENPRICE' and some specific identifier(s).",
I am having the same issue with other india tickers like TCS.NS but not for UK tickers like LLOY.L
What is the issue?
I have code to download data in batch so this kind of error is concerning. How can I ensure if there is an error I can automatically flag it? Is err = None the best way to check for errors?
Thanks