www.waddingtons.ca Open in urlscan Pro
2606:4700:10::6816:c4e  Public Scan

Submitted URL: https://waddingtons.ca/
Effective URL: https://www.waddingtons.ca/
Submission Tags: analytics-framework
Submission: On April 26 via api from US — Scanned from CA

Form analysis 6 forms found in the DOM

POST

<form action="" method="POST">
  <input type="hidden" name="action" value="wadd_api_logout">
  <input class="btn btn-sm" id="header_account_logout" type="submit" value="Log Out">
</form>

<form id="header_login_form" class="base-form needs-validation" novalidate="">
  <div class="form-group row">
    <div class="col-sm-12">
      <label for="header_login_username">Username</label>
      <input type="text" class="form-control" id="header_login_username" aria-describedby="usernameLogin" placeholder="Enter your username" required="">
      <div class="invalid-feedback"> Username is required. </div>
    </div>
  </div>
  <div class="form-group row">
    <div class="col-sm-12">
      <label for="header_login_password">Password</label>
      <input type="password" class="form-control" id="header_login_password" placeholder="Enter your password" required="">
      <div class="invalid-feedback"> Password is required. </div>
    </div>
  </div>
  <div class="row no-gutters my-4">
    <div class="col">
      <p class="forgot-password">Forgot your <a href="/account-recovery/">username or password?</a></p>
    </div>
  </div>
  <div class="row no-gutters my-4">
    <div class="col-sm-12">
      <p class="forgot-password">Looking to pay an invoice? Visit our <a href="https://payment.waddingtons.ca" target="_blank">Payment Portal</a>.</p>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12">
      <p><input id="header_login_submit" class="btn" type="submit" value="Log In">
        <img id="header_spinner_image" style="display:none" src="https://www.waddingtons.ca/wp-content/themes/waddingtons-theme/dist/images/loading_c30f8921.gif" width="100" height="100">
      </p>
    </div>
  </div>
  <div id="header_login_error" class="error" style="display:none">
    <div class="col-sm-12" style="color:red"> Sorry, could not login. Please confirm your username and password and try again. </div>
  </div>
  <div class="row">
    <div class="col-sm-12">
      <p class="create-account">Don't have an account yet?<br> <a href="https://www.waddingtons.ca/my-account/account-sign-up/">Create Account</a></p>
    </div>
  </div>
</form>

POST

<form action="" method="POST">
  <input type="hidden" name="action" value="wadd_api_logout">
  <input class="btn btn-sm" id="header_account_logout_mobile" type="submit" value="Log Out">
</form>

<form id="mobile_login_form" class="base-form needs-validation" novalidate="">
  <div class="form-group row">
    <div class="col-sm-12">
      <label for="mobile_login_username">Username</label>
      <input type="text" class="form-control" id="mobile_login_username" aria-describedby="usernameLogin" placeholder="Enter your username" required="">
      <div class="invalid-feedback"> Username is required. </div>
    </div>
  </div>
  <div class="form-group row">
    <div class="col-sm-12">
      <label for="mobile_login_password">Password</label>
      <input type="password" class="form-control" id="mobile_login_password" placeholder="Enter your password" required="">
      <div class="invalid-feedback"> Password is required. </div>
    </div>
  </div>
  <div class="row no-gutters my-4">
    <div class="col-sm-6">
      <p class="forgot-password">Forgot your <a href="/account-recovery/">password?</a></p>
    </div>
  </div>
  <div class="row no-gutters my-4">
    <div class="col-sm-12">
      <p class="forgot-password">Looking to pay an invoice? Visit our <a href="https://payment.waddingtons.ca" target="_blank">Payment Portal</a>.</p>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12">
      <p><input id="mobile_login_submit" class="btn" type="submit" value="Log In">
        <img id="mobile_spinner_image" style="display:none" src="https://www.waddingtons.ca/wp-content/themes/waddingtons-theme/dist/images/loading_c30f8921.gif" width="100" height="100">
      </p>
    </div>
  </div>
  <div id="mobile_login_error" class="error" style="display:none">
    <div class="col-sm-12" style="color:red"> Sorry, could not login. Please confirm your username and password and try again. </div>
  </div>
  <div class="row">
    <div class="col-sm-12">
      <p class="create-account">Don't have an account yet?<br> <a href="https://www.waddingtons.ca/my-account/account-sign-up/">Create Account</a></p>
    </div>
  </div>
</form>

<form class="search-form search-input__form">
  <input autocomplete="off" class="search-input__input" id="search-module-input" maxlength="40" placeholder="Search items, works and artists" type="text"><label class="sr-only" for="search-module-input">Search query</label><button
    class="btn">Search</button>
</form>

<form class="mt-5" id="modal_login_form" novalidate="">
  <div class="form-group row">
    <label for="input_email" class="col-sm-2 col-form-label font-italic">Username</label>
    <div class="col-sm-8">
      <input class="form-control" type="text" id="modal_login_username" required="">
      <div class="invalid-feedback"> Username is required. </div>
    </div>
  </div>
  <div class="form-group row mt-2">
    <label for="input_password" class="col-sm-2 col-form-label font-italic">Password</label>
    <div class="col-sm-8">
      <input type="password" class="form-control" id="modal_login_password" required="">
      <div class="invalid-feedback"> Password is required. </div>
    </div>
  </div>
  <div class="form-group row">
    <div class="col-sm-2"></div>
    <div class="col-sm-10 text-left">
      <p><a href="/account-recovery/">FORGOT YOUR PASSWORD?</a></p>
    </div>
  </div>
  <div class="form-group row">
    <div class="col-sm-2"></div>
    <div class="col-sm-10"></div>
  </div>
  <div class="form-group row">
    <div class="col-sm-2"></div>
    <div class="col-sm-10 text-left mt-4">
      <input id="modal_login_submit" class="btn" type="submit" value="Log In">
      <img id="modal_spinner_image" style="display:none" src="https://www.waddingtons.ca/wp-content/themes/waddingtons-theme/dist/images/loading_c30f8921.gif" width="100" height="100">
      <p class="mt-4"><a id="modal_no_thanks_link" href="#" style="display:none">Register as a Guest</a></p>
    </div>
  </div>
  <div id="modal_login_error" class="error" style="display:none">
    <div class="col-sm-12" style="color:red"> Sorry, could not login. Please confirm your username and password and try again. </div>
  </div>
</form>

Text Content

Powered by
 * Contact Us
 * Create Account
 * My Account
   * Logged in as:
   * 
   * Bidder #:
   * 
   * Bidding History
   * Notifications
   * Watched Lots
   * Saved Searches
   * Favourites
   * Invoices
   * Email Preferences
   * Account Info
   * 
 * Log In
   Username
   Username is required.
   Password
   Password is required.
   
   Forgot your username or password?
   
   Looking to pay an invoice? Visit our Payment Portal.
   
   
   
   Sorry, could not login. Please confirm your username and password and try
   again.
   
   Don't have an account yet?
   Create Account

 * 中文内容
 * 

 * Appraisals
   * Appraisal & Consignment Services
   * Partnering with Waddington’s
 * Buy & Sell
   * How to Buy
   * How to Sell
   * Featured Artists & Items
   * Notable Sales
   * Appraisal & Consignment Services
   * Consignment Form
   * Buyer Terms & Conditions
 * Auctions & Events
   * Auction Calendar
   * Past Auctions / Prices Realised
   * How to Buy
   * How to Sell
 * Prices Realised
 * Departments
   * Appraisal & Consignment Services
   * Asian Art
   * Canadian Fine Art
   * Contemporary Art
   * Decorative Arts & Design
   * Discovery Art
   * International Art
   * Inuit, First Nations & Métis Art
   * Fine Jewellery & Watches
   * Fine Wine and Spirits
 * About
   * Our Team & Locations
   * Our History
   * Contact Form
   * Buy & Sell
   * Partner with Us
   * Receive Our E-Newsletters
 * News

 * * Logged in as:
   * 
   * Bidder #:
   * 
   * Bidding History
   * Notifications
   * Watched Lots
   * Saved Searches
   * Favourites
   * Invoices
   * Email Preferences
   * Account Info
   * 
 * Username
   Username is required.
   Password
   Password is required.
   
   Forgot your password?
   
   Looking to pay an invoice? Visit our Payment Portal.
   
   
   
   Sorry, could not login. Please confirm your username and password and try
   again.
   
   Don't have an account yet?
   Create Account

 * 
 * 

 * Appraisals
   * Appraisal & Consignment Services
   * Partnering with Waddington’s
 * Buy & Sell
   * Buy & Sell
   * How to Buy
   * How to Sell
   * Featured Artists and Items
   * Notable Sales
   * Appraisal & Consignment Services
   * Consignment Form
 * Auctions & Events
   * Auction Calendar
   * Past Auctions / Prices Realised
   * How to Buy
   * How to Sell
 * Prices Realised
 * Departments
   * All Departments
   * Appraisal & Consignment Services
   * Asian Art
   * Canadian Fine Art
   * Contemporary Art
   * Decorative Arts & Design
   * Discovery Art
   * International Art
   * Inuit, First Nations & Métis Art
   * Fine Jewellery & Watches
   * Fine Wine and Spirits
 * About
   * About Waddington’s
   * Our Team & Locations
   * Our History
   * Contact Form
   * Partner with Us
 * News & Media Articles
 * My Account

Search querySearch

Previous

ONLINE AUCTION

Photographs in Partnership with Scotiabank CONTACT Photography Festival

--------------------------------------------------------------------------------

MAY 13 - 18

In partnership with Scotiabank CONTACT Photography Festival, Waddington’s is
pleased to present an auction of lens-based works spanning the 19th to 21st
centuries.

Please contact us for more information.

IRVING PENN
Hell’s Angel (Doug), San Francisco
© The Irving Penn Foundation

ONLINE AUCTION

Nivingajuliat: Inuit Wall Hangings

--------------------------------------------------------------------------------

APRIL 22 - 27

Twenty select offerings celebrate the unique visions of nivingajuliat (wall
hangings) from Qamani’tuaq (Baker Lake) and beyond. Featured artists include
Irene Avaalaaqiaq Tiktaalaaq, Marjorie Aguluvak, Ruth Ikinilik Tapatai, Winnie
Tatya, Norman Ekoomiak, Joy Kiluvigyuak Hallauk, Mary Tookanachiak, Nancy Sevoga
Kangeryuaq, Martha Apsaq, Gloria Inugaq Putumiraqtuq, and Naomi Ityi.

Note: This auction starts to close at 3 pm ET. 

View the digital catalogue

Please contact us for more information.

BROWSE OR BID

ONLINE AUCTION

Small Wonders of Inuit Art

--------------------------------------------------------------------------------

APRIL 22 - 27

The works featured in this auction remind us that when we look to the small,
what we find may be a vision that is anything but. Highlights include work by
John Pangnark, Nick Sikkuark, Mirriam Marealik Qiyuk, Joe Talirunili, Lucy
Tasseor Tutsweektok, Sheokjuk Oqutaq, Vital Okoktok, Mark Tungilik, Daniel
Simaotik, Ada Eyetoaq and others.

View the digital catalogue

Please contact us for more information.

BROWSE OR BID

ONLINE AUCTION

Discovery Art

--------------------------------------------------------------------------------

APRIL 22 - 27

Landscapes in all seasons are complemented by bronzes, sculpture and work by
First Nations artists. Notable names include Norval Morrisseau, Frederick S.
Haines, Louis Muhlstock, Alberto De Castro, Bernice F. Martin, Carl von Ahrens,
Ted Harrison, Bill Saunders, Willard M. Mitchell, Franklin Arbuckle, Manly E.
Macdonald, Endre Szasz, Serge Deherian, Wilf F. Griffiths, Elford B. Cox,
Patrick Amiot, Betty Davison, Walter & Betty Ruch, and John Joy.

View the digital catalogue

Please contact us for more information.

BROWSE OR BID

ONLINE AUCTION

Estate Jewellery

--------------------------------------------------------------------------------

APRIL 29 - MAY 4

Our first Estate Jewellery auction of the year features approximately 450 lots,
a great opportunity for a personal style refresh. From the 19th to the 20th
centuries, look for numerous rings, necklaces, bracelets, earrings, and
brooches, primarily in gold and platinum set with a myriad of gemstones.
Highlights include a stunning 5 carat VVS1 square emerald cut diamond engagement
ring; a Birks platinum, opal, and diamond pendant; and an impressive 19th
century Scottish bangle.

Please contact us for more information.

VIEW GALLERY

ONLINE AUCTION

International Discovery

--------------------------------------------------------------------------------

APRIL 29 - MAY 4

From Old Masters to artists of the 20th century, this auction features artists
including Paul César Helleu, Flora McDonald Reid, Georges Rouault, Benjamin
Williams Leader, Lester F. Johnson, Władysław Chmieliński and Alessandro Sani.
Two works lead this auction: a gouache with ink and collage on paper by Pierre
Legrain entitled Rosalie, World War I Magazine Cover Design, and a miniature by
Théo van Rysselberghe, the Portrait of Samuel Jean Pozzi.

Please contact us for more information.

View Gallery

ONLINE AUCTION

Rugs & Carpets

--------------------------------------------------------------------------------

APRIL 29 - MAY 4

From antique weaves to modern examples, this auction includes rugs, carpets and
runners. Highlights include Turkish silks from both Hereke and Kayseri regions,
a beautiful Persian Heriz (Goravan) carpet c.1880/90, a fine room-sized Kashan
carpet, and some wool Qums with silk inlets from the 1970/80s.

Please contact us for more information.

View Gallery
Next
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7


NOTABLE SALES

Previous

Philipponnat Champagne Brut Clos Des Goisses 1989

--------------------------------------------------------------------------------

November 29, 2022

Estimate $1,500-$1,700

Realised: $4,200

Azienda Agricola Montevertine Le Pergole Torte Toscana 12 Liters 1997

--------------------------------------------------------------------------------

November 29, 2022

Estimate $4,000-$4,500

Realised: $6,000

Tenuta San Guido Bolgheri Sassicaia Sassicaia 2016

--------------------------------------------------------------------------------

November 29, 2022

Estimate $3,000-$3,500

Realised: $4,824

The Macallan Fine Oak Highland Single Malt Scotch Whisky 30 Years

--------------------------------------------------------------------------------

November 29, 2022

Estimate $2,600-$2,800

Realised: $4,920

Springbank Campbeltown Single Malt Scotch Whisky 25 Years

--------------------------------------------------------------------------------

November 29, 2022

Estimate $600-$800

Realised: $3,000

Noh Whisky Karuizawa Japanese Single Cask Whisky 13 Years

--------------------------------------------------------------------------------

November 29, 2022

Estimate $5,600-$6,600

Realised: $6,000

Clynelish Highland Single Malt Scotch Whisky 17 Years

--------------------------------------------------------------------------------

November 29, 2022

Estimate $1,900-$2,100

Realised: $3,600

Ardbeg Single Islay Malt Scotch Whisky

--------------------------------------------------------------------------------

November 29, 2022

Estimate $8,600-$10,000

Realised: $9,600

Philipponnat Champagne Brut Clos Des Goisses 1989

--------------------------------------------------------------------------------

November 29, 2022

Estimate $1,500-$1,700

Realised: $4,200

Azienda Agricola Montevertine Le Pergole Torte Toscana 12 Liters 1997

--------------------------------------------------------------------------------

November 29, 2022

Estimate $4,000-$4,500

Realised: $6,000

Tenuta San Guido Bolgheri Sassicaia Sassicaia 2016

--------------------------------------------------------------------------------

November 29, 2022

Estimate $3,000-$3,500

Realised: $4,824

The Macallan Fine Oak Highland Single Malt Scotch Whisky 30 Years

--------------------------------------------------------------------------------

November 29, 2022

Estimate $2,600-$2,800

Realised: $4,920

Springbank Campbeltown Single Malt Scotch Whisky 25 Years

--------------------------------------------------------------------------------

November 29, 2022

Estimate $600-$800

Realised: $3,000

Noh Whisky Karuizawa Japanese Single Cask Whisky 13 Years

--------------------------------------------------------------------------------

November 29, 2022

Estimate $5,600-$6,600

Realised: $6,000

Clynelish Highland Single Malt Scotch Whisky 17 Years

--------------------------------------------------------------------------------

November 29, 2022

Estimate $1,900-$2,100

Realised: $3,600

Ardbeg Single Islay Malt Scotch Whisky

--------------------------------------------------------------------------------

November 29, 2022

Estimate $8,600-$10,000

Realised: $9,600

Philipponnat Champagne Brut Clos Des Goisses 1989

--------------------------------------------------------------------------------

November 29, 2022

Estimate $1,500-$1,700

Realised: $4,200

Azienda Agricola Montevertine Le Pergole Torte Toscana 12 Liters 1997

--------------------------------------------------------------------------------

November 29, 2022

Estimate $4,000-$4,500

Realised: $6,000

Tenuta San Guido Bolgheri Sassicaia Sassicaia 2016

--------------------------------------------------------------------------------

November 29, 2022

Estimate $3,000-$3,500

Realised: $4,824

Next


SEEKING CONSIGNMENTS

Waddington’s is seeking consignments for our upcoming auctions.

Find Out More


SEARCH PRICES REALISED

Our Prices Realised page provides a comprehensive index of our past auctions.
View the results in a gallery or convenient list format.

Search Prices Realised


AUCTIONS & EVENTS

View All
Online Auction

Discovery Art

April 22 - 27, 2023

Auction Details Browse or Bid

Online Auction

Nivingajuliat: Inuit Wall Hangings

April 22 - 27, 2023

Auction Details Browse or Bid

Online Auction

Small Wonders of Inuit Art

April 22 - 27, 2023

Auction Details Browse or Bid

Online Auction

Estate Jewellery

April 29 - May 04, 2023

Auction Details Browse Gallery


WADDINGTON'S IS CANADA'S AUCTION HOUSE

Providing expert advice to Canadian and international clients for 173 successful
years.

About Us




Using Our Mobile App

Participating in our auctions is easier than ever with our new mobile app for
iOS and Android! Bid on the go from anywhere in the world, and stay up-to-date
on your bids with real-time push notifications straight to your device.

Find Out More

How It Works

Waddington's offers the most diverse range of auctions, including works by
renowned artists, in diverse genres, items from important estates, and from
cultures around the world. Sign up for our e-newsletters to find out about
upcoming auctions and events. Register to bid in our auctions and discover what
you have a passion to collect.

How to Buy

Our Services

Waddington’s is Canada’s most complete provider of auction, appraisal and
collection management services. We offer a wide range of services to assist with
selling, buying, appraising and managing your valuables. Whether you need our
assistance with a single item, an estate or corporate collection, we look
forward to working with you.

Learn More


WE'VE MADE SOME CHANGES...

×
You have been automatically redirected from our old online bidding site.

The features from the previous bidding site have been incorporated here — which
means bidding takes place entirely on a single site.

Additionally, we have added some great new features:

   
   
 * Auction closing times are listed in your local time zone
   
   
 * Opt-in to receive updates based on your saved searches
   
   
 * Better images, enhanced lot page presentation, detailed condition reports
   
   
 * And much more!
   
   


READY TO BID?


REGISTER USING YOUR ACCOUNT


SAVE YOUR FAVOURITES


SAVE YOUR SEARCHES

--------------------------------------------------------------------------------

LOG IN

To access this feature, you need to be signed up for a Waddington's online
account. Please enter the username and password you registered with below to
proceed.

To save some time, use your login to register.

Username
Username is required.
Password
Password is required.

FORGOT YOUR PASSWORD?



Register as a Guest

Sorry, could not login. Please confirm your username and password and try again.

Don't have an account? CREATE ACCOUNT

SIGN UP TO OUR E-NEWSLETTERS


 * Appraisal & Consignment Services
 * Buy & Sell
 * Auctions and Events
 * Prices Realised
 * Departments
 * About
 * News

 * Contact Us
 * Create Your Account
 * Login
 * FAQ – How to Bid
 * Using Our Mobile App
 * 沃丁頓拍賣行
 * Sitemap

275 King Street East, 2nd Floor
Toronto, Ontario, Canada
M5A 1K2

Hours: Mon. - Fri. 9 am - 5 pm
Phone: 416-504-9100
Toll Free: 1-877-504-5700
Fax: 416-504-0033
info@waddingtons.ca





 * © 2023 Waddington McLean & Company Ltd.
 * Website Terms & Conditions
 * |
 * Privacy Policy
 * |
 * Buyer Terms & Conditions