This commit is contained in:
Oleg Sheynin 2025-05-18 21:25:34 -04:00
parent 7f47905579
commit 03b34195cf
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
2.2.2.T,docker prepare sim - eqt - fix 2.2.2.T2,docker prepare sim - eqt - fix

View File

@ -21,6 +21,7 @@ is_business_day() {
CalendarURL=https://trading-calendar.cvtt.net/api/v1/markets/hours?mic=XNYS CalendarURL=https://trading-calendar.cvtt.net/api/v1/markets/hours?mic=XNYS
URL="${CalendarURL}&start=${date}&end=${date}" URL="${CalendarURL}&start=${date}&end=${date}"
echo "URL=${URL}" echo "URL=${URL}"
curl $URL
open_time=$(curl -s "${URL}" | jq '.[] | .open_time') open_time=$(curl -s "${URL}" | jq '.[] | .open_time')
echo "open_time=${open_time}" echo "open_time=${open_time}"