Skip to content

Instantly share code, notes, and snippets.

@jfujino
jfujino / gist:5856269
Created June 25, 2013 06:02
Bloomberg intraday to file
import blpapi
import datetime
class BbDownloader:
def __init__(self):
self.output_file = ""
self.TICK_DATA = blpapi.Name("tickData")
self.COND_CODE = blpapi.Name("conditionCodes")
self.TICK_SIZE = blpapi.Name("size")
self.TIME = blpapi.Name("time")
import pandas
import scipy
def test:
print 'Hello'