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