diff --git a/VERSION b/VERSION index a2999f7..2c1a3b6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.2.T,docker prepare sim - eqt - fix +2.2.2.T2,docker prepare sim - eqt - fix diff --git a/scripts/mkt_data/sim_prepare/prepare_eqt_simdata.sh b/scripts/mkt_data/sim_prepare/prepare_eqt_simdata.sh index c2e8eb9..1a866d4 100755 --- a/scripts/mkt_data/sim_prepare/prepare_eqt_simdata.sh +++ b/scripts/mkt_data/sim_prepare/prepare_eqt_simdata.sh @@ -21,6 +21,7 @@ is_business_day() { CalendarURL=https://trading-calendar.cvtt.net/api/v1/markets/hours?mic=XNYS URL="${CalendarURL}&start=${date}&end=${date}" echo "URL=${URL}" + curl $URL open_time=$(curl -s "${URL}" | jq '.[] | .open_time') echo "open_time=${open_time}"