The Rolex Forums   The Rolex Watch

ROLEXROLEXROLEXROLEXROLEXROLEXROLEXROLEXROLEXROLEXROLEXROLEX


Go Back   Rolex Forums - Rolex Watch Forum > Other (non-Rolex) Watch Topics > Patek Philippe Discussion Forum

Reply
 
Thread Tools Display Modes
Old 2 November 2021, 06:20 AM   #1
chet
"TRF" Member
 
Join Date: Feb 2010
Location: Chicago
Posts: 113
Msrp

Is there an easy way to access MSRP for the current Patek line?
chet is offline   Reply With Quote
Old 2 November 2021, 06:46 AM   #2
Jmaster
"TRF" Member
 
Jmaster's Avatar
 
Join Date: Aug 2021
Real Name: Ed
Location: Bay Area
Posts: 371
On their website. When you get to individual watches, you need to click the down arrow icon in the text to show the MSRP.
__________________
Vacheron Constantin | Patek Philippe | Rolex | Tudor | Girard-Perregaux | Ming | Baume & Mercier | Dietrich
Jmaster is offline   Reply With Quote
Old 2 November 2021, 06:46 AM   #3
Will_L
"TRF" Member
 
Join Date: Sep 2020
Location: World
Posts: 169
Go to the page of the model you like, right click and select 'view page source, press control - F, type the word 'price' and press enter until you see a line like this:

// Prices
var articlePrices = [
{
Id: 2096, Pattern: "AD", Price: "30'910 EUR" }, {
Id: 2097, Pattern: "CH", Price: "34'500 CHF" }, {
Id: 2098, Pattern: "CN", Price: "318'100 CNY" }, {
Id: 2099, Pattern: "DE", Price: "35'200 EUR" }, {
Id: 2100, Pattern: "ES", Price: "35'790 EUR" }, {
Id: 2101, Pattern: "ES_CN", Price: "34'460 EUR" }, {
Id: 2102, Pattern: "FR", Price: "35'500 EUR" }, {
Id: 2103, Pattern: "GB", Price: "31'430 GBP" }, {
Id: 2104, Pattern: "HK", Price: "292'800 HKD" }, {
Id: 2105, Pattern: "IE", Price: "36'390 EUR" }, {
Id: 2106, Pattern: "IT", Price: "36'090 EUR" }, {
Id: 2107, Pattern: "JE", Price: "27'500 GBP" }, {
Id: 2108, Pattern: "JP", Price: "4'697'000 JPY" }, {
Id: 2109, Pattern: "LI", Price: "34'500 CHF" }, {
Id: 2110, Pattern: "MO", Price: "292'800 HKD" }, {
Id: 2111, Pattern: "MX", Price: "37'780 USD" }, {
Id: 2112, Pattern: "MY", Price: "164'000 MYR" }, {
Id: 2113, Pattern: "PH", Price: "2'070'000 PHP" }, {
Id: 2114, Pattern: "PT", Price: "36'380 EUR" }, {
Id: 2115, Pattern: "SG", Price: "53'800 SGD" }, {
Id: 2116, Pattern: "TH", Price: "1'253'400 THB" }, {
Id: 2117, Pattern: "TW", Price: "1'190'000 TWD" }, {
Id: 2118, Pattern: "US", Price: "40'810 USD" }, {
Id: 2119, Pattern: "VI", Price: "40'810 USD" }, {
Id: 2120, Pattern: "VN", Price: "941'850'000 VND" }
];
var priceOnRequest = false;


and you will know the msrp per country that is know in the list
Will_L is offline   Reply With Quote
Old 2 November 2021, 06:47 AM   #4
Will_L
"TRF" Member
 
Join Date: Sep 2020
Location: World
Posts: 169
Quote:
Originally Posted by Jmaster View Post
On their website. When you get to individual watches, you need to click the down arrow icon in the text to show the MSRP.
That only works when your country actually is in the list
Will_L is offline   Reply With Quote
Old 2 November 2021, 06:51 AM   #5
chet
"TRF" Member
 
Join Date: Feb 2010
Location: Chicago
Posts: 113
Thanks
chet is offline   Reply With Quote
Old 2 November 2021, 12:13 PM   #6
thanyasr
"TRF" Member
 
Join Date: Jan 2020
Location: SEA
Posts: 41
Icon14

Quote:
Originally Posted by Will_L View Post
Go to the page of the model you like, right click and select 'view page source, press control - F, type the word 'price' and press enter until you see a line like this:

// Prices
var articlePrices = [
{
Id: 2096, Pattern: "AD", Price: "30'910 EUR" }, {
Id: 2097, Pattern: "CH", Price: "34'500 CHF" }, {
Id: 2098, Pattern: "CN", Price: "318'100 CNY" }, {
Id: 2099, Pattern: "DE", Price: "35'200 EUR" }, {
Id: 2100, Pattern: "ES", Price: "35'790 EUR" }, {
Id: 2101, Pattern: "ES_CN", Price: "34'460 EUR" }, {
Id: 2102, Pattern: "FR", Price: "35'500 EUR" }, {
Id: 2103, Pattern: "GB", Price: "31'430 GBP" }, {
Id: 2104, Pattern: "HK", Price: "292'800 HKD" }, {
Id: 2105, Pattern: "IE", Price: "36'390 EUR" }, {
Id: 2106, Pattern: "IT", Price: "36'090 EUR" }, {
Id: 2107, Pattern: "JE", Price: "27'500 GBP" }, {
Id: 2108, Pattern: "JP", Price: "4'697'000 JPY" }, {
Id: 2109, Pattern: "LI", Price: "34'500 CHF" }, {
Id: 2110, Pattern: "MO", Price: "292'800 HKD" }, {
Id: 2111, Pattern: "MX", Price: "37'780 USD" }, {
Id: 2112, Pattern: "MY", Price: "164'000 MYR" }, {
Id: 2113, Pattern: "PH", Price: "2'070'000 PHP" }, {
Id: 2114, Pattern: "PT", Price: "36'380 EUR" }, {
Id: 2115, Pattern: "SG", Price: "53'800 SGD" }, {
Id: 2116, Pattern: "TH", Price: "1'253'400 THB" }, {
Id: 2117, Pattern: "TW", Price: "1'190'000 TWD" }, {
Id: 2118, Pattern: "US", Price: "40'810 USD" }, {
Id: 2119, Pattern: "VI", Price: "40'810 USD" }, {
Id: 2120, Pattern: "VN", Price: "941'850'000 VND" }
];
var priceOnRequest = false;


and you will know the msrp per country that is know in the list


Thank you very much. New trick for me
thanyasr is offline   Reply With Quote
Old 3 November 2021, 06:02 AM   #7
Will_L
"TRF" Member
 
Join Date: Sep 2020
Location: World
Posts: 169
Quote:
Originally Posted by thanyasr View Post
Thank you very much. New trick for me
No worries ! (pro gamer move)
Will_L is offline   Reply With Quote
Old 4 November 2021, 09:21 AM   #8
azizu
"TRF" Member
 
azizu's Avatar
 
Join Date: Aug 2020
Location: Saudi Arabia
Watch: Patek 3700/11AJ
Posts: 717
Quote:
Originally Posted by Jmaster View Post
On their website. When you get to individual watches, you need to click the down arrow icon in the text to show the MSRP.

That doesn’t work on all countries.


Sent from my iPhone using Tapatalk
__________________
Current Collection: PP 3700/11AJ, PP 5170G, PP 5320G, PP 5712/1A, APRO 15500, Rolex 116234, Rolex GMT Master2 BLNR, Omega SMP, Baume & Mercier M0A10280
azizu is offline   Reply With Quote
Old 4 November 2021, 06:49 PM   #9
Flex368
"TRF" Member
 
Flex368's Avatar
 
Join Date: May 2014
Real Name: Felix
Location: GMT +1
Watch: Yes!
Posts: 3,024
For the most desirable references MSRP doesn´t matter much anyway.
Flex368 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

My Watch LLC

OCWatches

Wrist Aficionado

Asset Appeal

DavidSW Watches

Takuya Watches


*Banners Of The Month*
This space is provided to horological resources.





Copyright ©2004-2024, The Rolex Forums. All Rights Reserved.

ROLEXROLEXROLEXROLEXROLEXROLEXROLEXROLEXROLEXROLEXROLEXROLEX

Rolex is a registered trademark of ROLEX USA. The Rolex Forums is not affiliated with ROLEX USA in any way.