You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The result returned by the BDS request is usually a table, but for the convenience of my data processing, I would like to compress the entire table into a single element or something similar. If using Bloomberg's Excel interface, I would use the following formula:
The result returned by the BDS request is usually a table, but for the convenience of my data processing, I would like to compress the entire table into a single element or something similar. If using Bloomberg's Excel interface, I would use the following formula:
=BDS("299461SL8 Muni","PARTICIPANTS_TABLE", "Aggregate=Y","Separator=C")
with the above formula, the table will be aggregated into a list, and the list will be presented as a string, to be shown in a single cell in excel
Can I do something similar with blp package? Like pass the parameter of "Aggregate = Y" to the BDS api so I can get a list in stead of a whole table?
The text was updated successfully, but these errors were encountered: