Bloomberg Open API

前端 未结 4 2009
醉话见心
醉话见心 2020-12-02 05:30

Bloomberg Open API announced recently - is it just the Bloomberg SDK which had been (limitedly) exposed to public for quite a while?

My understanding is tha

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-02 05:30

    Since the data is not free, you can use this Bloomberg API Emulator (disclaimer: it's my project) to learn how to send requests and make subscriptions. This emulator looks and acts just like the real Bloomberg API, although it doesn't return real data. In my time developing applications that use the Bloomberg API, I rarely care about the actual data that I'm handling; I care about how to retrieve data.

    If you want to learn how to use the Bloomberg API give it a try. If you want to test out your code without an account, use this. A Bloomberg account costs about $2,000 a month, so you can save a lot with this project.

    The emulator now supports Java and C++ in addition to C#.

    C#, C++, and Java:

    • Intraday Tick Requests
    • Intraday Bar Requests
    • Reference Data Requests
    • Historical Data Requests
    • Market Data Subscriptions

提交回复
热议问题