Ford Focus RS Forum banner

2017 Production Totals by Color and Month

1 reading
41K views 38 replies 22 participants last post by  CubsMom  
#1 · (Edited)
Inspired by RaptorFinder, I decided to have a go at compiling some data on RS production! I whipped up some code, generated a sequential list of North American VINs and set it loose on ETIS.

I tried to gather data on options, but when spot-checking my results against window stickers, the results were crummy at best. ETIS also doesn't show Territory information for the vehicle, so I don't believe there's any way to separate US vs Canada. If someone knows of a way, by all means let me know and I'll re-work the code and share the results!

Total production so far: 7,073

By Color:
ColorQuantity
NB2199
SB1766
SG1679
FW1429

By Production Month:
MonthQuantity
September157
October914
November1578
December1033
January782
February698
March728
April370
May667
June483

Other Notes:
  • 593 VINs, randomly interspersed through the range, were rejected by the system as being unrecognized. Canceled allocations? Cars that fell off the boat on the way over? Employee theft? Who knows!
  • 337 VINs were recognized, but have a build date of November 30, 0002. ETIS also shows a REUSE notation. Pending allocations, yet to be scheduled?
  • It appears that they haven't shut down production on 2017s yet, so these numbers will increase.
 
#3 ·
Interesting that white was the least produced color.

I admit I have a bit of buyer's remorse not getting the Nitrous Blue, especially sitting next to my brother's Kona Blue ST, but I remember how much of a pain taking care of any other color is and I feel better. :tongue:
 
#8 ·
It was mentioned in another thread that the 17's were finished in mid June, and that the '18 LE's were being made until the model changeover. My dealer phoned me the day of the LE announcement to say I wasn't getting my SB '17 ordered in August because of the LE's. At least I can have his LE allocation if i want it. Can someone confirm they're still making 17's?
 
#10 ·
Can you do the same for the 2016 model year?
 
#12 ·
  • Like
Reactions: Mgies
#25 ·
Wouldn't a Tor network fix that? Just have the output IP from the Tor bounce around the world.
 
  • Like
Reactions: Shoey
#23 ·
interesting news because I placed an order for a NB one in april and was told back then "august"
I still have no confirmation or delivery date about it, maybe I can switch to an LE ? I have to phone Ford
I took the forged wheels and full options already so I wouldn't mind adding the front diff price to the bill if possible.
 
#26 ·
I'd have to look to be certain but Tor exit nodes I believe are per session, it's not per request. So it might be something like establish a connection, run the tool until it blocks you, then reconnect and repeat.

Have you been saving the PDF results from all the VINs you have run? If you rate limited your requests (to reduce chances of being blocked) and your tool could take configurable ranges it would be fairly trivial to distribute the data collection. Once we had a full set of PDFs you'd have all the time in the world (and no risk of blocking) to work out how to analyze the contents.
 
#32 ·
Good news! I was able to compile data by scraping window stickers! There was just enough readable text for me to compile destination country information for the cars where stickers were available.

Can someone confirm that Ford's system returns a "Sticker Unavailable" message after a car is sold? If that's truly the case, then there's an astonishing amount of inventory (3319) sitting on the ground, or on a boat headed this way!

SepOctNovDecJanFebMarAprMayGrand Total
NoSticker11665381645731418619910232774
Canada01037563215733170324
Murica412433825074214784403154923319
Restricted086131519161413104
Grand Total157914124110337826987283706677079

[thead] [/thead][tbody]

[/tbody]

Notes: Some stickers couldn't be viewed via the site, they are:
  • NoSticker: The system returned a sticker unavailable message.
  • Restricted: The system returned a message indicating the sticker was restricted from viewing via the site I was using.
 
#33 ·