import requests class Markit: def __init__(self): self.lookup_url = "http://dev.markitondemand.com/Api/v2/Lookup/json?input=" self.quote_url = "http://dev.markitondemand.com/Api/v2/Quote/json?symbol=" def company_search(self,string): pass def get_quote(self,string): pass