|
|
|
|
|
by maximedb
2502 days ago
|
|
Thanks, I will check it out.
There are a few python wrappers around Bloomberg APIs. For example: https://github.com/kyuni22/pybbg. It mimicks the Bloomberg Excel formulas (BDP, BDH, BDS). Quite powerfull. But you can hit the daily limit easily (500,000 data points per day max).
They released the Bloomberg Query Language (BQL) that you can use to make larger queries. But not all FLDS fields are available yet...
They also provide BQNT, a jupyter notebook where you can run BQL queries and share "apps" with your colleagues. |
|