{"id":27,"date":"2024-04-15T07:48:06","date_gmt":"2024-04-15T06:48:06","guid":{"rendered":"https:\/\/4d.today\/?page_id=27"},"modified":"2026-04-29T11:00:39","modified_gmt":"2026-04-29T03:00:39","slug":"speacial-draw","status":"publish","type":"page","link":"https:\/\/4d.today\/zh\/speacial-draw\/","title":{"rendered":"Special Draw"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"27\" class=\"elementor elementor-27\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6a15ab0 e-con-full e-flex e-con e-parent\" data-id=\"6a15ab0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-029eef2 elementor-widget elementor-widget-html\" data-id=\"029eef2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"sd-hero\">\n  <div class=\"sd-hero-badge\">\n    <span class=\"sd-hero-badge-dot\"><\/span>\n    <span>Updated for 2026 \u2014 All Operators<\/span>\n  <\/div>\n  <h1>Malaysia 4D <em>Special Draw<\/em> Dates 2026<\/h1>\n  <div class=\"sd-hero-sub\">The complete Tuesday special draw schedule for Magnum, Sports Toto, Damacai, Sabah 88, CashSweep and STC \u2014 all in one place. Never miss a draw again.<\/div>\n  <div class=\"sd-next\">\n    <span class=\"sd-next-label\">Next special draw<\/span>\n    <span class=\"sd-next-date\" id=\"nextDrawDate\">Loading...<\/span>\n  <\/div>\n<\/div>\n\n<script>\nvar sdDates = [\n  \"2026-01-27\",\"2026-02-10\",\"2026-02-17\",\n  \"2026-04-07\",\"2026-07-28\",\"2026-09-01\",\"2026-10-27\",\"2026-12-26\"\n];\nvar sdMonths = [\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"];\nfunction sdNextDate(){\n  var today = new Date(); today.setHours(0,0,0,0);\n  for(var i=0;i<sdDates.length;i++){\n    var d = new Date(sdDates[i]+\"T00:00:00\");\n    if(d >= today){\n      return d.getDate()+\" \"+sdMonths[d.getMonth()]+\" \"+d.getFullYear()+\" (Tuesday)\";\n    }\n  }\n  return \"To be announced\";\n}\ndocument.getElementById(\"nextDrawDate\").textContent = sdNextDate();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-954438a e-flex e-con-boxed e-con e-parent\" data-id=\"954438a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aaf8c39 elementor-widget elementor-widget-html\" data-id=\"aaf8c39\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"sd-table-label\">2026 Schedule<\/p>\n<h2 class=\"sd-table-title\">4D Special Draw Dates 2026<\/h2>\n<p class=\"sd-table-sub\">All special draws fall on Tuesdays and are approved by Malaysia's Ministry of Finance. Status updates automatically based on today's date.<\/p>\n\n<div class=\"sd-table-wrap\">\n  <table class=\"sd-table\" id=\"sdDrawTable\">\n    <thead>\n      <tr>\n        <th>#<\/th>\n        <th>Date<\/th>\n        <th>Day<\/th>\n        <th>Operators<\/th>\n        <th>Status<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody id=\"sdDrawTableBody\"><\/tbody>\n  <\/table>\n<\/div>\n\n<p class=\"sd-table-note\">\u26a0\ufe0f Dates are subject to change based on official Ministry of Finance announcements. Please verify with your nearest licensed lottery outlet before purchasing.<\/p>\n\n<script>\nvar sdDates = [\n  \"2026-01-27\",\n  \"2026-02-10\",\n  \"2026-02-17\",\n  \"2026-04-07\",\n  \"2026-07-28\",\n  \"2026-09-01\",\n  \"2026-10-27\",\n  \"2026-12-29\"\n];\n\nvar sdMonths = [\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"];\nvar sdDays = [\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\"];\nvar sdOperators = \"Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC\";\n\nfunction sdFormatDate(dateStr){\n  var d = new Date(dateStr + \"T00:00:00\");\n  return d.getDate() + \" \" + sdMonths[d.getMonth()] + \" \" + d.getFullYear();\n}\n\nfunction sdGetDay(dateStr){\n  var d = new Date(dateStr + \"T00:00:00\");\n  return sdDays[d.getDay()];\n}\n\nfunction sdBuildTable(){\n  var today = new Date();\n  today.setHours(0,0,0,0);\n  var tbody = document.getElementById(\"sdDrawTableBody\");\n  var nextSet = false;\n\n  sdDates.forEach(function(dateStr, i){\n    var d = new Date(dateStr + \"T00:00:00\");\n    var isPast = d < today;\n    var isNext = !isPast && !nextSet;\n    if(isNext) nextSet = true;\n\n    var tr = document.createElement(\"tr\");\n    if(isPast) tr.classList.add(\"sd-past\");\n\n    var badge = isPast\n      ? '<span class=\"badge-sd-completed\">Completed<\/span>'\n      : isNext\n        ? '<span class=\"badge-sd-next\">Next Draw<\/span>'\n        : '<span class=\"badge-sd-upcoming\">Upcoming<\/span>';\n\n    tr.innerHTML =\n      \"<td>\" + (i+1) + \"<\/td>\" +\n      \"<td>\" + sdFormatDate(dateStr) + \"<\/td>\" +\n      \"<td>\" + sdGetDay(dateStr) + \"<\/td>\" +\n      \"<td>\" + sdOperators + \"<\/td>\" +\n      \"<td>\" + badge + \"<\/td>\";\n\n    tbody.appendChild(tr);\n  });\n}\n\nsdBuildTable();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ec7c96e elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"ec7c96e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-678cc70 e-flex e-con-boxed e-con e-parent\" data-id=\"678cc70\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-637c7f8 elementor-widget elementor-widget-html\" data-id=\"637c7f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"what-label\">What you need to know<\/p>\n<h2 class=\"what-title\">What Is a 4D Special Draw?<\/h2>\n<p class=\"what-sub\">Everything you need to know about Malaysia's Tuesday special draws and why they matter to 4D players.<\/p>\n\n<div class=\"what-grid\">\n  <div class=\"what-card\">\n    <div class=\"what-card-inner\">\n      <div class=\"what-card-icon\">\n        <svg viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"\/><line x1=\"3\" y1=\"9\" x2=\"21\" y2=\"9\"\/><line x1=\"9\" y1=\"4\" x2=\"9\" y2=\"22\"\/><\/svg>\n      <\/div>\n      <h3>Extra Tuesday Draw<\/h3>\n      <p>Special draws are additional lottery draws held on selected Tuesdays throughout the year, on top of the regular Wednesday, Saturday and Sunday draws. They give players an extra chance to win each month.<\/p>\n    <\/div>\n  <\/div>\n  <div class=\"what-card\">\n    <div class=\"what-card-inner\">\n      <div class=\"what-card-icon\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\n      <\/div>\n      <h3>Government Approved<\/h3>\n      <p>Special draws require approval from Malaysia's Ministry of Finance (MOF). Only government-licensed operators \u2014 Magnum, Sports Toto, Damacai, Sabah 88, CashSweep and STC \u2014 are permitted to conduct special draws.<\/p>\n    <\/div>\n  <\/div>\n  <div class=\"what-card\">\n    <div class=\"what-card-inner\">\n      <div class=\"what-card-icon\">\n        <svg viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"\/><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"\/><\/svg>\n      <\/div>\n      <h3>Around 8\u201312 Per Year<\/h3>\n      <p>The total number of special draws approved by MOF is typically between 8 and 12 per year. The exact count and dates are announced by the government and can vary from year to year.<\/p>\n    <\/div>\n  <\/div>\n  <div class=\"what-card\">\n    <div class=\"what-card-inner\">\n      <div class=\"what-card-icon\">\n        <svg viewBox=\"0 0 24 24\"><line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"23\"\/><path d=\"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"\/><\/svg>\n      <\/div>\n      <h3>Same Prize Structure<\/h3>\n      <p>The prize structure for special draws is identical to regular draws \u2014 1st, 2nd and 3rd prizes, plus 10 Special and 10 Consolation prizes. The odds of winning do not change on a special draw day.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41111d9 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"41111d9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4b49815 e-flex e-con-boxed e-con e-parent\" data-id=\"4b49815\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9479421 elementor-widget elementor-widget-html\" data-id=\"9479421\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"compare-label\">Know the difference<\/p>\n<h2 class=\"compare-title\">Special Draw vs Regular Draw<\/h2>\n<p class=\"compare-sub\">Special draws and regular draws follow the same rules \u2014 here's exactly how they compare.<\/p>\n\n<div class=\"compare-wrap\">\n  <table class=\"compare-table\">\n    <thead>\n      <tr>\n        <th><\/th>\n        <th class=\"col-special\">\u2b50 Special Draw<\/th>\n        <th class=\"col-regular\">Regular Draw<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td>Draw day<\/td>\n        <td class=\"col-special\">Tuesday (selected weeks)<\/td>\n        <td class=\"col-regular\">Wednesday, Saturday, Sunday<\/td>\n      <\/tr>\n      <tr>\n        <td>Approved by<\/td>\n        <td class=\"col-special\">Ministry of Finance (MOF)<\/td>\n        <td class=\"col-regular\">Licensed operators<\/td>\n      <\/tr>\n      <tr>\n        <td>Prize structure<\/td>\n        <td class=\"col-special\">Same as regular draw<\/td>\n        <td class=\"col-regular\">1st, 2nd, 3rd + 10 Special + 10 Consolation<\/td>\n      <\/tr>\n      <tr>\n        <td>Winning odds<\/td>\n        <td class=\"col-special\">Same as regular draw<\/td>\n        <td class=\"col-regular\">Same across all draws<\/td>\n      <\/tr>\n      <tr>\n        <td>Operators<\/td>\n        <td class=\"col-special\">All 6 licensed operators<\/td>\n        <td class=\"col-regular\">All 6 licensed operators<\/td>\n      <\/tr>\n      <tr>\n        <td>Result time<\/td>\n        <td class=\"col-special\">7:00 PM MYT<\/td>\n        <td class=\"col-regular\">7:00 PM MYT<\/td>\n      <\/tr>\n      <tr>\n        <td>Per year<\/td>\n        <td class=\"col-special\">8\u201312 draws<\/td>\n        <td class=\"col-regular\">~156 draws (3\u00d7 per week)<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-424423c elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"424423c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-293a71e e-flex e-con-boxed e-con e-parent\" data-id=\"293a71e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cda88a3 elementor-widget elementor-widget-html\" data-id=\"cda88a3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"howto-label\">Stay updated<\/p>\n<h2 class=\"howto-title\">How to Check Special Draw Results<\/h2>\n<p class=\"howto-sub\">Results for all operators are released at the same time on special draw nights \u2014 here's how to check.<\/p>\n\n<div class=\"howto-grid\">\n  <div class=\"howto-card\">\n    <div class=\"howto-card-num\">1<\/div>\n    <h3>Note the draw date<\/h3>\n    <p>Bookmark this page and check the upcoming special draw date from the schedule above. The next draw date is always shown at the top of this page.<\/p>\n  <\/div>\n  <div class=\"howto-card\">\n    <div class=\"howto-card-num\">2<\/div>\n    <h3>Buy your ticket<\/h3>\n    <p>Purchase from any official licensed outlet \u2014 Magnum shops, Sports Toto counters or Damacai agents. Buy before 6:30 PM on draw day.<\/p>\n  <\/div>\n  <div class=\"howto-card\">\n    <div class=\"howto-card-num\">3<\/div>\n    <h3>Wait for 7 PM<\/h3>\n    <p>Special draw results are released at 7:00 PM MYT on draw night \u2014 the same time as regular Wednesday, Saturday and Sunday draws.<\/p>\n  <\/div>\n  <div class=\"howto-card\">\n    <div class=\"howto-card-num\">4<\/div>\n    <h3>Check on 4D Today<\/h3>\n    <p>Visit <a href=\"https:\/\/4d.today\">4D Today<\/a> after 7 PM to check live results for all operators \u2014 Magnum, Toto, Damacai, Sabah 88, CashSweep and STC \u2014 all on one page.<\/p>\n  <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-88d277b elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"88d277b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1d5c7f0 e-flex e-con-boxed e-con e-parent\" data-id=\"1d5c7f0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-21d13e2 elementor-widget elementor-widget-html\" data-id=\"21d13e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"history-label\">Past draws<\/p>\n<h2 class=\"history-title\">Special Draw History<\/h2>\n<p class=\"history-sub\">Browse past special draw dates by year.<\/p>\n\n<div class=\"history-tabs\">\n  <button class=\"history-tab active\" onclick=\"showHistoryTab('2025', this)\">2025<\/button>\n  <button class=\"history-tab\" onclick=\"showHistoryTab('2024', this)\">2024<\/button>\n  <button class=\"history-tab\" onclick=\"showHistoryTab('2023', this)\">2023<\/button>\n<\/div>\n\n<div class=\"history-panel active\" id=\"htab-2025\">\n  <table class=\"history-panel-table\">\n    <thead>\n      <tr><th>#<\/th><th>Date<\/th><th>Day<\/th><th>Operators<\/th><\/tr>\n    <\/thead>\n    <tbody>\n      <tr><td>1<\/td><td>28 Jan 2025<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>2<\/td><td>25 Feb 2025<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>3<\/td><td>25 Mar 2025<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>4<\/td><td>29 Apr 2025<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>5<\/td><td>27 May 2025<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>6<\/td><td>24 Jun 2025<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>7<\/td><td>29 Jul 2025<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>8<\/td><td>26 Aug 2025<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>9<\/td><td>30 Sep 2025<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>10<\/td><td>28 Oct 2025<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>11<\/td><td>25 Nov 2025<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>12<\/td><td>30 Dec 2025<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n    <\/tbody>\n  <\/table>\n<\/div>\n\n<div class=\"history-panel\" id=\"htab-2024\">\n  <table class=\"history-panel-table\">\n    <thead>\n      <tr><th>#<\/th><th>Date<\/th><th>Day<\/th><th>Operators<\/th><\/tr>\n    <\/thead>\n    <tbody>\n      <tr><td>1<\/td><td>30 Jan 2024<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>2<\/td><td>27 Feb 2024<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>3<\/td><td>26 Mar 2024<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>4<\/td><td>30 Apr 2024<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>5<\/td><td>28 May 2024<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>6<\/td><td>25 Jun 2024<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>7<\/td><td>13 Aug 2024<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>8<\/td><td>29 Oct 2024<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>9<\/td><td>31 Dec 2024<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n    <\/tbody>\n  <\/table>\n<\/div>\n\n<div class=\"history-panel\" id=\"htab-2023\">\n  <table class=\"history-panel-table\">\n    <thead>\n      <tr><th>#<\/th><th>Date<\/th><th>Day<\/th><th>Operators<\/th><\/tr>\n    <\/thead>\n    <tbody>\n      <tr><td>1<\/td><td>31 Jan 2023<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>2<\/td><td>28 Feb 2023<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>3<\/td><td>28 Mar 2023<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>4<\/td><td>25 Apr 2023<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>5<\/td><td>30 May 2023<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>6<\/td><td>27 Jun 2023<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>7<\/td><td>25 Jul 2023<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>8<\/td><td>29 Aug 2023<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>9<\/td><td>26 Sep 2023<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>10<\/td><td>31 Oct 2023<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>11<\/td><td>28 Nov 2023<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n      <tr><td>12<\/td><td>26 Dec 2023<\/td><td>Tuesday<\/td><td>Magnum, Sports Toto, Damacai, Sabah 88, CashSweep, STC<\/td><\/tr>\n    <\/tbody>\n  <\/table>\n<\/div>\n\n<script>\nfunction showHistoryTab(year, el){\n  document.querySelectorAll('.history-tab').forEach(function(t){ t.classList.remove('active') });\n  document.querySelectorAll('.history-panel').forEach(function(p){ p.classList.remove('active') });\n  el.classList.add('active');\n  document.getElementById('htab-' + year).classList.add('active');\n}\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed68a7c elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"ed68a7c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0a9acf6 e-flex e-con-boxed e-con e-parent\" data-id=\"0a9acf6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0bc6413 elementor-widget elementor-widget-html\" data-id=\"0bc6413\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"sd-about-label\">About special draws<\/p>\n<h2 class=\"sd-about-title\">4D Special Draw in Malaysia \u2014 Everything You Need to Know<\/h2>\n\n<div class=\"sd-about-prose\">\n  <p>The 4D Special Draw is an additional lottery draw held on selected Tuesdays in Malaysia, approved by the <strong>Ministry of Finance (MOF)<\/strong>. Unlike regular draws which take place every Wednesday, Saturday and Sunday, special draws are limited to around 8 to 12 times per year, making each one a sought-after opportunity for Malaysian 4D players.<\/p>\n  <p>Special draws were first introduced in 1999 under the Barisan Nasional government as a measure to raise additional funds for national needs, including disaster relief efforts. Since then, they have become a regular part of the Malaysian lottery calendar, with players eagerly tracking the schedule to ensure they don't miss out on an extra chance to win.<\/p>\n  <p>All six government-licensed operators participate in special draws \u2014 <strong>Magnum 4D<\/strong>, <strong>Sports Toto<\/strong>, <strong>Da Ma Cai (Damacai)<\/strong>, <strong>Sabah 88 Lotto<\/strong>, <strong>Sarawak Cash Sweep<\/strong> and <strong>Sandakan Turf Club (STC)<\/strong>. The prize structure and winning odds remain exactly the same as regular draws \u2014 the only difference is the day of the week.<\/p>\n  <p>Results for all operators on special draw nights are released at <strong>7:00 PM MYT<\/strong>, the same time as regular draws. Visit 4D Today on any special draw night to check live results for all operators in one place \u2014 no need to visit multiple sites.<\/p>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-785fd4e elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"785fd4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-93fb8be e-flex e-con-boxed e-con e-parent\" data-id=\"93fb8be\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8ba492d elementor-widget elementor-widget-heading\" data-id=\"8ba492d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Frequently Asked Questions (FAQs)<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a75e34 elementor-widget elementor-widget-n-accordion\" data-id=\"5a75e34\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;default_state&quot;:&quot;expanded&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-9480\" class=\"e-n-accordion-item\" open>\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-9480\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> What is a 4D Special Draw in Malaysia? <\/h3><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-9480\" class=\"elementor-element elementor-element-e8c9e62 e-con-full e-flex e-con e-child\" data-id=\"e8c9e62\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-07a12ee elementor-widget elementor-widget-text-editor\" data-id=\"07a12ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"faq-a\">A 4D Special Draw is an additional lottery draw held on selected Tuesdays throughout the year, in addition to the regular Wednesday, Saturday and Sunday draws. Special draws require approval from Malaysia&#8217;s Ministry of Finance and are conducted by all six licensed operators \u2014 Magnum, Sports Toto, Damacai, Sabah 88, CashSweep and STC.<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-9481\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-9481\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> How many special draws are there in 2026? <\/h3><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-9481\" class=\"elementor-element elementor-element-f7917da e-con-full e-flex e-con e-child\" data-id=\"f7917da\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-843400b elementor-widget elementor-widget-text-editor\" data-id=\"843400b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"faq-a\">The total number of special draws per year is determined by Malaysia&#8217;s Ministry of Finance. Typically there are between 8 and 12 special draws per year. The exact 2026 schedule is updated on this page as soon as MOF makes official announcements.<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-9482\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-9482\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Who approves the special draw dates in Malaysia? <\/h3><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-9482\" class=\"elementor-element elementor-element-273d28b e-con-full e-flex e-con e-child\" data-id=\"273d28b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bf321c4 elementor-widget elementor-widget-text-editor\" data-id=\"bf321c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"faq-a\">All special draw dates are officially approved and announced by Malaysia&#8217;s Ministry of Finance (MOF). Licensed lottery operators like Magnum, Sports Toto and Damacai follow the MOF-approved schedule and cannot conduct special draws without government approval.<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-9483\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-9483\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Is the prize structure the same for special draws? <\/h3><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-9483\" class=\"elementor-element elementor-element-2eb91bc e-con-full e-flex e-con e-child\" data-id=\"2eb91bc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e5419d0 elementor-widget elementor-widget-text-editor\" data-id=\"e5419d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"faq-a\"><button class=\"faq-q\"><span class=\"faq-arrow\">\u25bc<\/span><\/button><div class=\"faq-a\">Yes. The prize structure for special draws is exactly the same as regular draws \u2014 1st, 2nd and 3rd prizes, plus 10 Special and 10 Consolation prizes. The winning odds do not change on a special draw day. A special draw simply adds an extra draw opportunity on a Tuesday.<\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-9484\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-9484\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Can I buy 4D in advance for a special draw? <\/h3><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-9484\" class=\"elementor-element elementor-element-57f058c e-con-full e-flex e-con e-child\" data-id=\"57f058c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0281076 elementor-widget elementor-widget-text-editor\" data-id=\"0281076\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"faq-a\">Yes. You can purchase your 4D ticket for a special draw in advance at any official licensed outlet \u2014 Magnum shops, Sports Toto counters and Damacai agents. Tickets must be purchased before the outlet closes on draw day, typically around 6:30 PM MYT.<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-9485\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"6\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-9485\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Do all operators participate in special draws? <\/h3><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-9485\" class=\"elementor-element elementor-element-336cb4e e-con-full e-flex e-con e-child\" data-id=\"336cb4e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ed69917 elementor-widget elementor-widget-text-editor\" data-id=\"ed69917\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"faq-a\">Yes. All six government-licensed operators in Malaysia participate in special draws \u2014 Magnum 4D, Sports Toto, Da Ma Cai (Damacai), Sabah 88 Lotto, Sarawak Cash Sweep and Sandakan Turf Club (STC). Grand Dragon Lotto (Cambodia) draws daily and is not part of the Malaysian special draw system.<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-9486\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"7\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-9486\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> What time are special draw results released? <\/h3><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-9486\" class=\"elementor-element elementor-element-1188170 e-con-full e-flex e-con e-child\" data-id=\"1188170\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0f637fd elementor-widget elementor-widget-text-editor\" data-id=\"0f637fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"faq-a\">Special draw results are released at 7:00 PM MYT on the draw date, the same time as regular draws. Visit 4D Today after 7 PM on any special draw night to check live results for all six operators on one page.<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"What is a 4D Special Draw in Malaysia?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"A 4D Special Draw is an additional lottery draw held on selected Tuesdays throughout the year, in addition to the regular Wednesday, Saturday and Sunday draws. Special draws require approval from Malaysia&#8217;s Ministry of Finance and are conducted by all six licensed operators \\u2014 Magnum, Sports Toto, Damacai, Sabah 88, CashSweep and STC.\"}},{\"@type\":\"Question\",\"name\":\"How many special draws are there in 2026?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The total number of special draws per year is determined by Malaysia&#8217;s Ministry of Finance. Typically there are between 8 and 12 special draws per year. The exact 2026 schedule is updated on this page as soon as MOF makes official announcements.\"}},{\"@type\":\"Question\",\"name\":\"Who approves the special draw dates in Malaysia?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"All special draw dates are officially approved and announced by Malaysia&#8217;s Ministry of Finance (MOF). Licensed lottery operators like Magnum, Sports Toto and Damacai follow the MOF-approved schedule and cannot conduct special draws without government approval.\"}},{\"@type\":\"Question\",\"name\":\"Is the prize structure the same for special draws?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"\\u25bcYes. The prize structure for special draws is exactly the same as regular draws \\u2014 1st, 2nd and 3rd prizes, plus 10 Special and 10 Consolation prizes. The winning odds do not change on a special draw day. A special draw simply adds an extra draw opportunity on a Tuesday.\"}},{\"@type\":\"Question\",\"name\":\"Can I buy 4D in advance for a special draw?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. You can purchase your 4D ticket for a special draw in advance at any official licensed outlet \\u2014 Magnum shops, Sports Toto counters and Damacai agents. Tickets must be purchased before the outlet closes on draw day, typically around 6:30 PM MYT.\"}},{\"@type\":\"Question\",\"name\":\"Do all operators participate in special draws?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. All six government-licensed operators in Malaysia participate in special draws \\u2014 Magnum 4D, Sports Toto, Da Ma Cai (Damacai), Sabah 88 Lotto, Sarawak Cash Sweep and Sandakan Turf Club (STC). Grand Dragon Lotto (Cambodia) draws daily and is not part of the Malaysian special draw system.\"}},{\"@type\":\"Question\",\"name\":\"What time are special draw results released?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Special draw results are released at 7:00 PM MYT on the draw date, the same time as regular draws. Visit 4D Today after 7 PM on any special draw night to check live results for all six operators on one page.\"}}]}<\/script>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Updated for 2026 \u2014 All Operators Malaysia 4D Special Draw Dates 2026 The complete Tuesday special draw schedule for Magnum, [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-27","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/4d.today\/zh\/wp-json\/wp\/v2\/pages\/27","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/4d.today\/zh\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/4d.today\/zh\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/4d.today\/zh\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/4d.today\/zh\/wp-json\/wp\/v2\/comments?post=27"}],"version-history":[{"count":62,"href":"https:\/\/4d.today\/zh\/wp-json\/wp\/v2\/pages\/27\/revisions"}],"predecessor-version":[{"id":2997,"href":"https:\/\/4d.today\/zh\/wp-json\/wp\/v2\/pages\/27\/revisions\/2997"}],"wp:attachment":[{"href":"https:\/\/4d.today\/zh\/wp-json\/wp\/v2\/media?parent=27"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}