• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Bloomberg API for requesting quotes/trading bonds

Joined
1/27/10
Messages
2
Points
11
I am trading bonds through the bloomberg trading system. The process is that a quote is requested and then a pop up window appears stating the price and pass or take. I'd like to automate requesting the quotes and deciding on execution programatically. As far as I can tell the bberg api doesn't support trading. We are trading using their TSOX system for staging/execution on the FIT platform
1) Is there another api for trading ?
2) Would the bberg dde allow me to do it ?
3) Where can I find docs to guide me ?
 
Andy,
From your response, it sounds like you anticipate that they will release one?
 
Back
Top