Gold Bullion Sovereign | The Royal Mint (2024)

' + burger + "

"); $('.mobile-burger').click(function (){ $('[data-module="product-filter"]').css( "z-index", "98" ); $('.filter-modal-trigger').css( "pointer-events", "none" ) }) $(".close").click(function () { $("body").css({ 'overflow': '', 'padding-right': '', 'background': '', }) $("header").css({'padding-right': '',}) $("#side-navbar-wrap .menu.menu-bar").animate({ left: "-100%", }, 500 ); $('.filter-modal-trigger').css( "pointer-events", "" ) setTimeout(function(){ $('[data-module="product-filter"]').css( "z-index", "100" ); }, 500) }); $(document).on('show.bs.modal','#filters-modal2', function () { $('.filter-modal-trigger').css( "opacity", "0" ); $('.mod-filters').addClass('bg-transparent'); $('.header-container').css( "z-index", "99" ) }); $(document).on('hide.bs.modal','#filters-modal2', function () { $('.filter-modal-trigger').css( "opacity", "" ) $('.mod-filters').removeClass('bg-transparent'); $('.header-container').css( "z-index", "101" ) }); $(".mobile-menu-trigger").click(function () { let scrollWidth = window.innerWidth - document.body.clientWidth; $("body").css({ 'overflow': 'hidden', 'padding-right': `${scrollWidth}px`, 'background': '#f4f1eb', }) $("header").css({'padding-right': `${scrollWidth}px`,}) $(".mobile-menu-trigger ~ ul").animate({ left: "", transition: "left .3s", }, 500 ); }); // PRE 17326 $('.newBetaNav .menu-bar>li>a[aria-haspopup="true"]').each(function() { $(this).attr('href', 'javascript:void(0);'); }); $('.newBetaNav .menu-bar>li>a[aria-haspopup="true"]').on('click', function () { $('.newBetaNav .menu-bar>li>a[aria-haspopup="true"]').removeClass('active'); $(this).addClass('active'); $(this).siblings().addClass('sub-active'); $('.newBetaNav .mobile-menu-header').addClass('newBackButton'); }); $('.mobile-menu-header').on('click', function (e) { if ($('.mobile-menu-header').hasClass('newBackButton')) { e.preventDefault(); e.stopPropagation(); $('.newBetaNav .mobile-menu-header').removeClass('newBackButton'); $('.newBetaNav .menu.menu-bar .menu-link.menu-bar-link.active').removeClass('active'); $('.newBetaNav .menu.menu-bar .menu-link.menu-bar-link').siblings().removeClass('sub-active'); } }); } if (window.innerWidth >= 992) { $("#side-navbar-wrap .mega-menu--flat").each(function () { $(this).children().wrapAll("
"); }); $("#side-navbar-wrap .mega-menu.mega-menu--flat").css( "justify-content", "center" ); $("#side-navbar-wrap .col-10").addClass("column10"); $('.newBetaNav .menu-bar>li>a[aria-haspopup="true"]').hover( function () { //hover in $(this).addClass('active'); }, function () { //hover out $('.newBetaNav .menu-bar>li>a[aria-haspopup="true"]').removeClass('active'); } ); $('#header.newBetaNav').mouseleave(function () { $('.newBetaNav .menu.menu-bar .menu-link.menu-bar-link.active').removeClass('active'); }); } target && observer.observe(target);});

Need investment support? Book a call back now

Book an appointment

BULLION COINS

The Sovereign 2024 Bullion Coin Range

For 2024, the ‘chief coin of the world’ returns to tradition with Benedetto Pistrucci’s iconic St George and the dragon design.

EXPLORE THE RANGE

Gold Bullion Sovereign | The Royal Mint (1)

Product range

Gold Bullion

The Sovereign 2024 Gold Bullion Coin

Bullion | 916.67 Fine Gold

Price: From £424.95

In Stock

Gold Bullion Best Value
Gold Bullion

The Quarter Sovereign 2024 Gold Bullion Coin

Bullion | 916.67 Fine Gold

Price: From £139.67

In Stock

Gold Bullion

The Quarter Sovereign 2024 Gold Bullion Coin in Blister

Bullion | 916.67 Fine Gold

Price: From £142.40

In Stock

Gold Bullion

The Double Sovereign 2024 Gold Bullion Coin in Blister

Bullion | 916.67 Fine Gold

Price: From £841.69

In Stock

Gold Bullion

The Half Sovereign 2024 Gold Bullion Coin in Blister

Bullion | 916.67 Fine Gold

Price: From £219.51

In Stock

Gold Bullion

The Half Sovereign 2024 Gold Bullion Coin

Bullion | 916.67 Fine Gold

Price: From £215.54

In Stock

Gold Bullion

The Sovereign 2024 Gold Bullion Coin in Blister

Bullion | 916.67 Fine Gold

Price: From £424.95

In Stock

Gold Bullion

The Sovereign 2024 Twenty Five Bullion Coin Tube

Bullion | 916.67 Fine Gold

Price: From £10,329.76

In Stock

Gold Bullion Best Value

The Best Value Double Sovereign Gold Bullion Coin

Bullion | 916.7 Fine Gold

Price: From £825.98

In Stock

Gold Bullion Best Value

The Best Value Half Sovereign Gold Bullion Coin

Bullion | 916.67 Fine Gold

Price: From £213.36

In Stock

Gold Bullion

The Sovereign Best Value Victoria Young Head Gold Bullion Coin

Bullion | 916.67 Fine Gold

Price: From £558.10

In Stock

    '; var li_template = '
  • '; var slick_SlideTemplate = '
    '; var ti; var numSlides = 0; var currentSlide = ""; var block_index = 0; var target_block = ".cnav_carousel "; var startPoint = []; var num_visible_slides = 4; var cnav_slideWidth = 0; var max_slide_offset = 0; /*-----------------------------------------------------------------*/ function scrollTo_ccnav(el, destIndex, baseId) { var destBaseSlide = $( "#" + baseId + ".custom_cnav_carousel .slick-slide" )[0]; var baseIndex = parseInt($(destBaseSlide).attr("data-slick-index")); var offsetDest = destIndex - baseIndex; var navWidth = $(el).width(); var maxslides = $(el).parent().find(".slick-slide").length - 1; var offset = navWidth * offsetDest; if (offset <= max_slide_offset) { //console.log('moving to '+offset); $(el).parent().parent().animate({ scrollLeft: offset }, 500); // move slide-list } // set correct dot $("#" + baseId + " .slick-dots") .find('button[tabindex="0"]') .attr("tabindex", "-1") .attr("aria-selected", "false") .parent() .removeClass("slick-active"); $("#X_slick-slide-control" + destIndex) .attr("tabindex", "0") .attr("aria-selected", "true") .parent() .addClass("slick-active"); //check direction filters if (offsetDest == 0) { $("#" + baseId + ".custom_cnav_carousel .arrow-previous").addClass( "slick-disabled" ); } else { $("#" + baseId + ".custom_cnav_carousel .arrow-previous").removeClass( "slick-disabled" ); } if (offsetDest == maxslides || offset >= max_slide_offset) { $("#" + baseId + ".custom_cnav_carousel .arrow-next").addClass( "slick-disabled" ); } else { $("#" + baseId + ".custom_cnav_carousel .arrow-next").removeClass( "slick-disabled" ); } } /*-----------------------------------------------------------------*/ function setMaxWidth() { var numSlides = 4; var screenSize = parseInt($("body").width()); if (screenSize < 1320) { numSlides = 3; } if (screenSize < 700) { numSlides = 1; } var baseCnavSize = parseInt( $(".custom_cnav_carousel .slick-list.draggable").innerWidth() ) / numSlides; //console.log(baseCnavSize); $(".meep") .css("max-width", baseCnavSize + "px") .attr("data-size", baseCnavSize); $(".custom_cnav_carousel .slick-slide").css( "max-width", baseCnavSize + "px" ); num_visible_slides = numSlides; cnav_slideWidth = baseCnavSize; max_slide_offset = ($(".meep").length - num_visible_slides) * baseCnavSize; } /*-----------------------------------------------------------------*/ $(target_block).each(function () { $(this).addClass("hideThisImportant"); var id = "custom_mobile_carousel" + block_index; var testBlock = this; /* - - - - - - - - - - - - */ var cNavs = $(this).find(".contentNavBlock"); if (cNavs.length == 0) { cNavs = $(this).find(".trmCategory"); // handle category blocks } /* - - - - - - - - - - - - */ //var html =$(cNavs[0]).parent().html(); var newTemplate = car_template.replace(/XVXVXV/g, id); $(newTemplate).insertAfter(this); var slidesInBlock = 0; for (var cNav_index = 0; cNav_index < cNavs.length; cNav_index++) { if (slidesInBlock == 0) { ti = "0"; currentSlide = "slick-current"; currentDot = "slick-active"; } else { ti = "-1"; currentSlide = ""; currentDot = ""; } var newSlideTemplate = slick_SlideTemplate .replace(/XX/g, numSlides) .replace("CURRENTHERE", currentSlide); $("#" + id + " .slick-track").append(newSlideTemplate); var slideid = "X_slick-slide" + numSlides; $("#" + slideid + " .append_poduct_card_here").append( $(cNavs[cNav_index]).clone(true) ); var newLITemplate = li_template.replace(/ZZ/g, numSlides); newLITemplate = newLITemplate .replace(/YY/g, slidesInBlock) .replace("TI", ti) .replace("PPPP", currentDot); $("#" + id + " .slick-dots").append(newLITemplate); slidesInBlock++; numSlides++; } if (slidesInBlock > 10) { $("#" + id + " .slick-dots").addClass("hideThisImportant"); } /*-----------------------------------------------------------------*/ $("#" + id + ".custom_cnav_carousel .slick-dots button").on( "click", function () { var currentSlide = $("#" + id + " .slick-current"); $(currentSlide).removeClass("slick-current"); var destSlide = $("#" + $(this).attr("aria-controls")); var destIndex = parseInt($(destSlide).attr("data-slick-index")); $(destSlide).addClass("slick-current"); scrollTo_ccnav(destSlide, destIndex, id); } ); /*-----------------------------------------------------------------*/ $("#" + id + ".custom_cnav_carousel .arrow-previous svg").on( "click", function () { var currentSlide = $( "#" + id + ".custom_cnav_carousel .slick-current" ); var currentIndex = parseInt($(currentSlide).attr("data-slick-index")); $(currentSlide).removeClass("slick-current"); var destBaseSlide = $( "#" + id + ".custom_cnav_carousel .slick-slide" )[0]; var baseIndex = parseInt($(destBaseSlide).attr("data-slick-index")); var offsetDest = currentIndex - baseIndex; $("#" + id + ".custom_cnav_carousel .arrow-next").removeClass( "slick-disabled" ); var nextSlide = offsetDest - 1; if (nextSlide <= 0) { nextSlide = 0; } var moveTo = $("#X_slick-slide" + (baseIndex + nextSlide)); var destIndex = parseInt($(moveTo).attr("data-slick-index")); $(moveTo).addClass("slick-current"); scrollTo_ccnav(moveTo, destIndex, id); } ); /*-----------------------------------------------------------------*/ $("#" + id + ".custom_cnav_carousel .arrow-next svg").on( "click", function () { var currentSlide = $( "#" + id + ".custom_cnav_carousel .slick-current" ); var currentIndex = parseInt($(currentSlide).attr("data-slick-index")); $(currentSlide).removeClass("slick-current"); var destBaseSlide = $( "#" + id + ".custom_cnav_carousel .slick-slide" )[0]; var baseIndex = parseInt($(destBaseSlide).attr("data-slick-index")); var offsetDest = currentIndex - baseIndex; var nextSlide = offsetDest + 1; var maxslides = $("#" + id + ".custom_cnav_carousel .slick-slide").length - 1; $("#" + id + ".custom_cnav_carousel .arrow-previous").removeClass( "slick-disabled" ); if (nextSlide >= maxslides) { nextSlide = maxslides; } var moveTo = $("#X_slick-slide" + (baseIndex + nextSlide)); var destIndex = parseInt($(moveTo).attr("data-slick-index")); $(moveTo).addClass("slick-current"); scrollTo_ccnav(moveTo, destIndex, id); } ); /*-----------------------------------------------------------------*/ $("#" + id + ".custom_cnav_carousel .slick-slide").on( "touchend", function (e) { var destMove = e.changedTouches[0].pageX; var movement = destMove - startPoint[id]; if (Math.abs(movement) > 20) { if (movement > 0) { $( "#" + id + ".custom_cnav_carousel .arrow-previous svg" ).click(); } else if (movement < 0) { $("#" + id + ".custom_cnav_carousel .arrow-next svg").click(); } } } ); /*-----------------------------------------------------------------*/ $("#" + id + ".custom_cnav_carousel .slick-slide").on( "touchstart", function (e) { startPoint[id] = e.targetTouches[0].pageX; } ); /*-----------------------------------------------------------------*/ block_index++; }); $(".custom_cnav_carousel .block.contentNavBlock").addClass("meep"); $(window).bind("resize", setMaxWidth); setMaxWidth(); }});
    Gold Bullion Sovereign | The Royal Mint (16)

    A Royal Tradition

    Since 1817, Benedetto Pistrucci’s iconic St George and the dragon has traditionally appeared on the reverse of The Sovereign apart from on a few select occasions.

    Gold Bullion Sovereign | The Royal Mint (17)

    A Sovereign Fit for a King

    Following a momentous year for the British monarch, the 2024 Sovereign features the official coinage portrait of His Majesty King Charles III.

    Gold Bullion Sovereign | The Royal Mint (18)

    Tax Efficiency

    Due to their investment-grade status and position as legal tender, each Sovereign bullion coin is exempt from Value Added Tax and Capital Gains Tax

    Gold Sovereign Bullion Coins

    The first gold Sovereign was struck in 1489 and has become recognised as the ‘chief coin of the world’ due to its long heritage of quality, value and reliability. Known by both individuals and institutions across the globe, its reputation makes it the most trusted investment-grade coin, the perfect asset for investors and collectors.

    Invest in Gold Sovereign Bullion Coins

    Gold Sovereign bullion coins hold investment-grade status, with a quality of 22-carat gold and a fineness of 916.7. The gold Sovereign is trusted by investors for its strength and reliability, is exempt from VAT for non-VAT registered private individuals and is exempt from Capital Gains Tax due to its status as legal tender. Start your investment journey with The Royal Mint today.

    Buy Gold Sovereign Bullion Coins

    Historically viewed as one of the steadiest precious metal investments on the market, The Royal Mint’s gold Sovereign bullion coins are some of the world's most tradable and highly liquid bullion coins. Explore The Royal Mint’s fantastic collection today.

  • Gold Bullion Sovereign | The Royal Mint (19)

    © The Royal Mint Limited. The Royal Mint Limited whose registered office is at Llantrisant, Pontyclun, CF72 8YT, United Kingdom (registered in England and Wales No. 06964873).

    Gold Bullion Sovereign | The Royal Mint (2024)
    Top Articles
    Latest Posts
    Article information

    Author: Sen. Ignacio Ratke

    Last Updated:

    Views: 5779

    Rating: 4.6 / 5 (56 voted)

    Reviews: 95% of readers found this page helpful

    Author information

    Name: Sen. Ignacio Ratke

    Birthday: 1999-05-27

    Address: Apt. 171 8116 Bailey Via, Roberthaven, GA 58289

    Phone: +2585395768220

    Job: Lead Liaison

    Hobby: Lockpicking, LARPing, Lego building, Lapidary, Macrame, Book restoration, Bodybuilding

    Introduction: My name is Sen. Ignacio Ratke, I am a adventurous, zealous, outstanding, agreeable, precious, excited, gifted person who loves writing and wants to share my knowledge and understanding with you.