importXAPIfrom'@fraserdarwent/javascript-xapi';constxapi=newXAPI({userId: USER_ID,password: PASSWORD,demo: true,});// Get all available symbolsxapi.symbols().then(symbols=>{});// Get ticks for (up to) past 15 years for symbolxapi.ticks(symbol).then(ticks=>{});