bloomberg / blpapi-node

Bloomberg Open API module for node.js
http://www.bloomberglabs.com/api/about/
Other
246 stars 50 forks source link

access to BDH bloomberg historical data via blpapi-node? #36

Closed mahalamobile closed 9 years ago

mahalamobile commented 9 years ago

Hi guys

Im trying to get the historical data of JIBRA 3M, now you can do this in excel but i require this as a service, any help appreciated?! see below

=BDH("JIBA3M Index","last price","20150127","20150127") =bdh("ticker","field","start date","end date")

apaprocki commented 9 years ago

There is a historical data request sample that should show you how to do what you're asking. This is just a module for hitting BLPAPI via Node. Historical data requests are available via any of the supported languages. I suggest reading the BLPAPI Developer Guide for more information. Let me know if that answers the question for you.

mahalamobile commented 9 years ago

cool thanks