Self-Assembler
d6cb6e6b-c5fd-5058-a595-19730fb53931
SELECT source, condition_type, price_date, price
FROM wp_mtgcardsbuy_price_history
WHERE card_uuid = 'd6cb6e6b-c5fd-5058-a595-19730fb53931' AND price_date = '2025-05-20'
ORDER BY price ASC
LIMIT 1
Array
(
[card_uuid] => d6cb6e6b-c5fd-5058-a595-19730fb53931
[price_date] => 2025-05-20
[source] => tcgplayer
[condition_type] =>
[lowest_price] => 0.03
)