mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-17 11:54:19 +01:00
issue #82
This commit is contained in:
@@ -136,7 +136,7 @@ class TiingoClient(RestClient):
|
||||
url = "tiingo/daily/{}/prices".format(ticker)
|
||||
params = {
|
||||
'format': fmt if fmt != "object" else 'json', # conversion local
|
||||
'frequency': frequency
|
||||
'resampleFreq': frequency
|
||||
}
|
||||
|
||||
if startDate:
|
||||
|
||||
Reference in New Issue
Block a user