How do I store data from the Bloomberg API into a Pandas dataframe?
问题 I recently started using Python so I could interact with the Bloomberg API, and I'm having some trouble storing the data into a Pandas dataframe (or a panel). I can get the output in the command prompt just fine, so that's not an issue. A very similar question was asked here: Pandas wrapper for Bloomberg api? The referenced code in the accepted answer for that question is for the old API, however, and it doesn't work for the new open API. Apparently the user who asked the question was able to