Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,8 +20,8 @@ def get_intraday_data(
|
|
| 20 |
"""A tool that fetches daily intraday data from EOD data service and returns min and max for the day
|
| 21 |
Args:
|
| 22 |
ticker: the string representing a stock ticker at exchange
|
| 23 |
-
start: timestamp of type datetime.datetime that signals the beginning of the timeframe to fetch. Use NY timezone
|
| 24 |
-
end: timestamp of type datetime.datetime that signals the end of the timeframe to fetch. Use NY timezone
|
| 25 |
"""
|
| 26 |
|
| 27 |
eod_token = os.getenv("EOD_API_KEY")
|
|
|
|
| 20 |
"""A tool that fetches daily intraday data from EOD data service and returns min and max for the day
|
| 21 |
Args:
|
| 22 |
ticker: the string representing a stock ticker at exchange
|
| 23 |
+
start: timestamp of type datetime.datetime that signals the beginning of the timeframe to fetch. Make sure you pass the beginng of the day using hours and minutes. Use NY timezone
|
| 24 |
+
end: timestamp of type datetime.datetime that signals the end of the timeframe to fetch. Make sure you pass the end of the day using hours and minutes. Use NY timezone
|
| 25 |
"""
|
| 26 |
|
| 27 |
eod_token = os.getenv("EOD_API_KEY")
|