var exchanges_details = {now : new Date(2025,4,10,9,47,20),exchanges : []} function add(x,d,e,t,n,f,h,o,c,s,i,j,y,pc,today_is_holiday,today_date,today_holiday_he,today_holiday_en,nearest_tradedate_is_holiday,nearest_tradedate,nearest_tradedate_holiday_he,nearest_tradedate_holiday_en) { exchanges_details.exchanges[x] = { exchange : x ,description : d ,offset : e ,continent : t ,country : n ,flag : f.length > 0 ? 'https://images.globes.co.il/images/flags/' + f + '.gif' : '' ,he : h ,open : o ,close : c ,status : s ,indexinstrumentid : i ,indexinstrumenthe : j ,tendency : y ,percentagechange : pc ,today : {is_holiday : today_is_holiday,date:today_date,he:today_holiday_he,en:today_holiday_en} ,nearest_tradedate : {is_holiday : nearest_tradedate_is_holiday,date:nearest_tradedate,he:nearest_tradedate_holiday_he,en:nearest_tradedate_holiday_en} } } add('tase','Tel Aviv Stock Exchange',0,'','','israel','תל אביב',new Date(2025,4,11,9,0,0),new Date(2025,4,8,17,40,0),'closed',979,'ת\"א-35','+','1.03',false,null,'','',false,null,'','');