Get product prices
Daily price history for a sealed product.
from and to
as YYYY-MM-DD for anything else up to 366 days wide, and a 400 for a window that is
malformed, inverted, or wider than the maximum.
A product has no printings, so tcgplayer sits at the top of the response with one history per
condition, rather than nested one level down under a printing.
range, interval and fill behave exactly as they do on card prices, down to the same preset
windows and the same two 400s. See
charting a range for the preset table, and
telling a sighting from a carried value
for what as_of and observations mean on each point.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The TCGplayer product id.
Query Parameters
A window ending today: 1W, 1M, 3M, 6M or 1Y. An alternative to from and to, and sending both is a 400. Defaults fill to locf and picks an interval so that a wider window does not return proportionally more points.
Bucket width as a day count such as 3d, or auto to derive it from the width of the window. Requires fill=locf.
locf carries the last observed price forward across days with no movement. none returns only the days the price changed, and is the default when range is absent.