mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-17 20:04:19 +01:00
Add coverage to Tiingo Client for Tickers Endpoint
This commit is contained in:
@@ -85,7 +85,7 @@ class TiingoClient(RestClient):
|
||||
if fmt == "json":
|
||||
return response.json()
|
||||
else:
|
||||
return response.content
|
||||
return response.content.decode("utf-8")
|
||||
|
||||
# FUND DATA (From over 26,000 mutual funds)
|
||||
# https://api.tiingo.com/docs/tiingo/funds
|
||||
|
||||
Reference in New Issue
Block a user