VIEW PRODUCT CATEGORIES

Vintage 18K Rose Gold Swiss Chronometer Watch, Manual

SKU: 164022 Category:

$1,895.00

1 in stock

Men's vintage Swiss chronometer wristwatch with 18k rose gold case.

Circa 1950. Manual wind. 38mm case size.

The back of case is stamped 750 18k.

The inner lid covering the movement is gold plated base metal.

The rest of the watch case is 18k solid gold.

The movement is a precision Lemania mechanism, anti magnetic, with stop watch.

Lemania movements are still used today in some high end watches.

Time tested for 8 hours and kept good time.

The crystal is in excellent condition. The dial is very good.

The back of the case has some tiny dings.

The watch band is a new, high quality,alligator grain. Fits up to 8 inch wrists.

Overall very good condition.

The watch is sold as is.

Additional information

Base Metal

Rose Gold

Band Material

Alligator

Brand

Swiss Chronometer

Case Size

38mm

Department

Men

Movement

Mechanical (Manual)

With Original Packaging

No

Style

Luxury

Type

Vintage

Yes

Year Manufactured

1950-1959

Ask us a question about this item.

"*" indicates required fields

Name*
Email*
Please let us know what's on your mind. Have a question for us? Ask away.
This field is for validation purposes and should be left unchanged.
// Enqueue the script for Quick Edit function enqueue_quick_edit_script($hook) { if ($hook == 'edit.php') { wp_enqueue_script('quick-edit-custom', get_template_directory_uri() . '/js/quick-edit-custom.js', array('jquery'), '', true); } } add_action('admin_enqueue_scripts', 'enqueue_quick_edit_script'); // JavaScript file (quick-edit-custom.js) jQuery(function($){ $('#the-list').on('click', '.editinline', function(){ var post_id = $(this).closest('tr').attr('id'); var $inline_data = $('#inline_' + post_id); var out_of_stock_note = $inline_data.find('.out_of_stock_note').text(); $('input[name="out_of_stock_note"]').val(out_of_stock_note); }); });