Skip to content

Contains the BQL function callable directly from Python. It needs the Excel add-in for Bloomberg

Notifications You must be signed in to change notification settings

matteoavigni1994/BQL-api-for-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BQL-api-for-Python

Contains the BQL function callable directly from Python. It needs the Excel add-in for Bloomberg

Refer to the BQL.query guide from Bloomberg. In this function the clause are called as follow: - let() is still let - get() is still get - for() is here universe - with() is here settings

when passing the clauses values just pass the string you would write inside the clause.

Example:

BQL.Query(get("IS_EPS(FPR='2015A').VALUE") for("members(['SPX Index'])"))
--> BQL(get = "IS_EPS(FPR='2015A').VALUE"), universe = "members(['SPX Index'])")

About

Contains the BQL function callable directly from Python. It needs the Excel add-in for Bloomberg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages