Update pycatchs/levels.py
Browse files- pycatchs/levels.py +1 -1
pycatchs/levels.py
CHANGED
@@ -96,7 +96,7 @@ async def fin_data(ticker, startdate):
|
|
96 |
|
97 |
return df
|
98 |
|
99 |
-
|
100 |
|
101 |
df = await fin_data(ticker, startdate)
|
102 |
logo, Industry = await info(ticker)
|
|
|
96 |
|
97 |
return df
|
98 |
|
99 |
+
def eqt(ticker, startdate, share_qty = 90):
|
100 |
|
101 |
df = await fin_data(ticker, startdate)
|
102 |
logo, Industry = await info(ticker)
|