1967 Topps Venezuelan
Description
1967 Topps Venezuelan is a 338-card set. As the name suggests, the product was designed for, and distributed to, the Latin American market. The design is identical and uses many of the same photos as the 1967 Topps set.
The first 138 cards feature the stars of the Venezuelan Winter League, while the next 50 cards are of retired legends. The final 150 cards are of active MLB players. The backs of each card are printed in Spanish.
Distribution
Reviews
Insertion Ratios
Cards | Total Cards | Numbered To | Hobby Odds | Retail Odds |
---|---|---|---|---|
Base | 338 | - | ? | ? |
Checklist
Base Set
Venezuelan Winter League
<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 1967) AND (setname = 'Topps Venezuelan') AND (num < 139) ORDER BY num +0 ASC; </sql2wiki>
Legends
<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 1967) AND (setname = 'Topps Venezuelan') AND (num BETWEEN 139 AND 188) ORDER BY num +0 ASC; </sql2wiki>
MLB Stars
<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 1967) AND (setname = 'Topps Venezuelan') AND (num > 188) ORDER BY num +0 ASC; </sql2wiki>