Trading Card Location | |||||
---|---|---|---|---|---|
Star Trek: The Original Series → Star Trek The Original Series 50th Anniversary → Case Topper | |||||
Front | Middle / Other | Back | |||
Title | Number | Number Made | Manufacturer | Material | Size |
Mirror, Mirror Base Card Variation (Mirror Spock’s Log) | 40A | Unknown | Rittenhouse Archives | Cardboard / Paper | 2½” x 3½” (Standard) |
Year | Original Art | Autograph | Costume / Relic | Sticker | Die Cut |
2016 | No | No | No | No | No |
Notes | |||||
None |
Non-Graded Price History Averages | |||||
---|---|---|---|---|---|
1 Month | 3 Months | 6 Months | 1 Year | 3 Years | Lifetime |
[insert_php] $counter = 0; $price=0; [/insert_php][insert_php] if(strtotime('February 28, 2016')>strtotime('-1 months')){ $counter++; $price = $price + 12.98; } [/insert_php][insert_php] if(strtotime('March 18, 2016')>strtotime('-1 months')){ $counter++; $price = $price + 13.00; } [/insert_php][insert_php] if(strtotime('March 19, 2016')>strtotime('-1 months')){ $counter++; $price = $price + 10.99; } [/insert_php][insert_php] if(strtotime('March 23, 2016')>strtotime('-1 months')){ $counter++; $price = $price + 18.99; } [/insert_php][insert_php] if(strtotime('March 24, 2016')>strtotime('-1 months')){ $counter++; $price = $price + 10.55; } [/insert_php][insert_php] if(strtotime('March 25, 2016')>strtotime('-1 months')){ $counter++; $price = $price + 8.24; } [/insert_php][insert_php] if(strtotime('March 25, 2016')>strtotime('-1 months')){ $counter++; $price = $price + 8.24; } [/insert_php][insert_php] if(strtotime('March 26, 2016')>strtotime('-1 months')){ $counter++; $price = $price + 8.50; } [/insert_php][insert_php] if(strtotime('March 25, 2016')>strtotime('-1 months')){ $counter++; $price = $price + 8.81; } [/insert_php][insert_php] if(strtotime('March 29, 2016')>strtotime('-1 months')){ $counter++; $price = $price + 6.80; } [/insert_php][insert_php] if(strtotime('March 28, 2016')>strtotime('-1 months')){ $counter++; $price = $price + 10.59; } [/insert_php][insert_php] if(strtotime('April 3, 2016')>strtotime('-1 months')){ $counter++; $price = $price + 7.91; } [/insert_php][insert_php] if(strtotime('April 4, 2016')>strtotime('-1 months')){ $counter++; $price = $price + 5.99; } [/insert_php][insert_php] if(strtotime('October 18, 2016')>strtotime('-1 months')){ $counter++; $price = $price + 4.67; } [/insert_php][insert_php] if(strtotime('April 10, 2017')>strtotime('-1 months')){ $counter++; $price = $price + 4.07; } [/insert_php][insert_php]; if ($counter > 0) { //checks to make sure there won't be a divide by zero error $totalaverage = ($price / $counter); //divide monetary sum by the number of entries if ($_GET['item_number'] != $_GET['reference']) { $totalaverage = ($totalaverage / $_GET['num']); } } echo '$'; //echo the dollar sign round ($totalaverage, 2); //round the number to a maximum of two decimal places echo number_format((float)$totalaverage, 2, '.', ''); //force two decimal places for monetary consistency [/insert_php] | [insert_php] $counter = 0; $price=0; [/insert_php][insert_php] if(strtotime('February 28, 2016')>strtotime('-3 months')){ $counter++; $price = $price + 12.98; } [/insert_php][insert_php] if(strtotime('March 18, 2016')>strtotime('-3 months')){ $counter++; $price = $price + 13.00; } [/insert_php][insert_php] if(strtotime('March 19, 2016')>strtotime('-3 months')){ $counter++; $price = $price + 10.99; } [/insert_php][insert_php] if(strtotime('March 23, 2016')>strtotime('-3 months')){ $counter++; $price = $price + 18.99; } [/insert_php][insert_php] if(strtotime('March 24, 2016')>strtotime('-3 months')){ $counter++; $price = $price + 10.55; } [/insert_php][insert_php] if(strtotime('March 25, 2016')>strtotime('-3 months')){ $counter++; $price = $price + 8.24; } [/insert_php][insert_php] if(strtotime('March 25, 2016')>strtotime('-3 months')){ $counter++; $price = $price + 8.24; } [/insert_php][insert_php] if(strtotime('March 26, 2016')>strtotime('-3 months')){ $counter++; $price = $price + 8.50; } [/insert_php][insert_php] if(strtotime('March 25, 2016')>strtotime('-3 months')){ $counter++; $price = $price + 8.81; } [/insert_php][insert_php] if(strtotime('March 29, 2016')>strtotime('-3 months')){ $counter++; $price = $price + 6.80; } [/insert_php][insert_php] if(strtotime('March 28, 2016')>strtotime('-3 months')){ $counter++; $price = $price + 10.59; } [/insert_php][insert_php] if(strtotime('April 3, 2016')>strtotime('-3 months')){ $counter++; $price = $price + 7.91; } [/insert_php][insert_php] if(strtotime('April 4, 2016')>strtotime('-3 months')){ $counter++; $price = $price + 5.99; } [/insert_php][insert_php] if(strtotime('October 18, 2016')>strtotime('-3 months')){ $counter++; $price = $price + 4.67; } [/insert_php][insert_php] if(strtotime('April 10, 2017')>strtotime('-3 months')){ $counter++; $price = $price + 4.07; } [/insert_php][insert_php]; if ($counter > 0) { //checks to make sure there won't be a divide by zero error $totalaverage = ($price / $counter); //divide monetary sum by the number of entries if ($_GET['item_number'] != $_GET['reference']) { $totalaverage = ($totalaverage / $_GET['num']); } } echo '$'; //echo the dollar sign round ($totalaverage, 2); //round the number to a maximum of two decimal places echo number_format((float)$totalaverage, 2, '.', ''); //force two decimal places for monetary consistency [/insert_php] | [insert_php] $counter = 0; $price=0; [/insert_php][insert_php] if(strtotime('February 28, 2016')>strtotime('-6 months')){ $counter++; $price = $price + 12.98; } [/insert_php][insert_php] if(strtotime('March 18, 2016')>strtotime('-6 months')){ $counter++; $price = $price + 13.00; } [/insert_php][insert_php] if(strtotime('March 19, 2016')>strtotime('-6 months')){ $counter++; $price = $price + 10.99; } [/insert_php][insert_php] if(strtotime('March 23, 2016')>strtotime('-6 months')){ $counter++; $price = $price + 18.99; } [/insert_php][insert_php] if(strtotime('March 24, 2016')>strtotime('-6 months')){ $counter++; $price = $price + 10.55; } [/insert_php][insert_php] if(strtotime('March 25, 2016')>strtotime('-6 months')){ $counter++; $price = $price + 8.24; } [/insert_php][insert_php] if(strtotime('March 25, 2016')>strtotime('-6 months')){ $counter++; $price = $price + 8.24; } [/insert_php][insert_php] if(strtotime('March 26, 2016')>strtotime('-6 months')){ $counter++; $price = $price + 8.50; } [/insert_php][insert_php] if(strtotime('March 25, 2016')>strtotime('-6 months')){ $counter++; $price = $price + 8.81; } [/insert_php][insert_php] if(strtotime('March 29, 2016')>strtotime('-6 months')){ $counter++; $price = $price + 6.80; } [/insert_php][insert_php] if(strtotime('March 28, 2016')>strtotime('-6 months')){ $counter++; $price = $price + 10.59; } [/insert_php][insert_php] if(strtotime('April 3, 2016')>strtotime('-6 months')){ $counter++; $price = $price + 7.91; } [/insert_php][insert_php] if(strtotime('April 4, 2016')>strtotime('-6 months')){ $counter++; $price = $price + 5.99; } [/insert_php][insert_php] if(strtotime('October 18, 2016')>strtotime('-6 months')){ $counter++; $price = $price + 4.67; } [/insert_php][insert_php] if(strtotime('April 10, 2017')>strtotime('-6 months')){ $counter++; $price = $price + 4.07; } [/insert_php][insert_php]; if ($counter > 0) { //checks to make sure there won't be a divide by zero error $totalaverage = ($price / $counter); //divide monetary sum by the number of entries if ($_GET['item_number'] != $_GET['reference']) { $totalaverage = ($totalaverage / $_GET['num']); } } echo '$'; //echo the dollar sign round ($totalaverage, 2); //round the number to a maximum of two decimal places echo number_format((float)$totalaverage, 2, '.', ''); //force two decimal places for monetary consistency [/insert_php] | [insert_php] $counter = 0; $price=0; [/insert_php][insert_php] if(strtotime('February 28, 2016')>strtotime('-1 year')){ $counter++; $price = $price + 12.98; } [/insert_php][insert_php] if(strtotime('March 18, 2016')>strtotime('-1 year')){ $counter++; $price = $price + 13.00; } [/insert_php][insert_php] if(strtotime('March 19, 2016')>strtotime('-1 year')){ $counter++; $price = $price + 10.99; } [/insert_php][insert_php] if(strtotime('March 23, 2016')>strtotime('-1 year')){ $counter++; $price = $price + 18.99; } [/insert_php][insert_php] if(strtotime('March 24, 2016')>strtotime('-1 year')){ $counter++; $price = $price + 10.55; } [/insert_php][insert_php] if(strtotime('March 25, 2016')>strtotime('-1 year')){ $counter++; $price = $price + 8.24; } [/insert_php][insert_php] if(strtotime('March 25, 2016')>strtotime('-1 year')){ $counter++; $price = $price + 8.24; } [/insert_php][insert_php] if(strtotime('March 26, 2016')>strtotime('-1 year')){ $counter++; $price = $price + 8.50; } [/insert_php][insert_php] if(strtotime('March 25, 2016')>strtotime('-1 year')){ $counter++; $price = $price + 8.81; } [/insert_php][insert_php] if(strtotime('March 29, 2016')>strtotime('-1 year')){ $counter++; $price = $price + 6.80; } [/insert_php][insert_php] if(strtotime('March 28, 2016')>strtotime('-1 year')){ $counter++; $price = $price + 10.59; } [/insert_php][insert_php] if(strtotime('April 3, 2016')>strtotime('-1 year')){ $counter++; $price = $price + 7.91; } [/insert_php][insert_php] if(strtotime('April 4, 2016')>strtotime('-1 year')){ $counter++; $price = $price + 5.99; } [/insert_php][insert_php] if(strtotime('October 18, 2016')>strtotime('-1 year')){ $counter++; $price = $price + 4.67; } [/insert_php][insert_php] if(strtotime('April 10, 2017')>strtotime('-1 year')){ $counter++; $price = $price + 4.07; } [/insert_php][insert_php]; if ($counter > 0) { //checks to make sure there won't be a divide by zero error $totalaverage = ($price / $counter); //divide monetary sum by the number of entries if ($_GET['item_number'] != $_GET['reference']) { $totalaverage = ($totalaverage / $_GET['num']); } } echo '$'; //echo the dollar sign round ($totalaverage, 2); //round the number to a maximum of two decimal places echo number_format((float)$totalaverage, 2, '.', ''); //force two decimal places for monetary consistency [/insert_php] | [insert_php] $counter = 0; $price=0; [/insert_php][insert_php] if(strtotime('February 28, 2016')>strtotime('-3 years')){ $counter++; $price = $price + 12.98; } [/insert_php][insert_php] if(strtotime('March 18, 2016')>strtotime('-3 years')){ $counter++; $price = $price + 13.00; } [/insert_php][insert_php] if(strtotime('March 19, 2016')>strtotime('-3 years')){ $counter++; $price = $price + 10.99; } [/insert_php][insert_php] if(strtotime('March 23, 2016')>strtotime('-3 years')){ $counter++; $price = $price + 18.99; } [/insert_php][insert_php] if(strtotime('March 24, 2016')>strtotime('-3 years')){ $counter++; $price = $price + 10.55; } [/insert_php][insert_php] if(strtotime('March 25, 2016')>strtotime('-3 years')){ $counter++; $price = $price + 8.24; } [/insert_php][insert_php] if(strtotime('March 25, 2016')>strtotime('-3 years')){ $counter++; $price = $price + 8.24; } [/insert_php][insert_php] if(strtotime('March 26, 2016')>strtotime('-3 years')){ $counter++; $price = $price + 8.50; } [/insert_php][insert_php] if(strtotime('March 25, 2016')>strtotime('-3 years')){ $counter++; $price = $price + 8.81; } [/insert_php][insert_php] if(strtotime('March 29, 2016')>strtotime('-3 years')){ $counter++; $price = $price + 6.80; } [/insert_php][insert_php] if(strtotime('March 28, 2016')>strtotime('-3 years')){ $counter++; $price = $price + 10.59; } [/insert_php][insert_php] if(strtotime('April 3, 2016')>strtotime('-3 years')){ $counter++; $price = $price + 7.91; } [/insert_php][insert_php] if(strtotime('April 4, 2016')>strtotime('-3 years')){ $counter++; $price = $price + 5.99; } [/insert_php][insert_php] if(strtotime('October 18, 2016')>strtotime('-3 years')){ $counter++; $price = $price + 4.67; } [/insert_php][insert_php] if(strtotime('April 10, 2017')>strtotime('-3 years')){ $counter++; $price = $price + 4.07; } [/insert_php][insert_php]; if ($counter > 0) { //checks to make sure there won't be a divide by zero error $totalaverage = ($price / $counter); //divide monetary sum by the number of entries if ($_GET['item_number'] != $_GET['reference']) { $totalaverage = ($totalaverage / $_GET['num']); } } echo '$'; //echo the dollar sign round ($totalaverage, 2); //round the number to a maximum of two decimal places echo number_format((float)$totalaverage, 2, '.', ''); //force two decimal places for monetary consistency [/insert_php] | [insert_php] $counter = 0; $price=0; [/insert_php][insert_php] $counter++; $price = $price + 12.98; [/insert_php][insert_php] $counter++; $price = $price + 13.00; [/insert_php][insert_php] $counter++; $price = $price + 10.99; [/insert_php][insert_php] $counter++; $price = $price + 18.99; [/insert_php][insert_php] $counter++; $price = $price + 10.55; [/insert_php][insert_php] $counter++; $price = $price + 8.24; [/insert_php][insert_php] $counter++; $price = $price + 8.24; [/insert_php][insert_php] $counter++; $price = $price + 8.50; [/insert_php][insert_php] $counter++; $price = $price + 8.81; [/insert_php][insert_php] $counter++; $price = $price + 6.80; [/insert_php][insert_php] $counter++; $price = $price + 10.59; [/insert_php][insert_php] $counter++; $price = $price + 7.91; [/insert_php][insert_php] $counter++; $price = $price + 5.99; [/insert_php][insert_php] $counter++; $price = $price + 4.67; [/insert_php][insert_php] $counter++; $price = $price + 4.07; [/insert_php][insert_php]; if ($counter > 0) { //checks to make sure there won't be a divide by zero error $totalaverage = ($price / $counter); //divide monetary sum by the number of entries if ($_GET['item_number'] != $_GET['reference']) { $totalaverage = ($totalaverage / $_GET['num']); } } echo '$'; //echo the dollar sign round ($totalaverage, 2); //round the number to a maximum of two decimal places echo number_format((float)$totalaverage, 2, '.', ''); //force two decimal places for monetary consistency [/insert_php] |
Price History Detail | |||||
---|---|---|---|---|---|
Date Sold | Price | Graded | Condition | Location | User |
April 10, 2017 | $4.07 | No | Near Mint/Mint (7-10) | Ebay | admin |
October 18, 2016 | $4.67 | No | Near Mint/Mint (7-10) | Ebay | admin |
April 4, 2016 | $5.99 | No | Near Mint/Mint (7-10) | Ebay | admin |
April 3, 2016 | $7.91 | No | Near Mint/Mint (7-10) | Ebay | admin |
March 29, 2016 | $6.80 | No | Near Mint/Mint (7-10) | Ebay | admin |
March 28, 2016 | $10.59 | No | Near Mint/Mint (7-10) | Ebay | admin |
March 26, 2016 | $8.50 | No | Near Mint/Mint (7-10) | Ebay | admin |
March 25, 2016 | $8.24 | No | Near Mint/Mint (7-10) | Ebay | admin |
March 25, 2016 | $8.24 | No | Near Mint/Mint (7-10) | Ebay | admin |
March 25, 2016 | $8.81 | No | Near Mint/Mint (7-10) | Ebay | admin |
March 24, 2016 | $10.55 | No | Near Mint/Mint (7-10) | Ebay | admin |
March 23, 2016 | $18.99 | No | Near Mint/Mint (7-10) | Ebay | admin |
March 19, 2016 | $10.99 | No | Near Mint/Mint (7-10) | Ebay | admin |
March 18, 2016 | $13.00 | No | Near Mint/Mint (7-10) | Ebay | admin |
February 28, 2016 | $12.98 | No | Near Mint/Mint (7-10) | Ebay | admin |