Home > Forum Home > Valuing Investments and Businesses > Work with Excel and Bloomberg Share

Work with Excel and Bloomberg

Excel Help for Work With Excel And Bloomberg in Valuing Investments and Businesses


Forum TopicPost Reply Login

Work With Excel And Bloomberg

Rate this:
(3/5 from 1 vote)
ConfusedHi,

I am going to develop one investment software in which I need to download data from Bloomberg. I can download using 'Bloomberg menubar' on Bloomberg workstation, but I want to do this programmatically by using Bloomberg API and excel VBA. Can anyone help me in this issue?
 Posted by on
 
Replies - Displaying 21 to 21 of 21Order Replies By: Most recent | Chronological | Highest Rated
Shocked
Rate this:
(4/5 from 2 votes)
You can probably initiate the Bloomberg API within the VBA code and then make calls based on available functions with the API.  A full list of fields available for the Bloomberg API can be found at [http://about.bloomberg.com/software/info_api.html].

An example of initiating and using this once logged in to Bloomberg could be:

VBA Code:
ChNo = Application.DDEInitiate(app:="BLP", topic:="S")

BBQuery = " ' " & ISIN & Corp & ", [RTG_SP] ' "

BBList = Application.DDERequest(ChNo, BBQuery)

Alternatively, you could download the Bloomberg ActiveX control (available from [http://about.bloomberg.com/software/api_tools.html]) and interact with that from within your Excel VBA Code.
 Excel Business Forums Administrator
 Posted by on
 Displaying page 3 of 3 

Excel templates and solutions matched for Work with Excel and Bloomberg:

Solutions: OLAP Reporting Resource Management Construction Cost Estimation Employee Shift Scheduling Complete Trading System Financial VBA Code Password Recovery Business Planning Templates Index Numbering and Logging Real Time Stock Quotes Charting Tools Compare Files Worksheet Analysis Separate Data Video Tutorials Dimensional Analysis and Measurement Construction Schedule Templates Workbook Search File Navigator Merge Data Ranges Batch Printing Training Templates Six Sigma Templates Random Sampling Dashboard Training with Examples Work Efficiency Add-ins
Categories: Excel Productivity Time Saving