小编use*_*670的帖子

Bloomberg VBA API:如何用VBA和BLPAPI替换BDS呼叫?

我目前以下列方式使用BDS:

=BDS("FDS US Equity","TOP_20_HOLDERS_PUBLIC_FILINGS","cols=10;rows=20")
Run Code Online (Sandbox Code Playgroud)

我有BBG VBA类模块,具有以下功能:

Public Function ReferenceDataRequest(security As String, fields() As String) As Variant

Public Function HistoricalDataRequest(securities() As String, fields() As String, startDate As String, endDate As String, periodicity As String, nonTradingDayFillOption As String, nonTradingDayFillValue As String) As Variant

Public Function IntradayTickRequest(security As String, startDate As String, endDate As String, eventTypes() As String) As Variant

Public Function IntradayBarRequest(security As String, startDate As String, endDate As String, eventType As String, interval As Integer) As Variant
Run Code Online (Sandbox Code Playgroud)

我无法弄清楚使用哪个功能以及使用什么参数.

救命!

excel vba excel-vba bloomberg blpapi

0
推荐指数
1
解决办法
7149
查看次数

标签 统计

bloomberg ×1

blpapi ×1

excel ×1

excel-vba ×1

vba ×1