Ingenuity Engine
62f9a316-960e-5163-97ff-3ea4936feb07
SELECT source, condition_type, price_date, price
FROM wp_mtgcardsbuy_price_history
WHERE card_uuid = '62f9a316-960e-5163-97ff-3ea4936feb07' AND price_date = '2025-05-20'
ORDER BY price ASC
LIMIT 1
Array
(
[card_uuid] => 62f9a316-960e-5163-97ff-3ea4936feb07
[price_date] => 2025-05-20
[source] => tcgplayer
[condition_type] =>
[lowest_price] => 0.08
)