var exchanges_details = {now : new Date(2026,1,11,9,44,45),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(2026,1,11,9,25,0),new Date(2026,1,11,17,40,0),'opened',979,'ת\"א-35','+','6.90',false,null,'','',false,null,'',''); add('nyse','New York Stock Exchange',7,'america','','usa','ניו-יורק',new Date(2026,1,11,16,30,0),new Date(2026,1,10,23,0,0),'closed',373853,'אס אנד פי 500','-','-0.33',false,null,'','',false,null,'',''); add('tse','Tokyo Stock Exchange',-7,'asia','','japan','טוקיו',new Date(2026,1,12,2,0,0),new Date(2026,1,10,8,0,0),'closed',539324,'Tokyo Topix Index','','',true,new Date(2026,1,11,0,0,0),'','',false,null,'',''); add('lse','London Stock Exchange',2,'europe','','uk','לונדון',new Date(2026,1,11,10,0,0),new Date(2026,1,10,18,30,0),'closed',539268,'לונדון פוטסי 100','','',false,null,'','',false,null,'',''); add('australia','Australian Stock Exchange',-8,'Australia','','australia','אוסטרליה',new Date(2026,1,12,2,0,0),new Date(2026,1,11,8,30,0),'closed',539312,'S&P/ASX 200','','',false,null,'','',false,null,'','');