2015-07-07 17:51:13 -04:00

12 lines
285 B
Python

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