nikcane commited on
Commit
9d66d11
·
verified ·
1 Parent(s): c024adc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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")