About 50 results
Open links in new tab
  1. How can I get the Bloomberg BDH function through Python with xbbg?

    Jul 15, 2022 · I like the functionality of xbbg as a Bloomberg wrapper, but its documentation leaves a little to be desired. On the other hand, you have the python source, so you can track through it, if you …

  2. Retrieving quotes with different pricing sources in python with xbbg

    Jan 21, 2026 · In xbbg, the extra keyword args you pass to blp.bdh (...) are mostly treated like request options (Excel-ish stuff like Per, Days, Fill, adjustment flags, etc.), not Bloomberg “field overrides”. …

  3. XBBG works for historical, but not intraday, data with regards to ...

    Oct 17, 2020 · I'm using the xbbg library to download bloomberg data and all is well so long as I stick to equities and/or end of day data. But if I try to get intraday data for a government bond, it fails to fin...

  4. bloomberg - bdib () function in xbbg - python - Stack Overflow

    Jun 29, 2022 · I was trying to collect intraday data from bloomberg and need to set the time interval to 10s (collect data from the previous day every 10s). I have tried bdib() in xbbg package, code like this: (

  5. How to translate a BDS excel-formula to XBBG API for Python

    With xbbg you can usually supply Python types, with the override name becoming the parameter name (no quotes) in the bds call. So in this case the date override can be a datetime value, and the chain …

  6. how to get bloomberg index data using blpapi and xbbg on python

    Oct 24, 2023 · I'd like to pull data from blpapi and xbbg. It works well on Excel as belows.

  7. Use Bloomberg real time data feed with xbbg - Stack Overflow

    Feb 22, 2022 · I am trying to migrate all the bbg real time functions to Python and came across xbbg blp.live function. Not sure if anyone did something similar, but my question is whether blp.live is real …

  8. XBBG works for some indexes, but not others - Stack Overflow

    Sep 2, 2022 · I've been using xbbg to get historical data for some indexes, and while some work no problem, others will return an empty dataframe. Here's an example version of the kind of code I've …

  9. python - How to pass an xbbg/blpapi Bloomberg time series into a …

    Jun 20, 2021 · I am using xbbg and blpapi to pull time series directly from Bloomberg and would like to turn them into a pandas DataFrame to be able to run some time series analysis.

  10. How to use the BQL Bloomberg excel formula for python API (xbbg or ...

    Aug 20, 2021 · Is there a way to use the BQL-formula in Python in the BLPAPI or XBBG API's instead of looping through a bunch of tickers to retrieve data on i.e. all of the stocks of the S&P500 using a …