问题标签 [pdblp]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - 从 python 上的Bloomberg终端获取数据
我熟悉在 python 中使用 xbbg 和 blp 来获取某些证券的彭博数据。
我现在正在尝试获取 SPAC 监视器 (SPAX) 下所有活动 SPACS 的列表。有谁知道什么功能最适合这样做?
python - 使用 pdblp 循环访问 CUSIP 并从 Bloomberg 中提取数据
我有一个 CUSIP 列表,我想收集使用 pdblp 的数据(https://matthewgilbert.github.io/pdblp/tutorial.html)。
例如:
CUSIP 列表(总共约 5,000 个):
/cusip/xxxxxxxxx, /cusip/yyyyyyyyy ...
这给了我一个数据框:
但是,我想创建一个数据框,其特征为列,CUSIP 为另一列或索引:
我不确定 bdh 函数是否能得到我正在寻找的东西,因为它是用于历史数据(我正在寻找最新的)。我想我也可以创建一个长 DataFrame 并融化或旋转它?