I have a list of PermID's in a dataframe for a large number of companies.
I'd like to enrich this list with Company Name, Country (i.e. United Kingdom), RIC, ticker, Exchange its listed on (i.e. FTSE), business summary etc etc. I can find plenty of articles about using various methods of using company name, but not the other way around by using Perm ID to query additional info about a company.
What do you guys recommend?
Thank you