Skip to content
Prepaid, no subscription trap. Top up a balance and we draw the monthly fee from it.
tcggraph

Yu-Gi-Oh! Trading Card Game · Tournament Pack 8 · #TP8-EN012 · Common

Ultimate Offering

Ultimate Offering (Tournament Pack 8 #TP8-EN012, Yu-Gi-Oh!) price: Cardmarket from €0.05, trend €0.89, TCGplayer $1.94, PSA 10 $145.36.

€0.05
Cardmarket, cheapest
any language, any condition
€0.89
Cardmarket trend
7-day average €0.88, 30-day €0.74
$1.94
TCGplayer market
low $1.35
$145.36
PSA 10
6 sold in the last year, all grades
Ultimate Offering, Tournament Pack 8 #TP8-EN012

Graded

Ultimate Offering graded prices

What graded copies of this printing sell for, by grader and grade, in USD. Refreshed daily from our graded index.

GraderGradePrice
BGS10$189.00
PSA10$145.36
CGC10$87.00
SGC10$87.00
Any grader9.5$18.00
Any grader9$16.45
Any grader8$12.38
Any grader7$4.90
Ungraded$2.00

In your app

The same numbers, as JSON

Everything on this page is one call to the TCGGraph API: card ygo_tp8_en012 with its Cardmarket and TCGplayer quotes, the per-language and per-condition lows, graded prices and realised sales. REST or GraphQL, one key.

Card id
ygo_tp8_en012
Cardmarket product
106235
TCGplayer product
25343
Prices updated
13 Sept 2026
REST
curl "https://api.tcggraph.com/v1/cards/ygo_tp8_en012" \
  -H "Authorization: Bearer $TCGGRAPH_KEY"

# realised sales by day
curl "https://api.tcggraph.com/v1/prices/ygo_tp8_en012/sales?days=90" \
  -H "Authorization: Bearer $TCGGRAPH_KEY"
GraphQL
{
  card(id: "ygo_tp8_en012") {
    name
    prices { source currency low trend market }
    languagePrices {
      language finish low lowNm offers truncatedAbove
      conditions { condition low offers }
    }
    gradedPrices { grader grade price }
  }
}

Prices on this page are read from Cardmarket and TCGplayer and refreshed daily; graded quotes come from TCGGraph's graded index. TCGGraph does not sell cards and carries no affiliate links. Card names and artwork are the property of Konami.