Ai Analytix is an artificial intelligence, machine learning platform turning big data into information, then into actionable information.
Your one-stop destination for comprehensive company analysis, fundamental research, portfolio evaluation, screening tools and investor relations on over 1 100 African listed equities.
[xyz-ips snippet=”test”]
[porto_recent_posts items_desktop=”3″ cats=”13″]
Stay connected
Sign up for weekly tips, trends and investment opportunity in the African Market.
var username = "info@africainvestor.com";
var password = "M1END9:_#k$c4zu7";
var url = 'https://online.capitalcube.com/api/aianalytix/summary/JSE/ZA?reportcurrency=FilingCurrency';
$.ajax({
url: url,
success: function(json) {
alert("Success", json);
// load additional data in xml
//
},
error: function(XMLHttpRequest, textStatus, errorThrown) {
alert(textStatus, errorThrown);
},
beforeSend: function (xhr) {
xhr.setRequestHeader ("Authorization", "Basic " + btoa(username + ":" + password));
}
});