Her Majesty Queen Elizabeth II Memorial Coin Collection (2024)

'; var beta_slide_template = '

'; var beta_slide_filter_template = '

'; var beta_slide_null_template = '

Her Majesty Queen Elizabeth II Memorial Coin Collection (3)

TITLETITLE

'; var filter_url = window.location.pathname.toLowerCase(); if (filter_url.indexOf("?") < 0) { if (filter_url.slice(-1) !== "/") { filter_url += "/"; } } /*------------------------------*/ if(typeof filter_alias !== "undefined") { for(var page_alias in filter_alias) { if(filter_alias.hasOwnProperty(filter_url)) { filter_url= filter_alias[page_alias]; } } } /*------------------------------*/ for (var page in filter_carousel_data) { if (filter_url == page) { if (filter_carousel_data[page].heading !== "") { $('.carouselFilter').html('

'); } if (filter_carousel_data[page].header_text !== "") { $('.carouselFilter').append('

' + filter_carousel_data[page].header_text + '

'); } $('.carouselFilter').append(beta_wrapper); var newSlides = ""; if (filter_carousel_data[page].hasOwnProperty('icons')) { for (var i = 0; i < filter_carousel_data[page].icons.length; i++) { //if(screen.availWidth<=600) {filter_carousel_data[page].icons[i].url=filter_carousel_data[page].icons[i].url.replace('desktop-','');} // use data structure image filename if present or use converted url as image filename if (filter_carousel_data[page].icons[i].hasOwnProperty('image')) { if (filter_carousel_data[page].icons[i].image !== "") { var image = filter_carousel_data[page].icons[i].image; } else { var image = filter_carousel_base_url + (filter_carousel_data[page].icons[i].url.substring(1).slice(0, -1).replace(/\//g, '-')) + '.png'; } } else { var image = filter_carousel_base_url + (filter_carousel_data[page].icons[i].url.substring(1).slice(0, -1).replace(/\//g, '-')) + '.png'; } var customClass = ""; if (filter_carousel_data[page].icons[i].hasOwnProperty('img_class')) { customClass = filter_carousel_data[page].icons[i].img_class; } if (!filter_carousel_data[page].icons[i].hasOwnProperty('no_link')) { filter_carousel_data[page].icons[i].no_link = false; } if (filter_carousel_data[page].icons[i].url.indexOf('#') > -1) { //filter_carousel_data[page].icons[i].alt_text=filter_carousel_data[page].icons[i].alt_text.toUpperCase(); var newCode = filter_carousel_data[page].icons[i].url newCode = newCode.replace('/beta', ''); // remove /beta from the hyperlink url newSlides += beta_slide_filter_template.replace(/HREFHREF/gi, newCode).replace('IMAGEIMAGE', image).replace('TITLETITLE', filter_carousel_data[page].icons[i].alt_text.toUpperCase()).replace('titletitle', filter_carousel_data[page].icons[i].alt_text).replace('CUSTOMCLASS', customClass); } else if (filter_carousel_data[page].icons[i].no_link == true) { newSlides += beta_slide_null_template.replace('IMAGEIMAGE', image).replace('TITLETITLE', filter_carousel_data[page].icons[i].alt_text.toUpperCase()).replace('titletitle', filter_carousel_data[page].icons[i].alt_text).replace('CUSTOMCLASS', customClass); } else { var newCode = filter_carousel_data[page].icons[i].url newCode = newCode.replace('/beta', ''); // remove /beta from the hyperlink url newSlides += beta_slide_template.replace(/HREFHREF/g, newCode).replace('IMAGEIMAGE', image).replace('TITLETITLE', filter_carousel_data[page].icons[i].alt_text.toUpperCase()).replace('titletitle', filter_carousel_data[page].icons[i].alt_text).replace('CUSTOMCLASS', customClass); } } $('#beta_slick_carousel').append(newSlides); } } } /* - - - - - - - - - - - - - - - - - - - - - -*/ setTimeout(function () { $("#beta_slick_carousel button.slick-prev.slick-arrow").html(' ').css('opacity', '1'); $("#beta_slick_carousel button.slick-next.slick-arrow").html(' ').css('opacity', '1'); }, 1000); window.addEventListener('resize', function (event) { setTimeout(function () { $("#beta_slick_carousel > button.slick-prev.slick-arrow.slick-disabled").html(' '); $("#beta_slick_carousel > button.slick-next.slick-arrow").html(' '); }, 500); }, true); /* - - - - - - - - - - - - - - - - - - - - - -*/ // bootstrap 3 breakpoints const breakpoint = { // extra small screen / phone xs: 480, // small screen / tablet sm: 768, // medium screen / desktop md: 992, // large screen / large desktop lg: 1200 }; // bootstrap 3 responsive multi column beta_slick_carousel carousel $('#beta_slick_carousel').slick({ autoplay: false, autoplaySpeed: 2000, draggable: true, pauseOnHover: false, infinite: false, dots: true, arrows: true, speed: 1000, mobileFirst: true, slidesToShow: 3, slidesToScroll: 3, responsive: [{ breakpoint: breakpoint.xs, settings: { slidesToShow: 3, slidesToScroll: 3 } }, { breakpoint: breakpoint.sm, settings: { slidesToShow: 4, slidesToScroll: 3 } }, { breakpoint: breakpoint.md, settings: { slidesToShow: 5, slidesToScroll: 3 } }, { breakpoint: breakpoint.lg, settings: { slidesToShow: 7, slidesToScroll: 3 } }] }); } else { addGenericPageTitle(); } $('.replacementHref').on('click', function (e) { e.preventDefault(); e.stopPropagation(); var tgt = e.target; $('.filterLoadingModal ').removeClass('hideThis'); if ($('.replacementHref.active').length > 0) { var current = $('.replacementHref.active').attr('data-ref_point'); $(current).next().click(); $('.replacementHref.active').removeClass('active'); } setTimeout(function () { $(tgt).addClass('active'); var filterClick = $(tgt).attr('data-ref_point'); var newHeader = $("p.replacementHref[data-ref_point='" + filterClick + "']").attr('data-title'); $('.beta_nav_carousel_wrapper .cf_header_active').text(newHeader); var nextState = { additionalInformation: 'Added new URL with JS' }; var newParam = newHeader.replace(/ /g, '_'); var nextUrl = window.location.href.split('?')[0]; nextUrl += "?sub=" + newHeader; window.history.replaceState(nextState, newHeader, nextUrl); var i = 0; var i_f = false; while (i < filter_carousel_data[page].icons.length && !i_f) { if (filter_carousel_data[page].icons[i].url == filterClick) { if (filter_carousel_data[page].icons[i].hasOwnProperty('additional_content')) { if (filter_carousel_data[page].icons[i].hasOwnProperty('additional_content') !== "") { $('.beta_nav_carousel_wrapper .cf_body_active').html(filter_carousel_data[page].icons[i].additional_content); } } } i++; } $(filterClick).next().click(); $(tgt).addClass('active'); clearFilterModal(); }, 2000); }); var baseUrl = window.location.href.split('?'); if (baseUrl.length > 1) { var paramsList = baseUrl[1].split('&'); for (i = 0; i < paramsList.length; i++) { var p_list = paramsList[i].split('='); if (p_list[0] == 'sub') { filterInPlace(p_list[1]); } } } });

Her Majesty Queen Elizabeth II Memorial Coin Collection (2024)

FAQs

How much is a Queen Elizabeth II coin worth? ›

A year later, the launch of a new commemorative coin honoring the queen tested the limits of how much people are willing to spend by carrying a price tag above $20 million. As Fortune reported last fall, the “one-of-a-kind” coin is valued at about $23 million and is “a little wider” than an NBA basketball.

Is there a memorial coin for the Queen's death? ›

Her Majesty Queen Elizabeth II Memorial Coin Collection

We have struck a range of memorial coins and curated sets in tribute to the longest-reigning monarch in British history, Queen Elizabeth II. The Queen Elizabeth II Memorial Coin range is only available to purchase until 31 December 2022.

How much is a 1953 coronation coin worth? ›

1953 UK / GB Elizabeth II. Cased Coronation Crown Coin 1953. £5.

How much is a 1996 Elizabeth II coin worth? ›

2 dollars 1996
Currency rate2 CAD = 1.46 USD
Year1996
RulerElizabeth II
CompositionBi-Metallic: Aluminium-Bronze center, Nickel ring
Edge typeReeded and smooth section
12 more rows

How many Queen Elizabeth coins are there in the world? ›

The Royal Mint estimates that 27 billion coins with the queen are currently in circulation. That also means the monetary value of Elizabeth coins isn't going up anytime soon.

What is the new coin in memory of the Queen? ›

The Memorial Tribute to our Nation's Matriarch

As the nation reflects on a reign like no other, The Queen Elizabeth II 'In Memoriam' commemorative has been issued. The poignant dual portrait design by commonwealth coin designer Joel Iskowitz beautifully bookends her Majesty's reign.

What was the last coin the Queen Elizabeth was on? ›

Marking the end of her record-breaking reign, the last circulating Elizabeth II Australian $1 was issued in 2022, and unites the Jody Clark obverse portrait with Stuart Devlin's Mob of Roos reverse design.

What is the rarest queen coin? ›

2009 Kew Gardens 50p

The coin ranks number one on Change Checker's 50p scarcity index. Change Checker's Ebay index puts the value of this coin at £148. This is down from £167 in January 2023. Recently, a gold proof version of the Kew Gardens 50p coin sold for £6,800 at a Royal Mint online auction of 343 rare coins.

Is a 1965 Churchill coin worth anything? ›

1965 Churchill Crowns have a face value today of 25p though you can't spend them in shops or cash them in at the bank. Coin collectors may pay £1-3 for good quality examples. Are Churchill coins rare? 1965 Churchill coins are not rare as more than 19 million of them were made.

What is the oldest Queen Elizabeth coin? ›

The very first coinage portrait of Queen Elizabeth II was created by Mary Gillick in 1953, and was used on coins in the United Kingdom and other countries until 1970.

What were the first Queen Elizabeth II coins? ›

The new royal portrait was unveiled in the autumn of 1952. Three sets of Proof coins were struck to commemorate The Queen's coronation in 1953. Each set included a £5, a £2, a Sovereign and a Half-Sovereign.

What makes a 1996 2 coin rare? ›

Fewer than 2,100 of the coins were made to commemorate the Euros, making the coins highly sought after. The coin sports a football pattern, with 1996 engraved in the middle surrounded by 16 small circles representing the countries that took part in the tournament.

How much is the rarest coin worth? ›

1849 Double Eagle Gold Coin

The one remaining specimen is carefully preserved at National Numismatic Collections at the Smithsonian Institution. The 1849 Double Eagle is currently the rarest and most valuable coin in the world, with an estimated value of around $20 million.

How much is an Elizabeth II 1987 coin worth? ›

Features
IssuerCanada
QueenElizabeth II (1952-2022)
TypeStandard circulation coin
Years1987-1989
Value1 Dollar 1 CAD = USD 0.73
10 more rows

What is the last year of Queen Elizabeth coins? ›

2022 – A Platinum Jubilee

In 2022, Queen Elizabeth II celebrated her Platinum Jubilee. Featuring the number '70' on the reverse to denote the monarch's 70-year reign, The Royal Mint produced a commemorative UK 50p coin to mark the occasion.

How much is a 1999 Queen Elizabeth coin worth? ›

Worth, USD $ 3.05
DayWorth
Aug 1, 20222.92
Jul 1, 20222.98
Jun 1, 20223.05
May 1, 20223.01
21 more rows

Top Articles
Latest Posts
Article information

Author: Rev. Porsche Oberbrunner

Last Updated:

Views: 5891

Rating: 4.2 / 5 (73 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Rev. Porsche Oberbrunner

Birthday: 1994-06-25

Address: Suite 153 582 Lubowitz Walks, Port Alfredoborough, IN 72879-2838

Phone: +128413562823324

Job: IT Strategist

Hobby: Video gaming, Basketball, Web surfing, Book restoration, Jogging, Shooting, Fishing

Introduction: My name is Rev. Porsche Oberbrunner, I am a zany, graceful, talented, witty, determined, shiny, enchanting person who loves writing and wants to share my knowledge and understanding with you.