What Say Kai Ryssdall?

Marketplace, the popular economics podcast, has built a reputation for making complex economic topics accessible to everyday listeners. Much of that appeal comes from host Kai Ryssdal, whose mix of sharp insight, humor, and storytelling makes even the driest data surprisingly entertaining.

On May 7, 2026, the Marketplace episode contained a segment titled “Measuring Economic Demand.” The episode focused on a lesser-known economic indicator — Final Sales to Private Domestic Purchasers. The point was to explain why economists often view it as a cleaner measure of underlying demand than headline GDP.

This post picks up where Marketplace left off. Using RESERVE, readers can explore the data themselves, track the series over time, and dig deeper into the economic story behind the numbers.

The segment also sparked an idea for a new RESERVE feature — one I’ll introduce at the end of this post.

What Did Kai Actually Say

In the Marketplace segment, Kai Ryssdal walked listeners through the basic building blocks of Gross Domestic Product (GDP): consumer spending, business investment, government spending, and net exports.

Then, in classic Kai fashion, he slowed things down and carefully unpacked a lesser-known measure: Final Sales to Private Domestic Purchasers.

At its core, the metric strips away some of GDP’s noisier components — namely net exports, government spending, and inventory swings. The intent is to focus more directly on underlying private-sector demand in the U.S. economy.

Rather than using the finalized quarterly GDP reports, the segment focused on the advance estimates, the first look economists get at quarterly economic growth data.

To find this series in RESERVE, use the following search command:

reserve search "Final Sales to Private"
Search results for: "Final Sales to Private"

+--------------------+----------------------------------------------------+------+----------------------+------------------------+
| ID                 | TITLE                                              | FREQ | UNITS                | LAST UPDATED           |
+--------------------+----------------------------------------------------+------+----------------------+------------------------+
| LB0000031Q020SBEA  | Real Final Sales to Private Domestic Purchasers    | Q    | Bil. of 2017 US $    | 2026-04-30 07:48:54-05 |
| PB0000031Q225SBEA  | Real final sales to private domestic purchasers    | Q    | % Chg. from Prece... | 2026-04-30 07:48:33-05 |
| PE0000031Q156NBEA  | Real Final sales to private domestic purchasers    | Q    | % Chg. from Qtr. ... | 2026-04-30 07:48:30-05 |
| PB0000031A225NBEA  | Real final sales to private domestic purchasers    | A    | % Chg. from Prece... | 2026-03-13 07:49:16-05 |
| LA0000031Q027SBEA  | Final Sales to Private Domestic Purchasers         | Q    | Bil. of $            | 2026-04-30 07:49:20-05 |
| LA0000031A027NBEA  | Final sales to private domestic purchasers         | A    | Bil. of $            | 2026-04-09 07:53:06-05 |
| FINSALESDOMPRIVPUR | Nowcast for Real Final Sales of Private Domesti... | Q    | % Chg. at Annual ... | 2026-05-08 11:02:58-05 |
| GOR                | Gross Output by Industry: Retail Trade             | Q    | Bil. of $            | 2026-04-09 07:34:48-05 |
| A811RC2Q027SBEA    | Ratios of private inventories to final sales of... | Q    | %                    | 2026-04-30 07:50:53-05 |
| PA0000031Q225SBEA  | Final sales to private domestic purchasers, cur... | Q    | % Chg. from Prece... | 2026-04-30 07:48:25-05 |
| PA0000031A225NBEA  | Final sales to private domestic purchasers, cur... | A    | % Chg. from Prece... | 2026-02-20 07:46:57-06 |

The series ID for the quarterly updated version of Real Final Sales to Private Domestic Purchasers is PB0000031Q225SBEA . Note, that if this series is examined with the META SERIES command and formatted in JSON, RESERVE will give the user almost verbatim Kai’s explanation (minus the humor). See the NOTES field for the definition.

reserve meta series PB0000031Q225SBEA --format json
{
  "kind": "series_meta",
  "generated_at": "2026-05-09T15:54:44.926228-05:00",
  "command": "meta series PB0000031Q225SBEA",
  "data": [
    {
      "id": "PB0000031Q225SBEA",
      "title": "Real final sales to private domestic purchasers",
      "observation_start": "1947-04-01",
      "observation_end": "2026-01-01",
      "frequency": "Quarterly",
      "frequency_short": "Q",
      "units": "Percent Change from Preceding Period",
      "units_short": "% Chg. from Preceding Period",
      "seasonal_adjustment": "Seasonally Adjusted Annual Rate",
      "seasonal_adjustment_short": "SAAR",
      "last_updated": "2026-04-30 07:48:33-05",
      "popularity": 38,
      "notes": "BEA Account Code: PB000003\n\nFinal sales to domestic purchasers less government consumption expenditures and gross investment. \nA Guide to the National Income and Product Accounts of the United States (NIPA) - (http://www.bea.gov/national/pdf/nipaguid.pdf)",
      "source_name": "Bureau of Economic Analysis",
      "copyright_status": "public_domain_citation_requested",
      "citation_text": "Source: Bureau of Economic Analysis via FRED",
      "usage_allowed_commercial": true,
      "usage_allowed_educational": true,
      "usage_allowed_personal": true,
      "raw_rights_tags": [
        "public domain: citation requested"
      ],
      "last_rights_check_at": "2026-05-09T20:53:26.738003Z",
      "fetched_at": "2026-05-09T20:53:26.738011Z"
    }
  ],
  "stats": {
    "cache_hit": false,
    "duration_ms": 0,
    "items": 1
  }
}

Also note in the original search that pulling data from the affiliated series PB0000031Q225SBEA will provide the percentage change since last published series which is that 2.5% number Kai referenced.

reserve obs latest PB0000031Q225SBEA
+-------------------+------------+--------------+
| SERIES            | DATE       | LATEST VALUE |
+-------------------+------------+--------------+
| PB0000031Q225SBEA | 2026-01-01 | 2.5          |
+-------------------+------------+--------------+

Source: Bureau of Economic Analysis via FRED

The point of this exercise is that podcast like Marketplace offer incredible insight and perspective on economics data. If a listener finds this interesting, they can use RESERVE and their free API key from FRED® to explore the topic even further. That is the point of RESERVE–lowering the barrier of entry to the over 800 data series made accessible by the Federal Reserve Bank of St. Louis.

What Upcoming Feature Did Kai Inspire?

In Kai fashion, he spoke the words “Final Sales to Private Domestic Purchasers” very slowly. Why? It’s a mouthful that’s why. However, the corresponding series data he referenced is not only a mouth full but it is cryptic! “PB0000031Q225SBEA”

Coming in RESERVE 1.1.5 the intent is to introduce an ALIAS command that would support the following:

reserve alias set FSPDP PB0000031Q225SBEA --note "Real Final Sales Dom. Producers "
reserve alias list
reserve alias get FSPDP
reserve alias delete FSPDP

The output would be something like:

reserve alias list
+-------+-------------------+------------------------------------------+
| ALIAS | SERIES            | NOTE                                     |
+-------+-------------------+------------------------------------------+
| 10yr  | DGS10             | 10-Year Treasury Constant Maturity Rate  |
| cpi   | CPIAUCSL          | Consumer Price Index for Urban Consumers |
| rfsdp | PB0000031Q225SBEA | Real Final Sales Dom. Producers          |
+-------+-------------------+------------------------------------------+

Thanks Kai!

No affiliation with the Federal Reserve Bank of St. Louis

Not endorsed nor supported by the FRED® API technical team

© 2026 Derick Schaefer