mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-20 12:54:19 +01:00
fix: apply black formatting
This commit is contained in:
@@ -219,7 +219,13 @@ class TiingoClient(RestClient):
|
|||||||
return prices
|
return prices
|
||||||
|
|
||||||
def get_ticker_price(
|
def get_ticker_price(
|
||||||
self, ticker, startDate=None, endDate=None, columns=None, fmt="json", frequency="daily"
|
self,
|
||||||
|
ticker,
|
||||||
|
startDate=None,
|
||||||
|
endDate=None,
|
||||||
|
columns=None,
|
||||||
|
fmt="json",
|
||||||
|
frequency="daily",
|
||||||
):
|
):
|
||||||
"""By default, return latest EOD Composite Price for a stock ticker.
|
"""By default, return latest EOD Composite Price for a stock ticker.
|
||||||
On average, each feed contains 3 data sources.
|
On average, each feed contains 3 data sources.
|
||||||
|
|||||||
Reference in New Issue
Block a user