companyprofile
Actions
Raoom Trading Co.
4144
RAOOM
Add To Watchlist
In your Watchlist
Add To Watchlist
- Main Market
- Capital Goods
Invest Now
Stats Overview
-
Prev. Close 169.80
-
Open 167.80
-
High
174.00
-
Low 167.60
-
No. of Trades 472
-
Avg. Trade size* 103
-
Volume Traded 48,469
-
Value Traded(^) 8,260,099.00
Performance
Note: Prices are delayed minimum 5 minutes
- *Average Trade Size = Cumulative / # of Trades
- **52 Week Price Change = (Current Price - Price year ago) / Price year ago x 100
- Historical prices & volume traded data are adjusted to account for all corporate actions.
- MO: Market Order
Trade Updates
Last Trade
Price
169.60
% Change
-0.12
Volume Traded
34
Best Bid
Price 169.60
Volume 1
Best Offer
Price 171.40
Volume 7
52 WEEK
High
202.80
2025/01/27
Low
165.00
2025/03/09
Change**
0.0
PERFORMANCE
Start of Year
183
Year ago
3 Years ago
Compare Selected
Select a Maximum of 5 Companies
Compare Selected
' + lastTadeChange + ' (' + lastTadePercent + '%)
'; $(priceBlock).html(priceInnerHTML);},error: function(errorCode){}});}updatePriceBox();$(document).ready(function(){if($('.stats_table .priceUp').text().trim() == '-'){ $('.stats_table .priceUp').removeClass('priceUp');}if($('.stats_table .priceDown').text().trim() == '-'){ $('.stats_table .priceDown').removeClass('priceDown');}/* var isReit = ;var isCEF = ;console.log('----------------------');console.log(isReit);console.log(isCEF);if(isReit||isCEF){ $('.shareholding_tab ul').find('li:first').hide(); setTimeout(function(){ $('.shareholding_tab ul').children('li').eq(1).click(); }, 200);}$(window).scroll(function(){if((isReit||isCEF) && $('.shareholding_tab ul').find('li:first').hasClass('select')){ $('.shareholding_tab ul').find('li:first').hide(); setTimeout(function(){ $('.shareholding_tab ul').children('li').eq(1).click(); }, 200);}}); */$('.financials_Tab_Dtl_box').find('td').addClass('text-center');});function copyUrl() {var currentUrl = window.location.href;var textArea = document.createElement('textarea');textArea.value = currentUrl;document.body.appendChild(textArea);textArea.select();document.execCommand('copy');document.body.removeChild(textArea);}
LoginPortletPopupv2
Actions
AddtoWatchlistv2
Actions
AnnouncmentandCorporateAction
Actions
Jump To:
- Announcements & Corporate Actions
- Dividends
- Financials
- Shareholding
- Peer Comparison
- Company Profile
Announcements
Raoom Trading Company Announces the Signing of a Sharia-Compliant Banking Facilities Agreement with Al Jazira Bank
4144
RAOOM-0.12 %
1446/09/0606/03/2025 15:52:45
Raoom Trading Co. announces the opening of the nomination period for the board of director’s membership
4144
RAOOM-0.12 %
1446/09/0303/03/2025 15:51:03
Raoom Trading Co. Announces the Board’s Recommendation to Increase the Capital by Granting Bouns Shares
4144
RAOOM-0.12 %
1446/08/1110/02/2025 15:43:31
Raoom Trading Co. announces the board of director’s decision to distribute cash dividends for Fourth Quarter of 2024
4144
RAOOM-0.12 %
1446/08/1110/02/2025 15:37:32
Raoom Trading Co. announces its Annual Financial results for the period ending on 2024-12-31
4144
RAOOM-0.12 %
1446/08/1110/02/2025 15:37:17
View All
Corporate Actions
Upcoming Events
Past Events
All Actions
Jump To:
- Announcements & Corporate Actions
- Dividends
- Financials
- Shareholding
- Peer Comparison
- Company Profile
Dividends
Announced Date | Eligibility Date | Distribution Date | Distribution Way | Dividend Amount |
---|---|---|---|---|
10/02/2025 | 18/02/2025 | 27/02/2025 | Account Transfer | 0.75 |
04/11/2024 | 24/11/2024 | 03/12/2024 | Account Transfer | 0.75 |
30/07/2024 | 01/08/2024 | 14/08/2024 | Account Transfer | 0.75 |
09/05/2024 | 19/05/2024 | 28/05/2024 | Account Transfer | 0.75 |
21/02/2024 | 05/03/2024 | 14/03/2024 | Account Transfer | 0.75 |
All Actions
" : "";var res = "
"+"
RAOOM"+" 4144
"+"
"+"-0.12% "+"
"+"
"+issueTypeDesc+ "
" +"Eligibility Date"+" | "+dueDate+"
"+"New Capital"+" | "+newCapital+"
"+"";return res;}function getAllEventHtml(dueDate,amount,type,issueType,flag){var calendarString = flag === "true" ? "
" : "";var typeString = type === "dividend" ? 'Eligibility Date' : issueType;var amountString = type === "dividend" ? 'Dividend Amount: SAR' : "New Capital"var html = "
"+"
RAOOM"+" 4144
"+"
"+"-0.12% "+"
"+"
"+typeString+" | "+dueDate+"
"+""+amountString+" | "+toFixedIfNecessary(amount)+"
"+"";return html;}document.addEventListener("DOMContentLoaded", function() {sectionViewHide();/* renderAllEvents(); */});//Download Calendarfunction downloadCalendar(startDate, endDate, location) {console.log("Inside download calendar startDate " + startDate);console.log("Inside download calendar endDate" + endDate);console.log("Inside download calendar location" + location);let startDateArray = startDate.split('/');let startDateFormatted = startDateArray[0]+startDateArray[1]+startDateArray[2]+"T000000";var filedata = "BEGIN:VCALENDAR\n"+"BEGIN:VEVENT\n"+"DESCRIPTION:\n"+"DTEND;TZID=\"Arab Standard Time\":" +startDateFormatted+"\n"+"DTSTART;TZID=\"Arab Standard Time\":" +startDateFormatted+"\n"+"LOCATION:"+"\n"+"SUMMARY;LANGUAGE=en-us:Event"+"\n"+"END:VEVENT"+"\n"+"END:VCALENDAR";//var filedata = startDate + ', ' + endDate + ', ' + location;console.log("filedata - " + filedata);window.open("data:text/calendar;charset=utf8," + escape(filedata));};function renderAllEvents(){$.ajax({url:'/wps/contenthandler/wcmrest/query/?parentid=wcmrest:6e45ef7f-f7c9-4706-9c17-86e0f155b841&mime-type=application/json',type:'GET',success:function(response){var result = response.feed.entry;var rid=[];result.forEach((r)=>{rid.push(r.id);});renderSingleDate(rid);},error:function(error){//$(domElement).html("???error.ajax???");}});}function toFixedIfNecessary( value ){ return +parseFloat(value).toFixed( 5 );}function renderSingleDate(wcmidlist){console.log(wcmidlist,"in render single data");}function callWcmAjax(wcmid){return $.ajax({url:'/wps/contenthandler/wcmrest/content/'+wcmid+'?mime-type=application/json',type:'GET'});let reqs=[];wcmidlist.forEach(s=>{reqs.push(callWcmAjax(s.split(':')[1]));});$.when(...reqs).done((...resp) => {var htmlDoc=`
RAOOM 4144
-0.2 %
##_divd_##
`; var finalHtml=''; resp.forEach((el)=>{ var wcmresult = el[0].entry.content.content.elements.element; var dateStart=''; var evenName=''; wcmresult.forEach((t,index)=>{ if(t.name=='Start Date'){ //dateStart=t.data.date.value dateStart=new Date(t.data.date.value).toLocaleDateString('en-Us',{month:'long',day:'2-digit',year: 'numeric'}) }else if(t.name=="Title"){ evenName=t.data.value } }); finalHtml+= htmlDoc.replace('##_divd_##',evenName +' | '+dateStart); }); $('#allevents').html(finalHtml); });}
CompanyProfilev2Financials
Actions
Jump To:
- Announcements & Corporate Actions
- Dividends
- Financials
- Shareholding
- Peer Comparison
- Company Profile
Financials
- FINANCIAL INFORMATION
- FINANCIAL STATEMENTS AND REPORTS
- Annually
- Quarterly
Balance Sheet | 2024-12-31 | |||
---|---|---|---|---|
Total Assets | 208,176.16 | - | - | - |
Total Liabilities | 47,357.47 | - | - | - |
Total Shareholders Equity (After Deducting the Minority Equity) | 160,818.69 | - | - | - |
Total Liabilities and Shareholders Equity | 208,176.16 | - | - | - |
Statement of Income | 2024-12-31 | |||
Total Revenue (Sales/Operating) | 116,037.3 | - | - | - |
Net Profit (Loss) before Zakat and Tax | 46,277.32 | - | - | - |
Zakat and Income Tax | -3,422.03 | - | - | - |
Net Profit (Loss) after Zakat and Tax | 42,855.29 | - | - | - |
Total Comprehensive Income | 43,137.69 | - | - | - |
Profit (Loss) per Share | 6.9 | - | - | - |
Cash Flows | 2024-12-31 | |||
Net Cash From Operating Activities | 26,743.92 | - | - | - |
Net Cash From Investing Activities | -1,252.65 | - | - | - |
Net Cash From Financing Activities | -22,545.29 | - | - | - |
Cash and Cash Equivalents, Beginning of the Period | 22,628.98 | - | - | - |
Cash and Cash Equivalents, End of the Period | 25,574.96 | - | - | - |
All Figures in | Thousands | |||
All Currency In | SAR | |||
Last Update Date | 2025-02-12 |
The Capital Market Authority and Saudi Exchange take no responsibility for the contents of this disclosure, make no representations as to its accuracy or completeness, and expressly disclaim any liability whatsoever for any loss arising from, or incurred in reliance upon, any part of this disclosure, and the issuer accepts full responsibility for the accuracy of the information contained in it and confirms, having made all reasonable enquiries, that to the best of their knowledge and belief, there are no other facts or information the omission of which would make the disclosure misleading, incomplete or inaccurate. The above information does not replace detailed financial statements, as detailed financial statements are the reliable source that must be consulted to obtain accurate financial information.
Balance Sheet | ||||
---|---|---|---|---|
Total Assets | ||||
Total Liabilities | ||||
Total Shareholders Equity (After Deducting the Minority Equity) | ||||
Total Liabilities and Shareholders Equity | ||||
Statement of Income | ||||
Total Revenue (Sales/Operating) | ||||
Net Profit (Loss) before Zakat and Tax | ||||
Zakat and Income Tax | ||||
Net Profit (Loss) after Zakat and Tax | ||||
Total Comprehensive Income | ||||
Profit (Loss) per Share | ||||
Cash Flows | ||||
Net Cash From Operating Activities | ||||
Net Cash From Investing Activities | ||||
Net Cash From Financing Activities | ||||
Cash and Cash Equivalents, Beginning of the Period | ||||
Cash and Cash Equivalents, End of the Period | ||||
All Figures in | ||||
All Currency In | ||||
Last Update Date |
The Capital Market Authority and Saudi Exchange take no responsibility for the contents of this disclosure, make no representations as to its accuracy or completeness, and expressly disclaim any liability whatsoever for any loss arising from, or incurred in reliance upon, any part of this disclosure, and the issuer accepts full responsibility for the accuracy of the information contained in it and confirms, having made all reasonable enquiries, that to the best of their knowledge and belief, there are no other facts or information the omission of which would make the disclosure misleading, incomplete or inaccurate. The above information does not replace detailed financial statements, as detailed financial statements are the reliable source that must be consulted to obtain accurate financial information.
Display Previous Periods
Jump To:
- Announcements & Corporate Actions
- Dividends
- Financials
- Shareholding
- Peer Comparison
- Company Profile
Jump To:
- Announcements & Corporate Actions
- Dividends
- Financials
- Shareholding
- Peer Comparison
- Company Profile
Jump To:
- Announcements & Corporate Actions
- Dividends
- Financials
- Shareholding
- Peer Comparison
- Company Profile
Company Profile
Company overview
The company carries out its current activities in the manufacture and trade of glass, mirrors and aluminum decorations
Company History
Raoum Trading Company was established as a sole proprietorship, then turned into a limited liability company on 06/03/1436 AH corresponding to (28/12/2014 AD), on 04/09/1438 AH (corresponding to 30/05/2017 AD) A directors decision was issued General Ministry of Commerce No. (S/291) based on the powers granted to him by virtue of the decision of His Excellency the Minister of Commerce No. (60476) dated 11/19/1437 AH (corresponding to 08/22/2016 AD) approving the license to transform Raoum Trading Company from a limited liability company to closed joint stock company
Company Bylaws
Click here
Equity Profile
- Authorized Capital (^) 62,500,000
- Issued Shares 6,250,000
- Paid Capital (^) 62,500,000
- Par Value/Share 10
- Paid Up Value/Share 10
Last Update :2022-08-09
Investment limits
There are no investment limits on the company's shares as per the amended Rules for Qualified Foreign Financial Institutions Investment in Listed Securities and Instructions for the Foreign Strategic Investors Ownership in Listed Companies based on Company's bylaw and the issued Instructions by related regulators and supervisory authorities.
- Company Details
- BOARD OF DIRECTORS AND SENIOR EXECUTIVES INFORMATION
-
Date Established
1992/08/04
-
Financial Year End
31/12
-
Listing Date
2022/02/21
-
External Auditors
[Baker Tilly MKM & Co. Chartered Accountants]
-
ISIN CODE
SA168J0I0O19
-
Number of Employees
300
-
Chairman
abdalaziz abdullah alhumaid
Non - Executiveabdalaziz abdullah alhumaid
-
BD Session Start
2022-06-17
Designation
Chairman
-
BD Session End
2025-06-16
Classification
Non - Executive
-
Qualification
High School
-
-
Board of Directors
salah abdullah alarify Deputy Chairman - Non Executive
salah abdullah alarify
-
BD Session Start
2022-06-17
Designation
Board of Directors
-
BD Session End
2025-06-16
Classification
Deputy Chairman - Non Executive
-
Qualification
Bechelor of Commerce
abdalelah mohammad alsheredah Independent
abdalelah mohammad alsheredah
-
BD Session Start
2022-06-17
Designation
Board of Directors
-
BD Session End
2025-06-16
Classification
Independent
-
Qualification
master of general relation and communication bechelor in language and translation
humaid abdallah alhumaid Executive
humaid abdallah alhumaid
-
BD Session Start
2022-06-17
Designation
Board of Directors
-
BD Session End
2025-06-16
Classification
Executive
-
Qualification
Bechelor in managment
-
-
Senior Executives
humaid abdallah alhumaid CEO
humaid abdallah alhumaid
-
BD Session Start
2022-06-17
Designation
Senior Executives
-
BD Session End
-
Classification
CEO
jamal ramdan mhmood CFO
-
jamal ramdan mhmood
-
BD Session Start
2015-09-17
Designation
Senior Executives
-
BD Session End
-
Classification
CFO
Investor Relations
Contact Name:
Investor relations
Company Address:
Al-Qassim - Buraidah - the first industrial city
Contact Details:
Telephone:0161222999
Fax: 0163222020
Email: ir@raoom.com.sa
Company Website:
Add To Watchlist
In your Watchlist
Add To Watchlist
The Capital Market Authority and Saudi Exchange take no responsibility for the contents of these disclosures, make no representations as to its accuracy or completeness, and expressly disclaim any liability whatsoever for any loss arising from, or incurred in reliance upon, any part of these disclosures, and the issuer accepts full responsibility for the accuracy of the information contained in it and confirms, having made all reasonable enquiries, that to the best of their knowledge and belief, there are no other facts or information the omission of which would make the disclosure misleading, incomplete or inaccurate.