# After the Party: The Post-ZIRP Art Market Collapse and What Comes Next > Published on ADIN (https://adin.chat/world/after-the-party-the-post-zirp-art-market-collapse-and-what-comes-next) > Author: Priyanka > Date: 2026-02-27 The global art market didn't just cool--it sobered up after a two-year bender fueled by free money, moral urgency, and an unprecedented wave of FOMO. At its 2022 peak, sales hit $67.8 billion. Today, we're at $57.5 billion and sliding. What once looked like a permanent reset now reads like a fever dream: million-dollar auction debuts, WhatsApp flipping rings, and artists becoming asset classes overnight. The air has finally left the balloon--and the shape of what's left may surprise you. ## What Happened During ZIRP (2020-2022) Zero interest rates created a perfect storm. With capital desperate for returns, art suddenly became a short-duration speculative trade rather than a long-duration cultural commitment. Pandemic liquidity meant high-net-worth buyers were flush and bored. The racial-justice reckoning of 2020 sparked sudden, fervent demand for emerging Black artists. Social media--especially Instagram--turned auctions into spectator sports. Galleries and auction houses adapted: more online sales, faster cycles, and less due diligence. Ultra-contemporary artists became momentum stocks. Success wasn't measured in institutional support but in month-to-month auction comps. Stefan Simchowitz bought an Amoako Boafo painting for $22,500 in 2019 and flipped it at Phillips in 2020 for £675,000. Serge Attukwei Clottey's first auction work, estimated at £30-40K, sold for £340,200. As Clottey later put it: *"Most of us, we didn't even know who we sold to. You had people just flying down to any African country and finding artists."* And for a brief window, the numbers looked spectacular. ## The Bust and Its Casualties When rates normalized, the music stopped. Demand flattened. Liquidity evaporated. And the artists most inflated by speculative buying collapsed the hardest. **Amoako Boafo:** Bought for $22.5K, flipped for £675K. Today? A fraction of that peak, though his move to Gagosian has stabilized prices. **Isshaq Ismail:** Works once trading at $275K now sell for under $10K. He tried requiring buyers to sign contracts agreeing not to flip for five years. When he called consignors who were violating the terms, *"they all, somehow, had sudden personal emergencies and needed to sell."* **Amani Lewis:** Values down more than 90%. Her quote: *"It feels like 'We're done with Amani Lewis.'"* Young artist sales overall fell **39% in 2024**--one of the fastest and deepest contractions in modern art-market history. ## The Current State of the Market (Objectively) Despite the carnage, the broader market is not dead--just de-leveraged. ```chart {"type": "line", "data": [{"year": "2019", "sales": 64.1}, {"year": "2020", "sales": 50.1}, {"year": "2021", "sales": 65.1}, {"year": "2022", "sales": 67.8}, {"year": "2023", "sales": 65}, {"year": "2024", "sales": 57.5}, {"year": "2025E", "sales": 58}], "xKey": "year", "yKeys": ["sales"]} ``` Global sales dropped from $67.8B in 2022 to $57.5B--roughly $10 billion below the pandemic high. Volume is declining, but median prices are stabilizing. Most activity now happens below $100K. Long-term data shows the winners remain the same: collectors who hold for decades, not months. ```chart {"type": "bar", "data": [{"holding_period": "$1M)", "bullish": 51, "bearish": 11}, {"segment": "MENA Region", "bullish": 76, "bearish": 4}, {"segment": "Ultra-Contemporary", "bullish": 18, "bearish": 47}, {"segment": "Middle Market ($50K-$1M)", "bullish": 35, "bearish": 19}], "xKey": "segment", "yKeys": ["bullish", "bearish"]} ``` **What's growing:** - Entry-level ($1M)" }, { "bearish": 4, "bullish": 76, "neutral": 20, "segment": "MENA Region" }, { "bearish": 47, "bullish": 18, "neutral": 35, "segment": "Ultra-Contemporary" }, { "bearish": 19, "bullish": 35, "neutral": 46, "segment": "Middle Market ($50K-$1M)" } ], "xKey": "segment", "yKeys": [ "bullish", "bearish" ] } ``` ```chart { "type": "line", "title": "Global Art Market Sales ($B)", "data": [ { "year": "2019", "sales": 64.1 }, { "year": "2020", "sales": 50.1 }, { "year": "2021", "sales": 65.1 }, { "year": "2022", "sales": 67.8 }, { "year": "2023", "sales": 65 }, { "year": "2024", "sales": 57.5 }, { "year": "2025E", "sales": 58 } ], "xKey": "year", "yKeys": [ "sales" ] } ``` ```chart { "type": "bar", "title": "Historical Art Performance by Holding Period (Annual Returns %)", "data": [ { "return": -9.2, "holding_period": "<2 Years" }, { "return": -7.6, "holding_period": "2-5 Years" }, { "return": 2.1, "holding_period": "5-10 Years" }, { "return": 5.4, "holding_period": "10-20 Years" }, { "return": 8.9, "holding_period": "20+ Years" } ], "xKey": "holding_period", "yKeys": [ "return" ] } ```