Python
You can use the blpwrapper classes from within Jython, here’s a hello world:
import sys
sys.path.append('C:\\blp\API\APIv3\JavaAPI\lib\\blpapi3.jar')
sys.path.append("blpwrapper.jar")
from org.findata.blpwrapper import Connection
conn = Connection()
result = conn.blp(["RYA ID Equity"], ["NAME"])
print(result.getData()[0][0])
This will output:
RYANAIR HOLDINGS PLC