My company is trying to get daily close prices of some publicly traded companies. I am looking into using Bloomberg API, but it is not very clear which product is the best to use. Here are some of my requirements:
- Ideally, I would need this process automated and running every weekday.
- I would like to use the Python API (blpapi) for getting this info.
- If possible, it would be best if this could be integrated within GCP.
I have been given access to Bloomberg Data License temporarily, but it is not clear how to get to using blpapi from there. Some posts (like this) mention that C++ SDK is needed for manual installation, while this and this says C++ API installation is no longer required. This post also says there should be a Bloomberg product installed to connect the API.
For my use case, what exactly do I need in terms of licenses, products, and is there a good description of setting it all up? In the end, I need to be able to use the blpapi library to get close prices. I can worry about automation and GCP later.