quickcheck.php
getPriceWithFallback() - Now tries original symbol FIRST (with suffix), then falls back to cleaned symbol (without suffix)
Stores both symbols:
original_symbol - for the rating iframe (keeps .TO, .L, etc.)
lookup_symbol - what Yahoo actually used for display
Iframe src uses original_symbol - preserves the .XX suffix for stock_rating.php
Price lookup logic: Original → Cleaned fallback (not the other way around)