hows it going?

This commit is contained in:
2015-07-07 17:51:13 -04:00
commit 0603937853
8 changed files with 65 additions and 0 deletions

View File

@ -0,0 +1,12 @@
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