December 2023 (Q2 FY24) Activities and Cashflow Report
[ad_1]
Highlights:
- Continued growth in quarterly cash receipts, increasing by ~68% vs Q2 FY23
- Continued growth in quarterly revenue increasing by 60% to ~$1,765m vs Q2 FY23
- Completed successful placement of $400k to expand newly formed cybersecurity division
- Restructuring initiatives completed with ~$112k in one-off costs incurred during the quarter, resulting in annual savings of more than $750k
- Restructure of ~$736k of deferred consideration to unrelated parties from acquisition of Attained Group Pty Ltd
This strategy has delivered another strong quarter outlined by the following quarterly results compared to Q2 FY23:
- Cash receipts for the quarter of $1,977m, increasing by ~68%
- Total revenue for the quarter of ~$1,757m, up by 60%
Pleasingly, revenue for the quarter from the Companys core divisions (excluding Miner Hosting) increased ~3% from the September 2023 quarter, to $1,481m. During the quarter the Company continued to execute its plan to cross-sell services between its existing business units to drive further organic growth.
Generative AI offering
The Company continues to work on leveraging it’s existing assets with a focus on offering generative AI driven solutions. These solutions are being developed as individual AI powered microservices, eventually leading to the Company selling a suite of different AI powered solutions. The Company plans to initially use these solutions internally to further drive operational efficiencies, and then offer them to it’s existing customer base and the broader market as a new product offering.
The Company is continuing to develop it’s first AI microservice, a de-identification tool for Personally Identifiable Information (PII), to remove or anonymise PII data before sending sensitive information to any AI Large Language Model (LLM) (ASX: 26 Oct 2023).
The PII microservice being developed and tested by the Company will allow PII data to be found and either masked, redacted, encrypted or replaced to ensure data that is sent to the LLM is private and secure. Once developed, the PII microservice will be the first AI powered microservice offered by the Company to existing and new clients. It will also provide the Company with the initial toolset to develop further AI products and services.
Click here for the full ASX Release
This article includes content from Adisyn, licensed for the purpose of publishing on Investing News Australia. This article does not constitute financial product advice. It is your responsibility to perform proper due diligence before acting upon any information provided here. Please refer to our full disclaimer here.
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
var edition_code; var value, parts;
if(window.__INNGlobalVars && window.__INNGlobalVars.userData && window.__INNGlobalVars.userData.edition_code){ edition_code = window.__INNGlobalVars.userData.edition_code; console.log("edition_code_vars: ", edition_code); }
if (!edition_code) { value = "; " + document.cookie; parts = value.split("; edition_code="); if (parts.length == 2) edition_code = parts.pop().split(";").shift(); console.log("edition_code_cookie: ", edition_code); }
var element = document.getElementById('dropbtn-geography'); if (element) { if (edition_code) { switch (edition_code){ case "world" : element.innerHTML = 'WORLD EDITION';
var check = document.getElementById('imgdiv-check-word'); if(check){ check.style.visibility = "visible"; } break; case "australia" : element.innerHTML = 'AUSTRALIA EDITION'; var check = document.getElementById('imgdiv-check-australia'); if(check){ check.style.visibility = "visible"; } break; default: element.innerHTML = 'NORTH AMERICA EDITION';
var check = document.getElementById('imgdiv-check-north'); if(check){ check.style.visibility = "visible"; }
var dropdown = document.getElementById('div-geography-dropdown'); if(dropdown){ dropdown.style.width = "200px"; } } } }
window.changeOption = function(option){ var edition_code = option; var element = document.getElementById('dropbtn-geography');
if (element) { if (edition_code) { switch (edition_code){ case "world" : element.innerHTML = 'WORLD EDITION';
var check = document.getElementById('imgdiv-check-word'); if(check){ check.style.visibility = "visible"; }
var check = document.getElementById('imgdiv-check-australia'); if(check){ check.style.visibility = "hidden"; }
var check = document.getElementById('imgdiv-check-north'); if(check){ check.style.visibility = "hidden"; }
var dropdown = document.getElementById('div-geography-dropdown'); if(dropdown){ dropdown.style.width = "169px"; }
var dropdown_content = document.getElementById('dropdown-content-divs'); if(dropdown_content){ dropdown_content.style.width = "169px"; }
//update cookie setOrUpdateCookie("edition_code", "world", 365);
if(window.__INNGlobalVars && window.__INNGlobalVars.userData && window.__INNGlobalVars.userData.edition_code){ updateGlobal("world"); }else{ reloadPages("world"); }
break; case "australia" : element.innerHTML = 'AUSTRALIA EDITION';
var check = document.getElementById('imgdiv-check-australia'); if(check){ check.style.visibility = "visible"; }
var check = document.getElementById('imgdiv-check-north'); if(check){ check.style.visibility = "hidden"; }
var check = document.getElementById('imgdiv-check-word'); if(check){ check.style.visibility = "hidden"; }
var dropdown = document.getElementById('div-geography-dropdown'); if(dropdown){ dropdown.style.width = "169px"; }
var dropdown_content = document.getElementById('dropdown-content-divs'); if(dropdown_content){ dropdown_content.style.width = "169px"; }
//update cookie setOrUpdateCookie("edition_code", "australia", 365);
if(window.__INNGlobalVars && window.__INNGlobalVars.userData && window.__INNGlobalVars.userData.edition_code){ updateGlobal("australia"); }else{ reloadPages("australia"); }
break; default: element.innerHTML = 'NORTH AMERICA EDITION';
var check = document.getElementById('imgdiv-check-north'); if(check){ check.style.visibility = "visible"; }
var check = document.getElementById('imgdiv-check-word'); if(check){ check.style.visibility = "hidden"; }
var check = document.getElementById('imgdiv-check-australia'); if(check){ check.style.visibility = "hidden"; }
var dropdown = document.getElementById('div-geography-dropdown'); if(dropdown){ dropdown.style.width = "200px"; }
var dropdown_content = document.getElementById('dropdown-content-divs'); if(dropdown_content){ dropdown_content.style.width = "200px"; }
//update cookie setOrUpdateCookie("edition_code", "north_america", 365);
if(window.__INNGlobalVars && window.__INNGlobalVars.userData && window.__INNGlobalVars.userData.edition_code){ updateGlobal("north_america"); }else{ reloadPages("north_america"); } } } } }
function setOrUpdateCookie(cookieName, cookieValue, expirationDays) { // Get the current value of the cookie var currentValue = getCookie(cookieName);
// Delete the previous cookie if it exists if (currentValue !== "") { document.cookie = cookieName + "=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;"; }
// Set the new cookie with the updated value var d = new Date(); d.setTime(d.getTime() + (expirationDays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toUTCString(); document.cookie = cookieName + "=" + cookieValue + ";" + expires + ";path=/"; }
// Function to get the value of a cookie function getCookie(cookieName) { var name = cookieName + "="; var decodedCookie = decodeURIComponent(document.cookie); var cookieArray = decodedCookie.split(';'); for (var i = 0; i < cookieArray.length; i++) { var cookie = cookieArray[i].trim(); if (cookie.indexOf(name) == 0) { return cookie.substring(name.length, cookie.length); } } return ""; } function updateGlobal(code) { window.__INNGlobalVars.userData.edition_code = code; var userEmail = window.__INNGlobalVars.userData.email; var userId = window.__INNGlobalVars.userData.user_id; var datos = { email: userEmail, code: code, rmid: userId }; (async () => { const rawResponse = await fetch("https://innadmin.investingnews.com/webhook/code-update-user", { method: 'POST', body: JSON.stringify(datos) }); const content = await rawResponse.json(); reloadPages(code); })(); }
function reloadPages (region) { var url = window.location.pathname; var split = url.split("https://investingnews.com/"); var urlR = new URL(window.location.href);
if(split[1] === ""){ switch (region){ case "australia" : pathnew = "/au";
urlR.pathname = pathnew + urlR.pathname; window.location.href = urlR.href; break; case "world" : pathnew = "/world";
urlR.pathname = pathnew + urlR.pathname; window.location.href = urlR.href; break; } }else{ switch (split[1]){ case "world" : pathold = "/world/";
var arrPath = ["resource-investing", "tech-investing", "cannabis-investing", "life-science-investing"]; if (split[2]!== undefined && arrPath.includes(split[2]) && region === "north_america") { pathnew = "https://investingnews.com/category/daily/";
urlR.pathname = urlR.pathname.replace(pathold, pathnew); window.location.href = urlR.href; }else{ switch (region){ case "north_america" : pathnew = "";
urlR.pathname = urlR.pathname.replace(pathold, pathnew); window.location.href = urlR.href; break; case "australia" : pathnew = "/au/";
urlR.pathname = urlR.pathname.replace(pathold, pathnew); window.location.href = urlR.href; break; } } break; case "au" : pathold = "/au/";
var arrPath = ["resource-investing", "tech-investing", "cannabis-investing", "life-science-investing"]; if (split[2]!== undefined && arrPath.includes(split[2]) && region === "north_america") { pathnew = "https://investingnews.com/category/daily/";
urlR.pathname = urlR.pathname.replace(pathold, pathnew); window.location.href = urlR.href; }else{ switch (region){ case "north_america" : pathnew = "";
urlR.pathname = urlR.pathname.replace(pathold, pathnew); window.location.href = urlR.href; break; case "world" : pathnew = "/world/";
urlR.pathname = urlR.pathname.replace(pathold, pathnew); window.location.href = urlR.href; break; } } break; default: if (url.includes("https://investingnews.com/category/daily/")) { pathold = "https://investingnews.com/category/daily/"; switch (region){ case "australia" : pathnew = "/au/";
urlR.pathname = urlR.pathname.replace(pathold, pathnew); window.location.href = urlR.href; break; case "world" : pathnew = "/world/";
urlR.pathname = urlR.pathname.replace(pathold, pathnew); window.location.href = urlR.href; break; } }else{ var arrPath = ["resource-investing", "tech-investing", "cannabis-investing", "life-science-investing", "featured"]; if (arrPath.includes(split[1])) { switch (region){ case "australia" : pathnew = "/au";
urlR.pathname = pathnew + urlR.pathname; window.location.href = urlR.href; break; case "world" : pathnew = "/world";
urlR.pathname = pathnew + urlR.pathname; window.location.href = urlR.href; break; } } } } } }
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
/*var slides = document.querySelectorAll('.div-list-carousel .widget'); let currentIndex = 0; let isAnimating = false;
function updateCarousel() { if (isAnimating) return;
isAnimating = true; slides.forEach((slide, index) => { const offset = (index - currentIndex) * 100; slide.style.transition = 'transform 2s ease-in-out'; // Adjust the duration as needed slide.style.transform = `translateX(${offset}%)`; });
setTimeout(() => { slides.forEach((slide) => { slide.style.transition = ''; }); currentIndex = (currentIndex + 1) % 9; isAnimating = false; updateCarousel(); }, 2000); // Adjust this delay as needed }
updateCarousel();*/
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
var scrollableElement = document.body; //document.getElementById('scrollableElement');
scrollableElement.addEventListener('wheel', checkScrollDirection);
function checkScrollDirection(event) { if (checkScrollDirectionIsUp(event)) { //console.log('UP'); document.body.classList.remove('scroll__down'); } else { //console.log('Down'); document.body.classList.add('scroll__down'); } }
function checkScrollDirectionIsUp(event) {
if (event.wheelDelta) {
return event.wheelDelta > 0;
}
return event.deltaY < 0;
}
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window,document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2388824518086528');
});
[ad_2]