Added barebone support for websockets API

This commit is contained in:
mohamedemad4
2020-09-02 03:17:11 +02:00
parent db92c33410
commit 4ce17b8079
4 changed files with 112 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
from tiingo.api import TiingoClient
from tiingo.wsclient import TiingoWebsocketClient
__author__ = """Cameron Yick"""
__email__ = 'cameron.yick@enigma.com'