mav353
New member
- Joined
- Sep 21, 2018
- Messages
- 1
- Reaction score
- 0
- Points
- 0
- Excel Version(s)
- Excel 2013
I have a list of a few thousand company IDs from OpenCorporates and I'd like to use their API to return officers of those companies. I want to do this in excel with PowerQuery, and I've been successful using the From Web function to retrieve the data for one call at a time. However, I can't figure out how to loop over my list of companies to make a few hundred calls at a time.
Does anyone have experience with making multiple API calls in PowerQuery? So far my forum searching hasn't yielded productive results. I'm pretty inexperienced with M but have been successful modifying pre-existing code to fit my purposes in the past.
I've been using the following 3 calls as examples:
Does anyone have experience with making multiple API calls in PowerQuery? So far my forum searching hasn't yielded productive results. I'm pretty inexperienced with M but have been successful modifying pre-existing code to fit my purposes in the past.
I've been using the following 3 calls as examples:
https://api.opencorporates.com/companies/gb/07444723 https://api.opencorporates.com/companies/us_fl/F06000000438 https://api.opencorporates.com/companies/us_fl/P14000045784 Thanks for your help! |