Skip to content

Expansion price

Property Type Is required Description
expansion Expansion Yes
currencyCode string Yes Available values: USD, EUR, GBP, CAD, AUD, JPY.
source string Yes Available values: TCGplayer.
marketPrice int32 Yes The market price in cents.
lowSellingPrice int32|null No The low selling price in cents.
midSellingPrice int32|null No The mid selling price in cents.
highSellingPrice int32|null No The high selling price in cents.
priceDateTime string Yes An ISO 8601 formatted UTC date/time.
sourceUrl string|null No

When used as a file, the expansion-price suffix is required, e.g., international/base-set.usd.tcgplayer.expansion-price.json.

Example

{
  "expansion": {
    "name": "Fossil",
    "series": "Original Series",
    "tcgRegion": "International",
    "codes": [
        "FO"
    ],
    "releaseDate": "1999-10-10T00:00:00Z",
    "cardNumberRightPart": "62"
  },
  "currencyCode": "USD",
  "source": "TCGplayer",
  "marketPrice": 41833,
  "lowSellingPrice": 19115,
  "midSellingPrice": 77424,
  "highSellingPrice": 1319235,
  "priceDateTime": "2022-05-16T19:47:52.80968Z",
  "sourceUrl": "https://www.tcgplayer.com/search/pokemon/fossil"
}