Questions tagged [jbloomberg]

jBloomberg is a high-level API that wraps the low-level Bloomberg API.

jBloomberg is a high-level API that wraps the low-level Bloomberg API:

9 questions
8
votes
3 answers

Has anyone found away to call Bloomberg BQL API using Pdblp or another package with Python?

The BQL works in Excel using what appears to be the same API add-in using the same fields to call the Bloomberg data, i.e PX_LAST. I currently run models in python using pdblp, that works great and I would love to move to the BQL version of the API…
2
votes
1 answer

How to request data from an isin instead of a ticker

Using the Bloomberg API via jBloomberg, how do I retrieve data based on an isin or a sedol code instead of a Bloomberg ticker?
assylias
  • 321,522
  • 82
  • 660
  • 783
2
votes
2 answers

Populate a JTable with the contents of a Map

First I’d like to congratulate assylias on the amazing JBloomberg API that has saved my life and I'm asking how can I put the data that I get from the map in JTable already designed in Netbeans. Here is the code for the historical…
malmo
  • 484
  • 9
  • 20
1
vote
1 answer

how to use auth_setup_template in jBloomberg code

I'm new to all around Bloomberg. Having trouble of figuring out how to use auth_setup_template from https://github.com/assylias/jBloomberg/tree/master/src/test/resources in jBloomberg code. I have code that is using BLPAPI directly on which you…
deedeky
  • 45
  • 1
  • 7
1
vote
1 answer

jBloomberg api to get stock quotes exception

I am trying to use jBloomberg to get stock quotes. I m getting following exception. Exception in thread "main" java.lang.UnsupportedClassVersionError: com/assylias/jbloomberg/BloombergSession : Unsupported major.minor version 52.0 at…
1
vote
1 answer

retrieve real-time data from JBloomberg API

I want to retrieve the time and the real-time last Price as double instead of having an output like DataChangeEvent{ESA Index,ASK_SIZE: 204==>192} from the code below DataChangeListener lst = new DataChangeListener() { @Override public void…
malmo
  • 484
  • 9
  • 20
0
votes
0 answers

#N/A Invalid Security - on bdp formula for preliminary security ssap protected but not on SSAP non-preliminary securities

the syntax of your BDP formula is correct and different fields work fine for securities that are SSAP protected and out of preliminary status, but not for securities that are SSAP protected and in preliminary status. Anyone seen this before. All the…
0
votes
1 answer

Bloomberg / R / Newbie

I'm at the moment learning R from a fellow student. I have heard that it's possible to download data from Bloomberg and then, for example, calculate the Returns from Prices. Do I have to convert the data into a time series ? An example would be…
FS2010
  • 111
  • 2
  • 8
0
votes
1 answer

Retrieving BB Factor History data with jbloomberg

I am using com.assylias.jbloomberg package and have managed to get the example code to run. I currently use the BB API's on an Excel spreadsheet. The formula I have is =BDS({isin-code},"FACTOR_SCHEDULE","cols=2;rows=3") This returns data as per…
C Lacy
  • 11