{"id":3,"date":"2026-05-11T02:12:28","date_gmt":"2026-05-11T07:12:28","guid":{"rendered":"https:\/\/staging.decadeprices.com\/retro-rates\/home\/"},"modified":"2026-05-25T01:18:09","modified_gmt":"2026-05-25T06:18:09","slug":"home","status":"publish","type":"page","link":"https:\/\/staging.decadeprices.com\/retro-rates\/","title":{"rendered":"What Things Cost The Year You Were Born"},"content":{"rendered":"<div class=\"retrorates-app\">\n<style>\n\/* === RETRORATES BRAND === *\/\n\/* Warm, nostalgic, retro \u2014 standalone design, no cross-links *\/<\/p>\n<p>:root {\n  --rr-cream: #fdf6e3;\n  --rr-surface: #fff8ee;\n  --rr-card: #ffffff;\n  --rr-border: #e8d5b7;\n  --rr-red: #c44536;\n  --rr-red-bright: #e85d4a;\n  --rr-teal: #2a7f6e;\n  --rr-teal-dim: #1d5c50;\n  --rr-orange: #e67e22;\n  --rr-yellow: #f4a941;\n  --rr-brown: #5c3d2e;\n  --rr-text: #3d2b1f;\n  --rr-text-dim: #8b7355;\n}<\/p>\n<p>\/* Aggressive reset to override theme shell *\/\n.retrorates-app,\n.retrorates-app * { box-sizing: border-box; }\n.retrorates-app {\n  font-family: Georgia, 'Times New Roman', serif;\n  color: var(--rr-text);\n  line-height: 1.6;\n  max-width: 100%;\n  margin: 0;\n  padding: 0;\n}<\/p>\n<p>\/* Hero *\/\n.rr-hero {\n  text-align: center;\n  padding: 70px 20px 50px;\n  background: linear-gradient(160deg, #5c3d2e 0%, #8b5a3c 30%, #c47f4a 60%, #e8a850 100%);\n  color: white;\n  position: relative;\n  overflow: hidden;\n  border-radius: 0 0 24px 24px;\n}\n.rr-hero::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: \n    radial-gradient(circle at 20% 80%, rgba(255,255,255,0.08) 0%, transparent 50%),\n    radial-gradient(circle at 80% 20%, rgba(244,169,65,0.2) 0%, transparent 50%);\n}\n.rr-hero h1 {\n  font-size: clamp(2rem, 5vw, 3.2rem);\n  font-weight: 900;\n  margin: 0 0 8px 0;\n  letter-spacing: -0.5px;\n  position: relative;\n  z-index: 1;\n  text-shadow: 0 2px 8px rgba(0,0,0,0.2);\n}\n.rr-hero .rr-tagline {\n  font-size: 1.15rem;\n  opacity: 0.85;\n  margin: 0 0 24px 0;\n  position: relative;\n  z-index: 1;\n  font-style: italic;\n}\n.rr-hero .rr-year-picker {\n  position: relative;\n  z-index: 1;\n}\n.rr-hero select {\n  padding: 16px 40px 16px 24px;\n  border-radius: 14px;\n  border: 3px solid rgba(255,255,255,0.3);\n  background: rgba(255,255,255,0.15);\n  backdrop-filter: blur(10px);\n  color: white;\n  font-size: 1.3rem;\n  font-weight: 800;\n  font-family: Georgia, serif;\n  cursor: pointer;\n  -webkit-appearance: none;\n  appearance: none;\n  text-align: center;\n  min-width: 200px;\n  transition: all 0.2s;\n}\n.rr-hero select:hover {\n  background: rgba(255,255,255,0.25);\n  border-color: rgba(255,255,255,0.5);\n}\n.rr-hero select option {\n  background: #5c3d2e;\n  color: white;\n}\n.rr-hero .rr-hero-stat {\n  position: relative;\n  z-index: 1;\n  margin-top: 18px;\n  font-size: 0.9rem;\n  opacity: 0.7;\n  display: flex;\n  justify-content: center;\n  gap: 24px;\n  flex-wrap: wrap;\n}\n.rr-hero .rr-hero-stat span {\n  display: inline-flex;\n  align-items: center;\n  gap: 4px;\n}<\/p>\n<p>\/* Search *\/\n.rr-toolbar {\n  max-width: 900px;\n  margin: -20px auto 0;\n  padding: 0 20px;\n  position: relative;\n  z-index: 2;\n}\n.rr-search {\n  width: 100%;\n  padding: 14px 18px 14px 48px;\n  border: 2px solid var(--rr-border);\n  border-radius: 14px;\n  font-size: 1rem;\n  font-family: inherit;\n  background: white;\n  box-shadow: 0 4px 20px rgba(0,0,0,0.06);\n  transition: all 0.2s;\n}\n.rr-search:focus {\n  outline: none;\n  border-color: var(--rr-red);\n  box-shadow: 0 4px 20px rgba(196,69,54,0.15);\n}\n.rr-search-icon {\n  position: absolute;\n  left: 36px;\n  top: 50%;\n  transform: translateY(-50%);\n  font-size: 1.1rem;\n  opacity: 0.4;\n}<\/p>\n<p>\/* Results info *\/\n.rr-results-info {\n  max-width: 900px;\n  margin: 16px auto 0;\n  padding: 0 20px;\n  font-size: 0.85rem;\n  color: var(--rr-text-dim);\n  font-style: italic;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n}\n.rr-results-info .rr-current-year {\n  font-weight: 700;\n  color: var(--rr-red);\n  font-style: normal;\n}<\/p>\n<p>\/* Grid *\/\n.rr-grid {\n  max-width: 900px;\n  margin: 16px auto 40px;\n  padding: 0 20px;\n  display: grid;\n  gap: 8px;\n  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));\n}<\/p>\n<p>\/* Card *\/\n.rr-card {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  padding: 14px 16px;\n  background: var(--rr-card);\n  border-radius: 12px;\n  border: 1px solid var(--rr-border);\n  border-left: 4px solid var(--rr-red);\n  transition: all 0.15s ease;\n  cursor: default;\n}\n.rr-card:hover {\n  transform: translateX(3px);\n  box-shadow: 0 2px 12px rgba(196,69,54,0.12);\n  border-left-color: var(--rr-red-bright);\n}\n.rr-card.rr-hidden { display: none; }\n.rr-card-emoji {\n  font-size: 2rem;\n  min-width: 44px;\n  text-align: center;\n  line-height: 1;\n}\n.rr-card-info {\n  flex: 1;\n  min-width: 0;\n}\n.rr-card-name {\n  font-weight: 700;\n  color: var(--rr-text);\n  font-size: 0.9rem;\n  white-space: nowrap;\n  overflow: hidden;\n  text-overflow: ellipsis;\n}\n.rr-card-price {\n  display: flex;\n  align-items: baseline;\n  gap: 8px;\n  margin-top: 2px;\n}\n.rr-card-then {\n  color: var(--rr-red);\n  font-weight: 800;\n  font-size: 1.1rem;\n}\n.rr-card-now {\n  color: #999;\n  font-size: 0.75rem;\n}\n.rr-card-mult {\n  font-size: 0.72rem;\n  font-weight: 700;\n  padding: 2px 6px;\n  border-radius: 6px;\n  background: #fef2f2;\n  color: var(--rr-red);\n}\n.rr-card-na {\n  color: #ccc;\n  font-size: 0.85rem;\n  font-style: italic;\n}<\/p>\n<p>\/* Share *\/\n.rr-share {\n  text-align: center;\n  padding: 20px 20px 40px;\n  max-width: 900px;\n  margin: 0 auto;\n}\n.rr-share p {\n  color: var(--rr-text-dim);\n  margin: 0 0 12px;\n  font-size: 0.95rem;\n}\n.rr-share-btns {\n  display: flex;\n  justify-content: center;\n  gap: 10px;\n  flex-wrap: wrap;\n}\n.rr-share-btn {\n  padding: 12px 24px;\n  border-radius: 10px;\n  border: none;\n  font-size: 0.95rem;\n  font-weight: 600;\n  cursor: pointer;\n  font-family: inherit;\n  transition: all 0.15s;\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n}\n.rr-share-btn:hover { transform: translateY(-1px); }\n.rr-share-x {\n  background: #000;\n  color: white;\n}\n.rr-share-x:hover { background: #333; }\n.rr-share-fb {\n  background: #1877f2;\n  color: white;\n}\n.rr-share-fb:hover { background: #166fe5; }\n.rr-share-copy {\n  background: var(--rr-teal);\n  color: white;\n}\n.rr-share-copy:hover { background: var(--rr-teal-dim); }\n.rr-share-copied {\n  background: #48bb78 !important;\n}<\/p>\n<p>\/* Footer article *\/\n.rr-article {\n  max-width: 700px;\n  margin: 0 auto 60px;\n  padding: 30px 20px;\n  font-size: 0.95rem;\n  line-height: 1.8;\n  color: var(--rr-text-dim);\n  border-top: 1px solid var(--rr-border);\n}\n.rr-article h2 {\n  font-family: Georgia, serif;\n  color: var(--rr-brown);\n  font-size: 1.4rem;\n  margin: 28px 0 10px;\n}\n.rr-article h2:first-child { margin-top: 0; }\n.rr-article p { margin: 0 0 14px; }\n.rr-article a {\n  color: var(--rr-red);\n  text-decoration: underline;\n}<\/p>\n<p>\/* Empty state *\/\n.rr-empty {\n  text-align: center;\n  padding: 40px;\n  color: var(--rr-text-dim);\n  font-style: italic;\n}<\/p>\n<p>@media (max-width: 600px) {\n  .rr-hero { padding: 50px 16px 36px; border-radius: 0 0 16px 16px; }\n  .rr-hero select { font-size: 1.1rem; padding: 14px 32px 14px 20px; }\n  .rr-grid { grid-template-columns: 1fr; padding: 0 12px; }\n  .rr-toolbar { padding: 0 12px; }\n  .rr-card { padding: 12px 14px; }\n}\n<\/style>\n<p><!-- Hero --><\/p>\n<div class=\"rr-hero\">\n<h1>What Things Cost<br \/>The Year You Were Born<\/h1>\n<p class=\"rr-tagline\">Pick a year. See what life cost. Share the memories.<\/p>\n<div class=\"rr-year-picker\">\n    <select id=\"rr-year\" onchange=\"RR.pickYear()\"><option value=\"\">Choose a year&#8230;<\/option><option value=\"1950\">1950<\/option><option value=\"1955\">1955<\/option><option value=\"1957\">1957<\/option><option value=\"1959\">1959<\/option><option value=\"1960\">1960<\/option><option value=\"1961\">1961<\/option><option value=\"1962\">1962<\/option><option value=\"1963\">1963<\/option><option value=\"1964\">1964<\/option><option value=\"1965\">1965<\/option><option value=\"1966\">1966<\/option><option value=\"1967\">1967<\/option><option value=\"1968\">1968<\/option><option value=\"1969\">1969<\/option><option value=\"1970\">1970<\/option><option value=\"1971\">1971<\/option><option value=\"1972\">1972<\/option><option value=\"1973\">1973<\/option><option value=\"1974\">1974<\/option><option value=\"1975\">1975<\/option><option value=\"1976\">1976<\/option><option value=\"1977\">1977<\/option><option value=\"1978\">1978<\/option><option value=\"1979\">1979<\/option><option value=\"1980\">1980<\/option><option value=\"1981\">1981<\/option><option value=\"1982\">1982<\/option><option value=\"1983\">1983<\/option><option value=\"1984\">1984<\/option><option value=\"1985\">1985<\/option><option value=\"1986\">1986<\/option><option value=\"1987\">1987<\/option><option value=\"1988\">1988<\/option><option value=\"1989\">1989<\/option><option value=\"1990\">1990<\/option><option value=\"1991\">1991<\/option><option value=\"1992\">1992<\/option><option value=\"1993\">1993<\/option><option value=\"1994\">1994<\/option><option value=\"1995\">1995<\/option><option value=\"1996\">1996<\/option><option value=\"1997\">1997<\/option><option value=\"1998\">1998<\/option><option value=\"1999\">1999<\/option><option value=\"2000\">2000<\/option><option value=\"2001\">2001<\/option><option value=\"2002\">2002<\/option><option value=\"2003\">2003<\/option><option value=\"2004\">2004<\/option><option value=\"2005\">2005<\/option><option value=\"2006\">2006<\/option><option value=\"2007\">2007<\/option><option value=\"2008\">2008<\/option><option value=\"2009\">2009<\/option><option value=\"2010\">2010<\/option><option value=\"2011\">2011<\/option><option value=\"2012\">2012<\/option><option value=\"2013\">2013<\/option><option value=\"2014\">2014<\/option><option value=\"2015\">2015<\/option><option value=\"2016\">2016<\/option><option value=\"2017\">2017<\/option><option value=\"2018\">2018<\/option><option value=\"2019\">2019<\/option><option value=\"2020\">2020<\/option><option value=\"2021\">2021<\/option><option value=\"2022\">2022<\/option><option value=\"2023\">2023<\/option><option value=\"2024\">2024<\/option><option value=\"2025\">2025<\/option><\/select>\n  <\/div>\n<div class=\"rr-hero-stat\">\n    <span>332 items tracked<\/span><br \/>\n    <span>70 years covered<\/span><br \/>\n    <span class=\"rr-data-range\">1950\u20132025<\/span>\n  <\/div>\n<\/div>\n<p><!-- Search --><\/p>\n<div class=\"rr-toolbar\" id=\"rr-toolbar\" style=\"display:none\">\n<div style=\"position:relative\">\n    <span class=\"rr-search-icon\">\ud83d\udd0d<\/span><br \/>\n    <input type=\"text\" class=\"rr-search\" id=\"rr-search\" placeholder=\"Search prices... (e.g. gas, Big Mac, milk)\" oninput=\"RR.filter()\">\n  <\/div>\n<\/div>\n<p><!-- Results --><\/p>\n<div class=\"rr-results-info\" id=\"rr-results-info\" style=\"display:none\">\n  <span id=\"rr-count\"><\/span><br \/>\n  <span>Showing costs from <span class=\"rr-current-year\" id=\"rr-active-year\"><\/span><\/span>\n<\/div>\n<p><!-- Grid --><\/p>\n<div class=\"rr-grid\" id=\"rr-grid\"><\/div>\n<div class=\"rr-empty\" id=\"rr-empty\">\ud83d\udc46 Pick a year above to see what things cost<\/div>\n<p><!-- Share --><\/p>\n<div class=\"rr-share\" id=\"rr-share\" style=\"display:none\">\n<p>Surprised by these prices? Share with someone who&#8217;d remember:<\/p>\n<div class=\"rr-share-btns\">\n    <button class=\"rr-share-btn rr-share-x\" onclick=\"RR.share('x')\">\ud835\udd4f Share on X<\/button><br \/>\n    <button class=\"rr-share-btn rr-share-fb\" onclick=\"RR.share('fb')\">\ud83d\udcd8 Share on Facebook<\/button><br \/>\n    <button class=\"rr-share-btn rr-share-copy\" id=\"rr-copy-btn\" onclick=\"RR.copyLink()\">\ud83d\udccb Copy Link<\/button><br \/>\n  <a id=\"rr-shop-era\" class=\"rr-share-btn\" href=\"#\" style=\"background:#ff9900;color:#fff;text-decoration:none\" target=\"_blank\" rel=\"nofollow sponsored\">\ud83d\uded2 Shop the Era \u2192<\/a>\n<\/div>\n<\/div>\n<p><!-- SEO Article Footer --><\/p>\n<div class=\"rr-article\">\n<h2>How Much Have Prices Changed?<\/h2>\n<p>Since 1950, the American consumer landscape has transformed dramatically. A gallon of gas that cost 27 cents in 1950 now runs over $3.50. A new home that averaged $7,400 in 1950 now exceeds $400,000. But not everything has skyrocketed \u2014 some goods have barely budged, while others have multiplied 20-fold.<\/p>\n<h2>Why Do Some Prices Rise Faster Than Others?<\/h2>\n<p>Technology makes electronics cheaper over time, while services like healthcare and education tend to rise faster than general inflation. Food prices track agricultural yields and global supply chains. Housing reflects land scarcity, zoning, and interest rates. Our tool lets you explore all of these \u2014 pick any year and see what every major consumer category cost.<\/p>\n<h2>Where Does This Data Come From?<\/h2>\n<p>We source prices from the Bureau of Labor Statistics (CPI and average price data), the Federal Reserve Economic Data (FRED), and historical retail catalogs and news archives. Each price point is verified against primary sources and adjusted for category changes over time (e.g., the BLS stopped tracking certain food items after 2009).<\/p>\n<h2>What Can You Do With This Information?<\/h2>\n<p>Use historical price data to understand inflation&#8217;s real impact on your life, compare generational costs with your parents or grandparents, plan for future expenses, or simply satisfy your curiosity about &#8220;the good old days.&#8221; Share your birth year with friends and see who had the cheapest era.<\/p>\n<\/div>\n<p><script>\nvar PD = {\"big_mac\": {\"emoji\": \"\\ud83c\\udf54\", \"name\": \"Big Mac\", \"d\": {\"1968\": 0.49, \"1975\": 0.65, \"1980\": 1.1, \"1985\": 1.6, \"1990\": 2.2, \"1995\": 2.3, \"2000\": 2.51, \"2005\": 3.06, \"2010\": 3.58, \"2015\": 4.79, \"2020\": 5.67, \"2025\": 7.25}}, \"dennys_grand_slam\": {\"emoji\": \"\\ud83c\\udf73\", \"name\": \"Denny's Grand Slam\", \"d\": {\"1977\": 1.99, \"1980\": 2.49, \"1985\": 3.29, \"1990\": 3.99, \"1995\": 4.49, \"2000\": 4.99, \"2005\": 5.99, \"2010\": 7.49, \"2015\": 8.49, \"2020\": 9.99, \"2025\": 12.49}}, \"subway_footlong\": {\"emoji\": \"\\ud83e\\udd56\", \"name\": \"Subway Footlong\", \"d\": {\"1985\": 2.49, \"1990\": 2.99, \"1995\": 3.49, \"2000\": 3.99, \"2005\": 5.0, \"2010\": 5.5, \"2015\": 6.0, \"2020\": 6.99, \"2025\": 8.49}}, \"whopper\": {\"emoji\": \"\\ud83c\\udf54\", \"name\": \"BK Whopper\", \"d\": {\"1957\": 0.37, \"1965\": 0.4, \"1975\": 0.7, \"1985\": 1.3, \"1990\": 1.79, \"1995\": 2.19, \"2000\": 2.49, \"2005\": 2.99, \"2010\": 3.79, \"2015\": 4.49, \"2020\": 5.49, \"2025\": 7.29}}, \"chickfila_sandwich\": {\"emoji\": \"\\ud83d\\udc14\", \"name\": \"Chick-fil-A\", \"d\": {\"1967\": 0.59, \"1975\": 0.89, \"1985\": 1.79, \"1990\": 2.19, \"1995\": 2.49, \"2000\": 2.79, \"2010\": 3.29, \"2015\": 3.79, \"2020\": 4.29, \"2025\": 5.79}}, \"in_n_out_double\": {\"emoji\": \"\\ud83c\\udf54\", \"name\": \"In-N-Out Double\", \"d\": {\"1970\": 0.85, \"1980\": 1.45, \"1990\": 2.1, \"2000\": 2.65, \"2010\": 3.25, \"2020\": 3.95, \"2025\": 5.1}}, \"chipotle_burrito\": {\"emoji\": \"\\ud83c\\udf2f\", \"name\": \"Chipotle\", \"d\": {\"2000\": 5.25, \"2005\": 5.95, \"2010\": 6.65, \"2015\": 7.5, \"2020\": 8.5, \"2025\": 11.0}}, \"wendys_frosty\": {\"emoji\": \"\\ud83c\\udf66\", \"name\": \"Wendy's Frosty\", \"d\": {\"1969\": 0.3, \"1975\": 0.4, \"1985\": 0.79, \"1990\": 0.99, \"1995\": 0.99, \"2000\": 1.29, \"2005\": 1.49, \"2010\": 1.69, \"2015\": 1.89, \"2020\": 2.19, \"2025\": 2.79}}, \"tacobell_bean_burrito\": {\"emoji\": \"\\ud83c\\udf2f\", \"name\": \"Taco Bell Burrito\", \"d\": {\"1970\": 0.29, \"1975\": 0.39, \"1980\": 0.55, \"1985\": 0.69, \"1990\": 0.79, \"1995\": 0.99, \"2000\": 1.09, \"2005\": 1.19, \"2010\": 1.29, \"2015\": 1.49, \"2020\": 1.69, \"2025\": 1.99}}, \"pizza_hut_large\": {\"emoji\": \"\\ud83c\\udf55\", \"name\": \"Pizza Hut Large\", \"d\": {\"1970\": 2.5, \"1980\": 6.99, \"1985\": 8.49, \"1990\": 10.99, \"1995\": 11.99, \"2000\": 12.99, \"2005\": 13.99, \"2010\": 14.99, \"2015\": 15.99, \"2020\": 16.99, \"2025\": 19.99}}, \"kfc_bucket\": {\"emoji\": \"\\ud83c\\udf57\", \"name\": \"KFC Bucket\", \"d\": {\"1960\": 2.5, \"1970\": 3.5, \"1980\": 6.99, \"1985\": 8.49, \"1990\": 9.99, \"1995\": 10.99, \"2000\": 11.99, \"2005\": 13.99, \"2010\": 15.99, \"2015\": 19.99, \"2020\": 22.99, \"2025\": 26.99}}, \"shakeshack_burger\": {\"emoji\": \"\\ud83c\\udf54\", \"name\": \"Shake Shack\", \"d\": {\"2010\": 4.75, \"2015\": 5.79, \"2020\": 6.99, \"2025\": 9.49}}, \"starbucks_latte\": {\"emoji\": \"\\u2615\", \"name\": \"Starbucks Latte\", \"d\": {\"1995\": 2.5, \"2000\": 2.9, \"2005\": 3.25, \"2010\": 3.65, \"2015\": 4.25, \"2020\": 4.65, \"2025\": 5.75}}, \"mcdonalds_fries\": {\"emoji\": \"\\ud83c\\udf5f\", \"name\": \"Large Fries\", \"d\": {\"1970\": 0.25, \"1980\": 0.65, \"1990\": 1.1, \"2000\": 1.5, \"2010\": 2.3, \"2020\": 3.3, \"2025\": 4.5}}, \"snickers\": {\"emoji\": \"\\ud83c\\udf6b\", \"name\": \"Snickers\", \"d\": {\"1960\": 0.05, \"1970\": 0.1, \"1980\": 0.25, \"1990\": 0.4, \"2000\": 0.6, \"2010\": 0.89, \"2020\": 1.25, \"2025\": 1.69}}, \"oreo_pack\": {\"emoji\": \"\\ud83c\\udf6a\", \"name\": \"Oreo Package\", \"d\": {\"1960\": 0.39, \"1970\": 0.49, \"1980\": 0.99, \"1990\": 1.49, \"2000\": 2.29, \"2010\": 3.49, \"2020\": 3.99, \"2025\": 4.99}}, \"twinkie\": {\"emoji\": \"\\ud83c\\udf70\", \"name\": \"Twinkie\", \"d\": {\"1960\": 0.05, \"1970\": 0.1, \"1980\": 0.25, \"1990\": 0.5, \"2000\": 0.75, \"2010\": 1.0, \"2020\": 1.29, \"2025\": 1.69}}, \"candy_bar\": {\"emoji\": \"\\ud83c\\udf6c\", \"name\": \"Candy Bar\", \"d\": {\"1960\": 0.05, \"1970\": 0.1, \"1975\": 0.15, \"1980\": 0.25, \"1985\": 0.35, \"1990\": 0.45, \"1995\": 0.55, \"2000\": 0.6, \"2005\": 0.75, \"2010\": 1.0, \"2015\": 1.25, \"2020\": 1.5, \"2025\": 2.0}}, \"coca_cola_6pack\": {\"emoji\": \"\\ud83e\\udd64\", \"name\": \"Coca-Cola 6pk\", \"d\": {\"1960\": 0.55, \"1970\": 0.79, \"1980\": 1.59, \"1990\": 2.29, \"2000\": 2.99, \"2010\": 3.99, \"2020\": 4.99, \"2025\": 6.49}}, \"pringles_can\": {\"emoji\": \"\\ud83e\\udd6b\", \"name\": \"Pringles\", \"d\": {\"1968\": 0.69, \"1975\": 0.79, \"1985\": 1.29, \"1995\": 1.49, \"2005\": 1.79, \"2015\": 2.29, \"2025\": 2.99}}, \"cheerios_box\": {\"emoji\": \"\\ud83e\\udd63\", \"name\": \"Cheerios\", \"d\": {\"1960\": 0.35, \"1970\": 0.49, \"1980\": 1.09, \"1990\": 2.29, \"2000\": 2.99, \"2010\": 3.99, \"2020\": 4.49, \"2025\": 5.99}}, \"mcdonalds_meal\": {\"emoji\": \"\\ud83c\\udf54\", \"name\": \"McDonald's Meal\", \"d\": {\"1970\": 0.85, \"1975\": 1.1, \"1980\": 1.6, \"1985\": 2.5, \"1990\": 3.25, \"1995\": 3.5, \"2000\": 3.75, \"2005\": 4.25, \"2010\": 5.0, \"2015\": 5.99, \"2020\": 7.0, \"2025\": 9.5}}, \"bread\": {\"emoji\": \"\\ud83c\\udf5e\", \"name\": \"Loaf of Bread\", \"d\": {\"1960\": 0.2, \"1965\": 0.21, \"1970\": 0.25, \"1975\": 0.36, \"1980\": 0.5, \"1985\": 0.71, \"1990\": 0.7, \"1995\": 0.77, \"2000\": 0.95, \"2005\": 1.05, \"2010\": 1.39, \"2015\": 1.46, \"2020\": 1.51, \"2025\": 2.05}}, \"dozen_eggs\": {\"emoji\": \"\\ud83e\\udd5a\", \"name\": \"Dozen Eggs\", \"d\": {\"1960\": 0.57, \"1965\": 0.53, \"1970\": 0.61, \"1975\": 0.77, \"1980\": 0.84, \"1985\": 0.8, \"1990\": 1.01, \"1995\": 0.93, \"2000\": 0.91, \"2005\": 1.21, \"2010\": 1.54, \"2015\": 2.47, \"2020\": 1.46, \"2025\": 3.5}}, \"gallon_milk\": {\"emoji\": \"\\ud83e\\udd5b\", \"name\": \"Gallon Milk\", \"d\": {\"1960\": 0.96, \"1970\": 1.15, \"1980\": 1.6, \"1990\": 2.3, \"2000\": 2.78, \"2010\": 3.32, \"2020\": 3.32, \"2025\": 3.95}}, \"coffee\": {\"emoji\": \"\\u2615\", \"name\": \"Coffee (lb)\", \"d\": {\"1960\": 0.75, \"1965\": 0.82, \"1970\": 0.91, \"1975\": 1.4, \"1980\": 3.14, \"1985\": 2.58, \"1990\": 2.93, \"1995\": 3.46, \"2000\": 3.54, \"2005\": 3.64, \"2010\": 4.5, \"2015\": 4.84, \"2020\": 4.71, \"2025\": 6.5}}, \"ground_beef\": {\"emoji\": \"\\ud83e\\udd69\", \"name\": \"Ground Beef (lb)\", \"d\": {\"1960\": 0.45, \"1970\": 0.63, \"1980\": 1.39, \"1990\": 1.69, \"2000\": 2.49, \"2010\": 3.29, \"2020\": 4.29, \"2025\": 5.49}}, \"bananas\": {\"emoji\": \"\\ud83c\\udf4c\", \"name\": \"Bananas (lb)\", \"d\": {\"1960\": 0.15, \"1970\": 0.15, \"1980\": 0.35, \"1990\": 0.46, \"2000\": 0.49, \"2010\": 0.58, \"2020\": 0.57, \"2025\": 0.62}}, \"toilet_paper\": {\"emoji\": \"\\ud83e\\uddfb\", \"name\": \"Toilet Paper 12pk\", \"d\": {\"1960\": 0.49, \"1970\": 0.69, \"1980\": 1.49, \"1990\": 2.49, \"2000\": 3.99, \"2010\": 5.99, \"2020\": 7.99, \"2025\": 9.99}}, \"laundry\": {\"emoji\": \"\\ud83e\\uddf4\", \"name\": \"Laundry Detergent\", \"d\": {\"1960\": 0.89, \"1970\": 1.29, \"1980\": 2.99, \"1990\": 4.99, \"2000\": 7.99, \"2010\": 11.99, \"2020\": 13.99, \"2025\": 16.99}}, \"toothpaste\": {\"emoji\": \"\\ud83e\\udea5\", \"name\": \"Toothpaste\", \"d\": {\"1960\": 0.39, \"1970\": 0.49, \"1980\": 0.99, \"1990\": 1.49, \"2000\": 2.49, \"2010\": 3.49, \"2020\": 3.99, \"2025\": 5.49}}, \"diapers\": {\"emoji\": \"\\ud83d\\udc76\", \"name\": \"Diapers\", \"d\": {\"1970\": 2.49, \"1980\": 4.99, \"1990\": 7.99, \"2000\": 10.99, \"2010\": 13.99, \"2020\": 19.99, \"2025\": 24.99}}, \"gasoline\": {\"emoji\": \"\\u26fd\", \"name\": \"Gallon of Gas\", \"d\": {\"1960\": 0.31, \"1970\": 0.36, \"1975\": 0.57, \"1980\": 1.25, \"1985\": 1.2, \"1990\": 1.16, \"1995\": 1.15, \"2000\": 1.51, \"2005\": 2.3, \"2010\": 2.78, \"2015\": 2.45, \"2020\": 2.17, \"2025\": 3.15}}, \"movie_ticket\": {\"emoji\": \"\\ud83c\\udfac\", \"name\": \"Movie Ticket\", \"d\": {\"1960\": 0.69, \"1970\": 1.55, \"1975\": 2.05, \"1980\": 2.69, \"1985\": 3.55, \"1990\": 4.22, \"1995\": 4.35, \"2000\": 5.39, \"2005\": 6.41, \"2010\": 7.89, \"2015\": 8.43, \"2020\": 9.16, \"2025\": 11.75}}, \"disneyland\": {\"emoji\": \"\\ud83c\\udff0\", \"name\": \"Disneyland 1-Day\", \"d\": {\"1955\": 1.0, \"1960\": 1.6, \"1970\": 3.5, \"1980\": 8.0, \"1990\": 27.5, \"2000\": 43.0, \"2010\": 76.0, \"2020\": 154.0, \"2025\": 194.0}}, \"movie_popcorn\": {\"emoji\": \"\\ud83c\\udf7f\", \"name\": \"Theater Popcorn\", \"d\": {\"1960\": 0.25, \"1970\": 0.5, \"1980\": 1.25, \"1990\": 2.5, \"2000\": 3.75, \"2010\": 6.0, \"2020\": 8.0, \"2025\": 9.5}}, \"netflix\": {\"emoji\": \"\\ud83d\\udcfa\", \"name\": \"Netflix Premium\", \"d\": {\"2013\": 11.99, \"2015\": 11.99, \"2017\": 13.99, \"2019\": 15.99, \"2022\": 19.99, \"2025\": 22.99}}, \"spotify\": {\"emoji\": \"\\ud83c\\udfb5\", \"name\": \"Spotify\", \"d\": {\"2011\": 9.99, \"2015\": 9.99, \"2020\": 9.99, \"2023\": 10.99, \"2025\": 11.99}}, \"superbowl\": {\"emoji\": \"\\ud83c\\udfc8\", \"name\": \"Super Bowl\", \"d\": {\"1967\": 12, \"1975\": 20, \"1985\": 60, \"1995\": 200, \"2005\": 600, \"2015\": 1500, \"2025\": 2500}}, \"concert\": {\"emoji\": \"\\ud83c\\udfa4\", \"name\": \"Major Concert\", \"d\": {\"1975\": 8, \"1985\": 18, \"1995\": 35, \"2005\": 55, \"2015\": 110, \"2020\": 150, \"2025\": 250}}, \"broadway\": {\"emoji\": \"\\ud83c\\udfad\", \"name\": \"Broadway\", \"d\": {\"1960\": 8, \"1975\": 15, \"1985\": 35, \"1995\": 55, \"2005\": 75, \"2015\": 110, \"2025\": 165}}, \"cd_album\": {\"emoji\": \"\\ud83d\\udcbf\", \"name\": \"CD Album\", \"d\": {\"1985\": 15.99, \"1990\": 14.99, \"1995\": 15.99, \"2000\": 16.99, \"2005\": 15.99, \"2010\": 13.99, \"2020\": 12.99, \"2025\": 14.99}}, \"iphone\": {\"emoji\": \"\\ud83d\\udcf1\", \"name\": \"iPhone\", \"d\": {\"2007\": 499, \"2010\": 599, \"2015\": 749, \"2020\": 1099, \"2025\": 1299}}, \"ps5\": {\"emoji\": \"\\ud83c\\udfae\", \"name\": \"PlayStation 5\", \"d\": {\"2020\": 499, \"2025\": 449}}, \"laptop\": {\"emoji\": \"\\ud83d\\udcbb\", \"name\": \"Mid-Range Laptop\", \"d\": {\"1985\": 2500, \"1990\": 1800, \"1995\": 1500, \"2000\": 1200, \"2005\": 900, \"2010\": 700, \"2015\": 650, \"2020\": 700, \"2025\": 750}}, \"tv\": {\"emoji\": \"\\ud83d\\udcfa\", \"name\": \"40-inch TV\", \"d\": {\"1975\": 800, \"1985\": 600, \"1995\": 500, \"2005\": 800, \"2010\": 600, \"2015\": 350, \"2020\": 280, \"2025\": 250}}, \"nes\": {\"emoji\": \"\\ud83c\\udfae\", \"name\": \"Nintendo NES\", \"d\": {\"1985\": 179, \"1990\": 99, \"1995\": 49}}, \"gameboy\": {\"emoji\": \"\\ud83c\\udfae\", \"name\": \"Game Boy\", \"d\": {\"1989\": 89.99, \"1995\": 49.99, \"2000\": 79.99}}, \"rubiks_cube\": {\"emoji\": \"\\ud83c\\udfb2\", \"name\": \"Rubik's Cube\", \"d\": {\"1980\": 5.99, \"1985\": 4.99, \"1990\": 5.99, \"1995\": 7.99, \"2000\": 9.99, \"2010\": 11.99, \"2020\": 12.99, \"2025\": 14.99}}, \"magic_8_ball\": {\"emoji\": \"\\ud83c\\udfb1\", \"name\": \"Magic 8 Ball\", \"d\": {\"1950\": 2, \"1965\": 2.5, \"1975\": 3.99, \"1985\": 5.99, \"1995\": 7.99, \"2005\": 9.99, \"2015\": 12.99, \"2025\": 16.99}}, \"barbie\": {\"emoji\": \"\\ud83d\\udc71\\u200d\\u2640\\ufe0f\", \"name\": \"Barbie\", \"d\": {\"1959\": 3, \"1970\": 3.5, \"1980\": 7.5, \"1990\": 10, \"2000\": 14.99, \"2010\": 19.99, \"2020\": 24.99, \"2025\": 29.99}}, \"hot_wheels\": {\"emoji\": \"\\ud83c\\udfce\\ufe0f\", \"name\": \"Hot Wheels\", \"d\": {\"1968\": 0.59, \"1975\": 0.79, \"1985\": 0.99, \"1995\": 1.29, \"2005\": 1.49, \"2015\": 1.79, \"2025\": 2.49}}, \"lego\": {\"emoji\": \"\\ud83e\\uddf1\", \"name\": \"LEGO 500pc\", \"d\": {\"1960\": 3.99, \"1970\": 5.99, \"1980\": 14.99, \"1990\": 24.99, \"2000\": 29.99, \"2010\": 39.99, \"2020\": 49.99, \"2025\": 59.99}}, \"pokemon\": {\"emoji\": \"\\ud83c\\udccf\", \"name\": \"Pokemon Booster\", \"d\": {\"1999\": 3.29, \"2005\": 3.49, \"2010\": 3.99, \"2015\": 3.99, \"2020\": 4.19, \"2025\": 4.49}}, \"tamagotchi\": {\"emoji\": \"\\ud83d\\udc23\", \"name\": \"Tamagotchi\", \"d\": {\"1997\": 17.99, \"2000\": 14.99, \"2005\": 14.99, \"2010\": 19.99, \"2020\": 19.99, \"2025\": 29.99}}, \"levis\": {\"emoji\": \"\\ud83d\\udc56\", \"name\": \"Levi's 501\", \"d\": {\"1960\": 5, \"1970\": 7.5, \"1980\": 15, \"1990\": 28, \"2000\": 36, \"2010\": 46, \"2020\": 69.5, \"2025\": 79.5}}, \"converse\": {\"emoji\": \"\\ud83d\\udc5f\", \"name\": \"Converse\", \"d\": {\"1960\": 5.99, \"1970\": 8.99, \"1980\": 17.99, \"1990\": 29.99, \"2000\": 39.99, \"2010\": 49.99, \"2020\": 59.99, \"2025\": 65}}, \"rayban\": {\"emoji\": \"\\ud83d\\ude0e\", \"name\": \"Ray-Ban\", \"d\": {\"1960\": 15, \"1970\": 18, \"1980\": 35, \"1990\": 55, \"2000\": 79, \"2010\": 120, \"2020\": 163, \"2025\": 180}}, \"jordan1\": {\"emoji\": \"\\ud83d\\udc5f\", \"name\": \"Air Jordan 1\", \"d\": {\"1985\": 65, \"1990\": 80, \"1995\": 100, \"2000\": 110, \"2010\": 125, \"2020\": 170, \"2025\": 185}}, \"rolex\": {\"emoji\": \"\\u231a\", \"name\": \"Rolex Submariner\", \"d\": {\"1960\": 150, \"1970\": 230, \"1980\": 1000, \"1990\": 2500, \"2000\": 3550, \"2010\": 6500, \"2020\": 8100, \"2025\": 10500}}, \"diamond\": {\"emoji\": \"\\ud83d\\udc8d\", \"name\": \"1ct Diamond Ring\", \"d\": {\"1960\": 2500, \"1970\": 3000, \"1980\": 12000, \"1990\": 8000, \"2000\": 6000, \"2010\": 8000, \"2020\": 10000, \"2025\": 12000}}, \"birkin\": {\"emoji\": \"\\ud83d\\udc5c\", \"name\": \"Hermes Birkin\", \"d\": {\"1984\": 2000, \"1990\": 2750, \"2000\": 4500, \"2010\": 9000, \"2020\": 12000, \"2025\": 15500}}, \"median_home\": {\"emoji\": \"\\ud83c\\udfe0\", \"name\": \"Median Home (US)\", \"d\": {\"1960\": 11900, \"1970\": 17000, \"1975\": 35300, \"1980\": 47200, \"1985\": 75500, \"1990\": 92000, \"1995\": 113150, \"2000\": 137600, \"2005\": 195000, \"2010\": 173100, \"2015\": 221800, \"2020\": 280000, \"2025\": 422000}}, \"rent\": {\"emoji\": \"\\ud83c\\udfe2\", \"name\": \"Monthly Rent\", \"d\": {\"1960\": 71, \"1970\": 108, \"1975\": 155, \"1980\": 243, \"1985\": 370, \"1990\": 447, \"1995\": 550, \"2000\": 675, \"2005\": 825, \"2010\": 900, \"2015\": 1050, \"2020\": 1200, \"2025\": 1690}}, \"la_home\": {\"emoji\": \"\\ud83c\\udf34\", \"name\": \"LA Home\", \"d\": {\"1970\": 24000, \"1980\": 85000, \"1990\": 211000, \"2000\": 230000, \"2010\": 340000, \"2020\": 700000, \"2025\": 950000}}, \"sf_home\": {\"emoji\": \"\\ud83c\\udf09\", \"name\": \"SF Home\", \"d\": {\"1970\": 28000, \"1980\": 90000, \"1990\": 250000, \"2000\": 425000, \"2010\": 640000, \"2020\": 1400000, \"2025\": 1700000}}, \"sp500\": {\"emoji\": \"\\ud83d\\udcc8\", \"name\": \"S&P 500\", \"d\": {\"1960\": 58, \"1970\": 83, \"1980\": 118, \"1990\": 334, \"2000\": 1427, \"2010\": 1140, \"2020\": 3240, \"2025\": 5900}}, \"gold\": {\"emoji\": \"\\ud83e\\udd47\", \"name\": \"Gold (oz)\", \"d\": {\"1960\": 35, \"1970\": 36, \"1980\": 615, \"1990\": 383, \"2000\": 279, \"2010\": 1225, \"2020\": 1770, \"2025\": 2600}}, \"bitcoin\": {\"emoji\": \"\\u20bf\", \"name\": \"Bitcoin\", \"d\": {\"2010\": 0.3, \"2015\": 430, \"2020\": 29000, \"2025\": 105000}}, \"apple_stock\": {\"emoji\": \"\\ud83c\\udf4e\", \"name\": \"Apple Stock\", \"d\": {\"1980\": 0.1, \"1990\": 0.34, \"2000\": 0.72, \"2010\": 11.5, \"2020\": 132, \"2025\": 245}}, \"msft_stock\": {\"emoji\": \"\\ud83e\\ude9f\", \"name\": \"Microsoft Stock\", \"d\": {\"1986\": 0.08, \"1990\": 0.15, \"2000\": 1.1, \"2010\": 2.91, \"2020\": 22, \"2025\": 48}}, \"nvidia_stock\": {\"emoji\": \"\\ud83d\\udda5\\ufe0f\", \"name\": \"NVIDIA Stock\", \"d\": {\"1999\": 1.25, \"2005\": 3, \"2010\": 3.85, \"2015\": 7.5, \"2020\": 32.5, \"2024\": 134, \"2025\": 165}}, \"college\": {\"emoji\": \"\\ud83c\\udf93\", \"name\": \"College Tuition\", \"d\": {\"1963\": 243, \"1970\": 358, \"1980\": 840, \"1990\": 2050, \"2000\": 3583, \"2010\": 7136, \"2020\": 10560, \"2025\": 11750}}, \"wedding\": {\"emoji\": \"\\ud83d\\udc92\", \"name\": \"Wedding\", \"d\": {\"1960\": 2000, \"1970\": 2500, \"1980\": 4100, \"1990\": 10000, \"2000\": 15000, \"2010\": 24000, \"2020\": 28000, \"2025\": 35000}}, \"doctor\": {\"emoji\": \"\\ud83c\\udfe5\", \"name\": \"Doctor Visit\", \"d\": {\"1960\": 5, \"1970\": 8, \"1980\": 19, \"1990\": 35, \"2000\": 60, \"2010\": 95, \"2020\": 130, \"2025\": 165}}, \"gym\": {\"emoji\": \"\\ud83d\\udcaa\", \"name\": \"Gym Monthly\", \"d\": {\"1970\": 15, \"1980\": 25, \"1990\": 35, \"2000\": 45, \"2010\": 55, \"2020\": 60, \"2025\": 70}}, \"haircut\": {\"emoji\": \"\\ud83d\\udc88\", \"name\": \"Haircut\", \"d\": {\"1960\": 2, \"1970\": 3, \"1980\": 5, \"1990\": 10, \"2000\": 15, \"2010\": 20, \"2020\": 25, \"2025\": 35}}, \"min_wage\": {\"emoji\": \"\\ud83d\\udcb5\", \"name\": \"Min Wage\", \"d\": {\"1960\": 1, \"1970\": 1.6, \"1980\": 3.1, \"1990\": 3.8, \"2000\": 5.15, \"2010\": 7.25, \"2020\": 7.25, \"2025\": 7.25}}, \"stamp\": {\"emoji\": \"\\u2709\\ufe0f\", \"name\": \"Postage Stamp\", \"d\": {\"1960\": 0.04, \"1970\": 0.06, \"1980\": 0.15, \"1990\": 0.25, \"2000\": 0.33, \"2010\": 0.44, \"2020\": 0.55, \"2025\": 0.73}}, \"dominos_pizza\": {\"emoji\": \"\\ud83c\\udf55\", \"name\": \"Domino's Pizza\", \"d\": {\"1990\": 7.99, \"1995\": 8.99, \"2000\": 9.99, \"2005\": 10.99, \"2010\": 11.99, \"2015\": 12.99, \"2020\": 13.99, \"2025\": 15.99}}, \"dunkin_coffee\": {\"emoji\": \"\\u2615\", \"name\": \"Dunkin' Coffee\", \"d\": {\"1980\": 0.45, \"1990\": 0.65, \"2000\": 1.09, \"2010\": 1.59, \"2020\": 1.99, \"2025\": 2.49}}, \"panera_soup\": {\"emoji\": \"\\ud83e\\udd63\", \"name\": \"Panera Bread Bowl\", \"d\": {\"2000\": 3.99, \"2005\": 4.49, \"2010\": 4.99, \"2015\": 5.79, \"2020\": 6.49, \"2025\": 7.99}}, \"fiveguys_burger\": {\"emoji\": \"\\ud83c\\udf54\", \"name\": \"Five Guys Burger\", \"d\": {\"2005\": 4.49, \"2010\": 5.69, \"2015\": 6.99, \"2020\": 8.49, \"2025\": 10.99}}, \"popeyes_chicken\": {\"emoji\": \"\\ud83c\\udf57\", \"name\": \"Popeyes 3-Piece\", \"d\": {\"1990\": 3.99, \"1995\": 4.49, \"2000\": 4.99, \"2005\": 5.99, \"2010\": 6.99, \"2015\": 7.99, \"2020\": 8.99, \"2025\": 10.49}}, \"arbys_roastbeef\": {\"emoji\": \"\\ud83e\\udd69\", \"name\": \"Arby's Roast Beef\", \"d\": {\"1970\": 0.69, \"1980\": 1.29, \"1990\": 1.99, \"2000\": 2.49, \"2010\": 3.49, \"2020\": 4.29, \"2025\": 5.49}}, \"bww_wings\": {\"emoji\": \"\\ud83c\\udf57\", \"name\": \"B-Dubs 10 Wings\", \"d\": {\"2000\": 5.99, \"2005\": 7.49, \"2010\": 8.99, \"2015\": 10.99, \"2020\": 13.49, \"2025\": 16.99}}, \"jersey_mikes\": {\"emoji\": \"\\ud83e\\udd56\", \"name\": \"Jersey Mike's Sub\", \"d\": {\"2000\": 4.99, \"2005\": 5.49, \"2010\": 6.49, \"2015\": 7.49, \"2020\": 8.49, \"2025\": 10.49}}, \"m_ms\": {\"emoji\": \"\\ud83c\\udf6b\", \"name\": \"M&M's Bag\", \"d\": {\"1960\": 0.05, \"1970\": 0.1, \"1980\": 0.3, \"1990\": 0.45, \"2000\": 0.65, \"2010\": 0.99, \"2020\": 1.29, \"2025\": 1.69}}, \"reeses\": {\"emoji\": \"\\ud83e\\udd5c\", \"name\": \"Reese's Cup\", \"d\": {\"1970\": 0.1, \"1980\": 0.25, \"1990\": 0.4, \"2000\": 0.55, \"2010\": 0.89, \"2020\": 1.29, \"2025\": 1.69}}, \"doritos\": {\"emoji\": \"\\ud83c\\udf36\\ufe0f\", \"name\": \"Doritos Bag\", \"d\": {\"1970\": 0.25, \"1980\": 0.55, \"1990\": 0.99, \"2000\": 1.49, \"2010\": 2.49, \"2020\": 3.49, \"2025\": 4.49}}, \"gatorade\": {\"emoji\": \"\\ud83e\\udd64\", \"name\": \"Gatorade 32oz\", \"d\": {\"1970\": 0.25, \"1980\": 0.49, \"1990\": 0.89, \"2000\": 1.29, \"2010\": 1.79, \"2020\": 1.99, \"2025\": 2.49}}, \"ben_jerrys\": {\"emoji\": \"\\ud83c\\udf66\", \"name\": \"Ben & Jerry's Pint\", \"d\": {\"1980\": 1.29, \"1990\": 2.29, \"2000\": 3.29, \"2010\": 3.99, \"2020\": 4.99, \"2025\": 5.99}}, \"honda_civic\": {\"emoji\": \"\\ud83d\\ude97\", \"name\": \"Honda Civic\", \"d\": {\"1973\": 2200, \"1980\": 5199, \"1990\": 9435, \"2000\": 12760, \"2010\": 16555, \"2020\": 20850, \"2025\": 25250}}, \"toyota_camry\": {\"emoji\": \"\\ud83d\\ude97\", \"name\": \"Toyota Camry\", \"d\": {\"1983\": 7800, \"1990\": 12400, \"2000\": 17600, \"2010\": 19800, \"2020\": 24425, \"2025\": 27400}}, \"ford_f150\": {\"emoji\": \"\\ud83d\\udefb\", \"name\": \"Ford F-150\", \"d\": {\"1975\": 4000, \"1985\": 6378, \"1995\": 12870, \"2005\": 19200, \"2015\": 26100, \"2025\": 37000}}, \"corvette\": {\"emoji\": \"\\ud83c\\udfce\\ufe0f\", \"name\": \"Corvette\", \"d\": {\"1960\": 3872, \"1970\": 5192, \"1980\": 13140, \"1990\": 31970, \"2000\": 39500, \"2010\": 49600, \"2020\": 59995, \"2025\": 68300}}, \"mustang\": {\"emoji\": \"\\ud83c\\udfce\\ufe0f\", \"name\": \"Ford Mustang\", \"d\": {\"1964\": 2368, \"1970\": 3272, \"1980\": 6100, \"1990\": 10000, \"2000\": 16995, \"2010\": 22995, \"2020\": 27155, \"2025\": 31200}}, \"jeep_wrangler\": {\"emoji\": \"\\ud83d\\ude99\", \"name\": \"Jeep Wrangler\", \"d\": {\"1987\": 8995, \"1995\": 12400, \"2005\": 19900, \"2015\": 23895, \"2025\": 32000}}, \"tesla_model3\": {\"emoji\": \"\\ud83d\\ude97\", \"name\": \"Tesla Model 3\", \"d\": {\"2017\": 35000, \"2020\": 37990, \"2025\": 38990}}, \"chevy_impala\": {\"emoji\": \"\\ud83d\\ude97\", \"name\": \"Chevy Impala\", \"d\": {\"1960\": 2482, \"1970\": 3490, \"1980\": 5600, \"1990\": 13500, \"2000\": 19500, \"2010\": 23900, \"2020\": 31700}}, \"vw_beetle\": {\"emoji\": \"\\ud83d\\ude97\", \"name\": \"VW Beetle\", \"d\": {\"1960\": 1565, \"1970\": 1839, \"1980\": 7365, \"1998\": 15300, \"2005\": 17300, \"2015\": 20195, \"2019\": 20895}}, \"harley\": {\"emoji\": \"\\ud83c\\udfcd\\ufe0f\", \"name\": \"Harley Sportster\", \"d\": {\"1960\": 1025, \"1970\": 1625, \"1980\": 3800, \"1990\": 5300, \"2000\": 6995, \"2010\": 7999, \"2020\": 8999, \"2025\": 11499}}, \"washer\": {\"emoji\": \"\\ud83e\\udee7\", \"name\": \"Washing Machine\", \"d\": {\"1960\": 220, \"1970\": 250, \"1980\": 375, \"1990\": 450, \"2000\": 500, \"2010\": 650, \"2020\": 750, \"2025\": 850}}, \"fridge\": {\"emoji\": \"\\ud83e\\uddca\", \"name\": \"Refrigerator\", \"d\": {\"1960\": 239, \"1970\": 280, \"1980\": 550, \"1990\": 850, \"2000\": 950, \"2010\": 1200, \"2020\": 1500, \"2025\": 1800}}, \"microwave\": {\"emoji\": \"\\ud83d\\udce1\", \"name\": \"Microwave\", \"d\": {\"1975\": 450, \"1980\": 350, \"1990\": 150, \"2000\": 100, \"2010\": 80, \"2020\": 90, \"2025\": 100}}, \"vacuum\": {\"emoji\": \"\\ud83e\\uddf9\", \"name\": \"Vacuum Cleaner\", \"d\": {\"1960\": 75, \"1970\": 80, \"1980\": 150, \"1990\": 200, \"2000\": 180, \"2010\": 250, \"2020\": 300, \"2025\": 350}}, \"ac_unit\": {\"emoji\": \"\\u2744\\ufe0f\", \"name\": \"Window AC\", \"d\": {\"1960\": 150, \"1970\": 180, \"1980\": 350, \"1990\": 300, \"2000\": 250, \"2010\": 300, \"2020\": 350, \"2025\": 400}}, \"dishwasher\": {\"emoji\": \"\\ud83c\\udf7d\\ufe0f\", \"name\": \"Dishwasher\", \"d\": {\"1970\": 250, \"1980\": 350, \"1990\": 400, \"2000\": 450, \"2010\": 550, \"2020\": 650, \"2025\": 750}}, \"coffee_maker\": {\"emoji\": \"\\u2615\", \"name\": \"Coffee Maker\", \"d\": {\"1975\": 30, \"1985\": 25, \"1995\": 30, \"2005\": 35, \"2015\": 40, \"2025\": 50}}, \"chicken_breast\": {\"emoji\": \"\\ud83c\\udf57\", \"name\": \"Chicken Breast (lb)\", \"d\": {\"1960\": 0.49, \"1970\": 0.59, \"1980\": 1.09, \"1990\": 1.49, \"2000\": 2.09, \"2010\": 2.99, \"2020\": 3.29, \"2025\": 3.99}}, \"bacon_lb\": {\"emoji\": \"\\ud83e\\udd53\", \"name\": \"Bacon (lb)\", \"d\": {\"1960\": 0.75, \"1970\": 0.95, \"1980\": 1.59, \"1990\": 2.25, \"2000\": 3.29, \"2010\": 4.49, \"2020\": 5.99, \"2025\": 6.99}}, \"teacher_salary\": {\"emoji\": \"\\ud83d\\udc69\\u200d\\ud83c\\udfeb\", \"name\": \"Teacher Salary\", \"d\": {\"1960\": 4995, \"1970\": 8626, \"1980\": 17500, \"1990\": 31400, \"2000\": 41400, \"2010\": 53600, \"2020\": 63500, \"2025\": 69500}}, \"engineer_salary\": {\"emoji\": \"\\ud83d\\udc68\\u200d\\ud83d\\udcbb\", \"name\": \"Engineer Salary\", \"d\": {\"1960\": 9000, \"1970\": 14200, \"1980\": 28000, \"1990\": 48000, \"2000\": 65500, \"2010\": 82000, \"2020\": 95000, \"2025\": 105000}}, \"nurse_salary\": {\"emoji\": \"\\ud83d\\udc69\\u200d\\u2695\\ufe0f\", \"name\": \"Nurse Salary\", \"d\": {\"1960\": 4400, \"1970\": 7700, \"1980\": 16900, \"1990\": 29800, \"2000\": 45000, \"2010\": 64500, \"2020\": 78000, \"2025\": 89500}}, \"doctor_salary\": {\"emoji\": \"\\ud83d\\udc68\\u200d\\u2695\\ufe0f\", \"name\": \"Physician Salary\", \"d\": {\"1960\": 25000, \"1970\": 40000, \"1980\": 75000, \"1990\": 125000, \"2000\": 175000, \"2010\": 225000, \"2020\": 275000, \"2025\": 315000}}, \"police_salary\": {\"emoji\": \"\\ud83d\\udc6e\", \"name\": \"Police Officer Salary\", \"d\": {\"1960\": 5400, \"1970\": 9400, \"1980\": 18000, \"1990\": 29800, \"2000\": 41000, \"2010\": 55000, \"2020\": 67000, \"2025\": 75000}}, \"software_salary\": {\"emoji\": \"\\ud83d\\udcbb\", \"name\": \"Software Dev Salary\", \"d\": {\"1980\": 22000, \"1990\": 35000, \"2000\": 61000, \"2010\": 83000, \"2020\": 107500, \"2025\": 132000}}, \"mlb_ticket\": {\"emoji\": \"\\u26be\", \"name\": \"MLB Ticket\", \"d\": {\"1960\": 2.0, \"1970\": 3.0, \"1980\": 5.5, \"1990\": 8.5, \"2000\": 17.0, \"2010\": 27.0, \"2020\": 35.0, \"2025\": 42.0}}, \"nba_ticket\": {\"emoji\": \"\\ud83c\\udfc0\", \"name\": \"NBA Ticket\", \"d\": {\"1960\": 2.5, \"1970\": 3.5, \"1980\": 7.0, \"1990\": 15.0, \"2000\": 30.0, \"2010\": 48.0, \"2020\": 65.0, \"2025\": 78.0}}, \"nfl_ticket\": {\"emoji\": \"\\ud83c\\udfc8\", \"name\": \"NFL Ticket\", \"d\": {\"1960\": 4.0, \"1970\": 5.5, \"1980\": 11.0, \"1990\": 22.0, \"2000\": 45.0, \"2010\": 75.0, \"2020\": 92.0, \"2025\": 115.0}}, \"pokemon_charizard\": {\"emoji\": \"\\ud83d\\udd25\", \"name\": \"Charizard Card\", \"d\": {\"1999\": 100, \"2005\": 200, \"2010\": 500, \"2015\": 1000, \"2020\": 50000, \"2025\": 250000}}, \"mtg_black_lotus\": {\"emoji\": \"\\ud83c\\udf3a\", \"name\": \"Black Lotus\", \"d\": {\"1993\": 300, \"1998\": 1000, \"2005\": 5000, \"2010\": 15000, \"2020\": 120000, \"2025\": 450000}}, \"dog_food\": {\"emoji\": \"\\ud83d\\udc15\", \"name\": \"Dog Food (20lb)\", \"d\": {\"1970\": 4.99, \"1980\": 8.99, \"1990\": 12.99, \"2000\": 16.99, \"2010\": 22.99, \"2020\": 29.99, \"2025\": 35.99}}, \"daycare\": {\"emoji\": \"\\ud83c\\udfeb\", \"name\": \"Daycare (Monthly)\", \"d\": {\"1970\": 50, \"1980\": 150, \"1990\": 300, \"2000\": 550, \"2010\": 850, \"2020\": 1200, \"2025\": 1500}}, \"mortgage_rate\": {\"emoji\": \"\\ud83c\\udfe6\", \"name\": \"Mortgage Rate\", \"d\": {\"1971\": 7.44, \"1975\": 9.05, \"1981\": 16.63, \"1990\": 10.13, \"2000\": 8.05, \"2005\": 5.87, \"2010\": 4.69, \"2015\": 3.85, \"2020\": 3.11, \"2025\": 6.8}}, \"austin_home\": {\"emoji\": \"\\ud83e\\udd20\", \"name\": \"Austin Home\", \"d\": {\"1980\": 50000, \"1990\": 78000, \"2000\": 145000, \"2010\": 194000, \"2020\": 365000, \"2025\": 450000}}, \"seattle_home\": {\"emoji\": \"\\u2614\", \"name\": \"Seattle Home\", \"d\": {\"1980\": 65000, \"1990\": 127000, \"2000\": 250000, \"2010\": 370000, \"2020\": 725000, \"2025\": 850000}}, \"meta_stock\": {\"emoji\": \"\\ud83d\\udc64\", \"name\": \"Meta Stock\", \"d\": {\"2012\": 27, \"2015\": 105, \"2020\": 273, \"2025\": 580}}, \"berkshire\": {\"emoji\": \"\\ud83d\\udcb0\", \"name\": \"Berkshire A\", \"d\": {\"1965\": 19, \"1970\": 39, \"1980\": 310, \"1990\": 6675, \"2000\": 71000, \"2010\": 120450, \"2020\": 347000, \"2025\": 720000}}, \"plumber\": {\"emoji\": \"\\ud83d\\udd27\", \"name\": \"Plumber (Hourly)\", \"d\": {\"1960\": 3, \"1970\": 7, \"1980\": 20, \"1990\": 45, \"2000\": 65, \"2010\": 85, \"2020\": 100, \"2025\": 130}}, \"electrician\": {\"emoji\": \"\\u26a1\", \"name\": \"Electrician (Hourly)\", \"d\": {\"1960\": 3.5, \"1970\": 8, \"1980\": 22, \"1990\": 50, \"2000\": 70, \"2010\": 90, \"2020\": 110, \"2025\": 140}}, \"eggs_bls\": {\"emoji\": \"\\ud83e\\udd5a\", \"name\": \"Dozen Eggs (BLS)\", \"d\": {\"1989\": 1.14, \"1988\": 0.83, \"1987\": 0.73, \"1986\": 0.91, \"1985\": 0.91, \"1984\": 0.87, \"1983\": 1.13, \"1982\": 0.81, \"1981\": 0.97, \"1980\": 1.03, \"2009\": 1.77, \"2008\": 1.83, \"2007\": 2.1, \"2006\": 1.54, \"2005\": 1.35, \"2004\": 1.2, \"2003\": 1.56, \"2002\": 1.18, \"2001\": 0.93, \"2000\": 0.96}}, \"milk_bls\": {\"emoji\": \"\\ud83e\\udd5b\", \"name\": \"Gallon Milk (BLS)\", \"d\": {\"2009\": 3.1, \"2008\": 3.68, \"2007\": 3.87, \"2006\": 3.0, \"2005\": 3.24, \"2004\": 3.23, \"2003\": 2.95, \"2002\": 2.68, \"2001\": 2.9, \"2000\": 2.79, \"2025\": 4.05}}, \"bread_bls\": {\"emoji\": \"\\ud83c\\udf5e\", \"name\": \"White Bread (BLS)\", \"d\": {\"1989\": 0.69, \"1988\": 0.66, \"1987\": 0.57, \"1986\": 0.57, \"1985\": 0.57, \"1984\": 0.54, \"1983\": 0.55, \"1982\": 0.54, \"1981\": 0.52, \"1980\": 0.52, \"2009\": 1.39, \"2008\": 1.42, \"2007\": 1.28, \"2006\": 1.14, \"2005\": 1.05, \"2004\": 0.97, \"2003\": 0.95, \"2002\": 1.03, \"2001\": 1.0, \"2000\": 0.99}}, \"bacon_bls\": {\"emoji\": \"\\ud83e\\udd53\", \"name\": \"Bacon lb (BLS)\", \"d\": {\"1989\": 1.96, \"1988\": 1.79, \"1987\": 2.02, \"1986\": 2.16, \"1985\": 1.92, \"1984\": 1.89, \"1983\": 1.76, \"1982\": 2.13, \"1981\": 1.75, \"1980\": 1.71, \"2009\": 3.57, \"2008\": 3.67, \"2007\": 3.69, \"2006\": 3.46, \"2005\": 3.33, \"2004\": 3.37, \"2003\": 3.18, \"2002\": 3.24, \"2001\": 3.3, \"2000\": 3.03}}, \"beef_bls\": {\"emoji\": \"\\ud83e\\udd69\", \"name\": \"Ground Beef lb (BLS)\", \"d\": {\"1989\": 1.5, \"1988\": 1.4, \"1987\": 1.32, \"1986\": 1.26, \"1985\": 1.28, \"1984\": 1.3, \"2009\": 2.19, \"2008\": 2.41, \"2007\": 2.23, \"2006\": 2.26, \"2005\": 2.3, \"2004\": 2.14, \"2003\": 2.23, \"2002\": 1.69, \"2001\": 1.71, \"2000\": 1.62}}, \"banana_bls\": {\"emoji\": \"\\ud83c\\udf4c\", \"name\": \"Bananas lb (BLS)\", \"d\": {\"1989\": 0.42, \"1988\": 0.41, \"1987\": 0.38, \"1986\": 0.33, \"1985\": 0.32, \"1984\": 0.32, \"1983\": 0.32, \"1982\": 0.34, \"1981\": 0.36, \"1980\": 0.35, \"2009\": 0.57, \"2008\": 0.62, \"2007\": 0.53, \"2006\": 0.5, \"2005\": 0.48, \"2004\": 0.47, \"2003\": 0.5, \"2002\": 0.5, \"2001\": 0.51, \"2000\": 0.49}}, \"coffee_bls\": {\"emoji\": \"\\u2615\", \"name\": \"Coffee lb (BLS)\", \"d\": {\"1989\": 2.94, \"1988\": 2.92, \"1987\": 2.55, \"1986\": 3.25, \"1985\": 2.5, \"1984\": 2.59, \"1983\": 2.44, \"1982\": 2.5, \"1981\": 2.46, \"1980\": 2.82, \"2009\": 3.67, \"2007\": 3.69, \"2006\": 3.11, \"2005\": 3.23, \"2004\": 2.78, \"2003\": 2.88, \"2002\": 2.84, \"2001\": 2.91, \"2000\": 3.21}}, \"chicken_bls\": {\"emoji\": \"\\ud83c\\udf57\", \"name\": \"Chicken Breast lb (BLS)\", \"d\": {\"1989\": 0.88, \"1988\": 0.89, \"1987\": 0.74, \"1986\": 0.86, \"1985\": 0.78, \"1984\": 0.75, \"1983\": 0.81, \"1982\": 0.68, \"1981\": 0.7, \"1980\": 0.76, \"2009\": 1.27, \"2008\": 1.3, \"2007\": 1.17, \"2006\": 1.06, \"2005\": 1.06, \"2004\": 1.03, \"2003\": 1.05, \"2002\": 1.05, \"2001\": 1.11, \"2000\": 1.08, \"2025\": 2.02}}, \"tomato_bls\": {\"emoji\": \"\\ud83c\\udf45\", \"name\": \"Canned Tomatoes (BLS)\", \"d\": {\"2009\": 1.35, \"2008\": 1.4, \"2007\": 1.0, \"2006\": 0.84, \"2005\": 0.8, \"2004\": 0.77, \"2003\": 0.77, \"2002\": 0.75, \"2001\": 0.71, \"2000\": 0.68, \"2025\": 1.69}}, \"steak_bls\": {\"emoji\": \"\\ud83e\\udd69\", \"name\": \"Sirloin Steak lb (BLS)\", \"d\": {\"1989\": 3.17, \"1988\": 3.01, \"1987\": 2.93, \"1986\": 2.8, \"1985\": 2.83, \"1984\": 2.92, \"1983\": 2.81, \"1982\": 2.9, \"1981\": 2.9, \"1980\": 2.81, \"2009\": 4.18, \"2008\": 4.37, \"2007\": 4.04, \"2006\": 3.99, \"2005\": 4.12, \"2004\": 4.26, \"2003\": 4.27, \"2002\": 3.55, \"2001\": 3.46, \"2000\": 3.28}}, \"ham_bls\": {\"emoji\": \"\\ud83c\\udf56\", \"name\": \"Ham lb (BLS)\", \"d\": {\"1988\": 1.6, \"1987\": 1.6, \"1986\": 1.63, \"1985\": 1.36, \"1984\": 1.37, \"1983\": 1.31, \"1982\": 1.63, \"1981\": 1.38, \"1980\": 1.4, \"2009\": 1.83, \"2008\": 1.73, \"2007\": 1.98, \"2006\": 1.89, \"2002\": 2.37, \"2001\": 2.28}}, \"cheese_bls\": {\"emoji\": \"\\ud83e\\uddc0\", \"name\": \"Cheddar Cheese lb (BLS)\", \"d\": {\"1989\": 3.34, \"1988\": 3.21, \"1987\": 3.1, \"1986\": 3.07, \"1985\": 3.07, \"1984\": 3.12, \"2009\": 4.55, \"2008\": 4.95, \"2007\": 4.45, \"2006\": 4.01, \"2005\": 4.43, \"2004\": 4.1, \"2003\": 4.07, \"2002\": 4.11, \"2001\": 4.17, \"2000\": 3.76}}, \"spaghetti_bls\": {\"emoji\": \"\\ud83c\\udf5d\", \"name\": \"Spaghetti lb (BLS)\", \"d\": {\"1989\": 0.87, \"1988\": 0.85, \"1987\": 0.75, \"1986\": 0.75, \"1985\": 0.74, \"1984\": 0.74, \"2009\": 1.17, \"2008\": 1.13, \"2007\": 0.85, \"2006\": 0.89, \"2005\": 0.87, \"2004\": 0.95, \"2003\": 0.92, \"2002\": 0.93, \"2001\": 0.91, \"2000\": 0.88}}, \"chips_bls\": {\"emoji\": \"\\ud83e\\udd54\", \"name\": \"Potato Chips 16oz (BLS)\", \"d\": {\"1989\": 0.31, \"1988\": 0.29, \"1987\": 0.25, \"1986\": 0.26, \"2009\": 0.56, \"2008\": 0.68, \"2007\": 0.52, \"2006\": 0.52, \"2005\": 0.5, \"2004\": 0.45, \"2003\": 0.44, \"2002\": 0.48, \"2001\": 0.41, \"2000\": 0.35}}, \"butter_bls\": {\"emoji\": \"\\ud83e\\uddc8\", \"name\": \"Butter lb (BLS)\", \"d\": {\"1986\": 2.36, \"1985\": 2.22, \"1984\": 2.08, \"1983\": 1.95, \"1982\": 1.83, \"1981\": 1.74, \"1980\": 1.64}}, \"oranges_bls\": {\"emoji\": \"\\ud83c\\udf4a\", \"name\": \"Oranges lb (BLS)\", \"d\": {\"1989\": 0.92, \"1988\": 0.7, \"1987\": 0.64, \"1986\": 0.67, \"1985\": 0.71, \"1984\": 0.65, \"1983\": 0.61, \"1982\": 0.67, \"1981\": 0.63, \"1980\": 0.51, \"2009\": 1.57, \"2008\": 1.49, \"2007\": 1.45, \"2006\": 1.49, \"2005\": 1.55, \"2004\": 1.49, \"2003\": 1.44, \"2002\": 1.43, \"2001\": 1.35, \"2000\": 1.28}}, \"apples_bls\": {\"emoji\": \"\\ud83c\\udf4e\", \"name\": \"Apples lb (BLS)\", \"d\": {\"1989\": 0.47, \"1988\": 0.45, \"1987\": 0.5, \"1986\": 0.49, \"1985\": 0.43, \"1984\": 0.4, \"1983\": 0.31, \"1982\": 0.31, \"1981\": 0.33, \"1980\": 0.33, \"2009\": 0.88, \"2008\": 0.91, \"2007\": 0.91, \"2006\": 0.97, \"2005\": 1.09, \"2004\": 0.95, \"2003\": 0.68, \"2002\": 0.62, \"2001\": 0.6, \"2000\": 0.58}}, \"flour_bls\": {\"emoji\": \"\\ud83c\\udf3e\", \"name\": \"Flour lb (BLS)\", \"d\": {\"1989\": 0.41, \"1988\": 0.38, \"1987\": 0.36, \"1986\": 0.35, \"1985\": 0.35, \"1984\": 0.36, \"1983\": 0.37, \"1982\": 0.35, \"1981\": 0.33, \"1980\": 0.56, \"2009\": 0.6, \"2008\": 0.53, \"2007\": 0.5, \"2006\": 0.51, \"2005\": 0.45, \"2004\": 0.43, \"2003\": 0.42, \"2002\": 0.42, \"2001\": 0.42, \"2000\": 0.41}}, \"sugar_bls\": {\"emoji\": \"\\ud83c\\udf6c\", \"name\": \"Sugar lb (BLS)\", \"d\": {\"1989\": 1.8, \"1988\": 1.82, \"1987\": 1.59, \"1986\": 1.47, \"1985\": 1.82, \"1984\": 1.65, \"1983\": 1.38, \"1982\": 1.41, \"1981\": 1.41, \"1980\": 1.12, \"2009\": 2.53, \"2008\": 2.56, \"2007\": 2.53, \"2006\": 2.23, \"2005\": 1.78, \"2004\": 1.96, \"2003\": 1.83, \"2002\": 1.81, \"2001\": 1.93, \"2000\": 1.88}}, \"home_fred\": {\"emoji\": \"\\ud83c\\udfe0\", \"name\": \"Median Home (FRED)\", \"d\": {\"1963\": 18050.0, \"1964\": 18925.0, \"1965\": 20125.0, \"1966\": 21500.0, \"1967\": 22750.0, \"1968\": 24800.0, \"1969\": 25600.0, \"1970\": 23475.0, \"1971\": 25225.0, \"1972\": 27525.0, \"1973\": 32600.0, \"1974\": 36050.0, \"1975\": 39275.0, \"1976\": 44225.0, \"1977\": 48900.0, \"1978\": 55850.0, \"1979\": 62750.0, \"1980\": 64750.0, \"1981\": 68950.0, \"1982\": 69225.0, \"1983\": 75375.0, \"1984\": 79950.0, \"1985\": 84275.0, \"1986\": 92025.0, \"1987\": 104700.0, \"1988\": 112225.0, \"1989\": 120425.0, \"1990\": 122300.0, \"1991\": 119975.0, \"1992\": 121375.0, \"1993\": 126500.0, \"1994\": 130425.0, \"1995\": 133475.0, \"1996\": 140250.0, \"1997\": 145000.0, \"1998\": 151925.0, \"1999\": 160125.0, \"2000\": 167550.0, \"2001\": 173100.0, \"2002\": 186025.0, \"2003\": 192125.0, \"2004\": 218150.0, \"2005\": 236550.0, \"2006\": 243750.0, \"2007\": 244950.0, \"2008\": 229550.0, \"2009\": 215650.0, \"2010\": 222700.0, \"2011\": 224900.0, \"2012\": 244400.0, \"2013\": 266225.0, \"2014\": 285775.0, \"2015\": 294150.0, \"2016\": 305125.0, \"2017\": 322425.0, \"2018\": 325275.0, \"2019\": 320250.0, \"2020\": 328150.0, \"2021\": 383000.0, \"2022\": 432950.0, \"2023\": 426525.0, \"2024\": 418975.0, \"2025\": 415400.0}}, \"mortgage_fred\": {\"emoji\": \"\\ud83c\\udfe6\", \"name\": \"30yr Mortgage Rate (FRED)\", \"d\": {\"1971\": 7.54, \"1972\": 7.38, \"1973\": 8.04, \"1974\": 9.19, \"1975\": 9.05, \"1976\": 8.87, \"1977\": 8.85, \"1978\": 9.64, \"1979\": 11.2, \"1980\": 13.74, \"1981\": 16.64, \"1982\": 16.04, \"1983\": 13.24, \"1984\": 13.88, \"1985\": 12.43, \"1986\": 10.19, \"1987\": 10.21, \"1988\": 10.34, \"1989\": 10.32, \"1990\": 10.13, \"1991\": 9.25, \"1992\": 8.39, \"1993\": 7.31, \"1994\": 8.38, \"1995\": 7.93, \"1996\": 7.81, \"1997\": 7.6, \"1998\": 6.94, \"1999\": 7.44, \"2000\": 8.05, \"2001\": 6.97, \"2002\": 6.54, \"2003\": 5.83, \"2004\": 5.84, \"2005\": 5.87, \"2006\": 6.41, \"2007\": 6.34, \"2008\": 6.03, \"2009\": 5.04, \"2010\": 4.69, \"2011\": 4.45, \"2012\": 3.66, \"2013\": 3.98, \"2014\": 4.17, \"2015\": 3.85, \"2016\": 3.65, \"2017\": 3.99, \"2018\": 4.54, \"2019\": 3.94, \"2020\": 3.11, \"2021\": 2.96, \"2022\": 5.34, \"2023\": 6.81, \"2024\": 6.72, \"2025\": 6.6}}, \"gas_fred\": {\"emoji\": \"\\u26fd\", \"name\": \"Regular Gas (FRED)\", \"d\": {\"1991\": 1.1, \"1992\": 1.09, \"1993\": 1.07, \"1994\": 1.07, \"1995\": 1.11, \"1996\": 1.2, \"1997\": 1.2, \"1998\": 1.03, \"1999\": 1.14, \"2000\": 1.48, \"2001\": 1.42, \"2002\": 1.34, \"2003\": 1.56, \"2004\": 1.85, \"2005\": 2.27, \"2006\": 2.57, \"2007\": 2.8, \"2008\": 3.25, \"2009\": 2.35, \"2010\": 2.78, \"2011\": 3.52, \"2012\": 3.62, \"2013\": 3.5, \"2014\": 3.36, \"2015\": 2.43, \"2016\": 2.14, \"2017\": 2.42, \"2018\": 2.72, \"2019\": 2.6, \"2020\": 2.17, \"2021\": 3.01, \"2022\": 3.95, \"2023\": 3.52, \"2024\": 3.3, \"2025\": 3.1}}, \"oil_fred\": {\"emoji\": \"\\ud83d\\udee2\\ufe0f\", \"name\": \"Crude Oil\/Barrel (FRED)\", \"d\": {\"1986\": 15.05, \"1987\": 19.2, \"1988\": 15.97, \"1989\": 19.64, \"1990\": 24.53, \"1991\": 21.54, \"1992\": 20.58, \"1993\": 18.43, \"1994\": 17.2, \"1995\": 18.43, \"1996\": 22.12, \"1997\": 20.61, \"1998\": 14.42, \"1999\": 19.34, \"2000\": 30.38, \"2001\": 25.98, \"2002\": 26.18, \"2003\": 31.08, \"2004\": 41.51, \"2005\": 56.64, \"2006\": 66.05, \"2007\": 72.34, \"2008\": 99.67, \"2009\": 61.95, \"2010\": 79.48, \"2011\": 94.88, \"2012\": 94.05, \"2013\": 97.98, \"2014\": 93.17, \"2015\": 48.66, \"2016\": 43.29, \"2017\": 50.8, \"2018\": 65.23, \"2019\": 56.99, \"2020\": 39.16, \"2021\": 68.14, \"2022\": 94.9, \"2023\": 77.58, \"2024\": 76.63, \"2025\": 65.39}}, \"wheat_fred\": {\"emoji\": \"\\ud83c\\udf3e\", \"name\": \"Wheat\/Bushel (FRED)\", \"d\": {\"1992\": 151.16, \"1993\": 140.21, \"1994\": 149.78, \"1995\": 176.96, \"1996\": 197.23, \"1997\": 149.51, \"1998\": 114.46, \"1999\": 98.26, \"2000\": 100.74, \"2001\": 106.37, \"2002\": 132.17, \"2003\": 131.92, \"2004\": 134.39, \"2005\": 129.67, \"2006\": 169.14, \"2007\": 231.18, \"2008\": 292.97, \"2009\": 192.11, \"2010\": 195.23, \"2011\": 280.28, \"2012\": 276.33, \"2013\": 265.69, \"2014\": 242.9, \"2015\": 185.87, \"2016\": 143.2, \"2017\": 145.29, \"2018\": 186.13, \"2019\": 163.26, \"2020\": 185.51, \"2021\": 265.79, \"2022\": 360.17, \"2023\": 272.33, \"2024\": 201.19, \"2025\": 173.09}}, \"soybean_fred\": {\"emoji\": \"\\ud83e\\uded8\", \"name\": \"Soybeans\/Bushel (FRED)\", \"d\": {\"1992\": 209.8, \"1993\": 230.14, \"1994\": 229.51, \"1995\": 224.02, \"1996\": 277.46, \"1997\": 280.6, \"1998\": 223.29, \"1999\": 174.92, \"2000\": 183.05, \"2001\": 168.75, \"2002\": 188.87, \"2003\": 233.19, \"2004\": 276.63, \"2005\": 223.15, \"2006\": 217.45, \"2007\": 317.32, \"2008\": 452.94, \"2009\": 378.55, \"2010\": 384.95, \"2011\": 484.25, \"2012\": 537.76, \"2013\": 517.2, \"2014\": 457.81, \"2015\": 347.36, \"2016\": 362.71, \"2017\": 358.82, \"2018\": 342.53, \"2019\": 327.0, \"2020\": 349.88, \"2021\": 505.1, \"2022\": 569.69, \"2023\": 520.48, \"2024\": 405.21, \"2025\": 380.68}}, \"beef_fred\": {\"emoji\": \"\\ud83e\\udd69\", \"name\": \"Beef\/100lbs (FRED)\", \"d\": {\"2010\": 154.65, \"2011\": 183.18, \"2012\": 187.94, \"2013\": 183.56, \"2014\": 224.06, \"2015\": 200.49, \"2016\": 178.21, \"2017\": 191.51, \"2018\": 183.56, \"2019\": 209.7, \"2020\": 200.44, \"2021\": 235.96, \"2022\": 254.21, \"2023\": 225.28, \"2024\": 261.76, \"2025\": 303.94}}, \"pork_fred\": {\"emoji\": \"\\ud83d\\udc37\", \"name\": \"Pork\/100lbs (FRED)\", \"d\": {\"1992\": 56.48, \"1993\": 64.52, \"1994\": 56.41, \"1995\": 62.79, \"1996\": 92.49, \"1997\": 72.86, \"1998\": 45.62, \"1999\": 44.41, \"2000\": 59.29, \"2001\": 61.43, \"2002\": 47.26, \"2003\": 53.39, \"2004\": 71.01, \"2005\": 67.67, \"2006\": 63.86, \"2007\": 63.67, \"2008\": 64.65, \"2009\": 55.75, \"2010\": 74.45, \"2011\": 89.37, \"2012\": 82.78, \"2013\": 86.55, \"2014\": 102.81, \"2015\": 67.91, \"2016\": 62.41, \"2017\": 68.3, \"2018\": 62.17, \"2019\": 64.84, \"2020\": 58.37, \"2021\": 90.92, \"2022\": 96.21, \"2023\": 79.24, \"2024\": 83.23, \"2025\": 91.45}}, \"coffee_fred\": {\"emoji\": \"\\u2615\", \"name\": \"Coffee\/lb (FRED)\", \"d\": {\"1992\": 61.74, \"1993\": 71.12, \"1994\": 147.35, \"1995\": 150.83, \"1996\": 121.97, \"1997\": 188.93, \"1998\": 135.47, \"1999\": 103.88, \"2000\": 87.2, \"2001\": 62.28, \"2002\": 61.46, \"2003\": 64.17, \"2004\": 80.48, \"2005\": 114.85, \"2006\": 114.41, \"2007\": 123.61, \"2008\": 139.71, \"2009\": 143.75, \"2010\": 196.05, \"2011\": 271.11, \"2012\": 186.44, \"2013\": 139.48, \"2014\": 200.36, \"2015\": 159.9, \"2016\": 163.84, \"2017\": 150.76, \"2018\": 132.71, \"2019\": 130.56, \"2020\": 150.83, \"2021\": 204.69, \"2022\": 255.47, \"2023\": 205.96, \"2024\": 255.44, \"2025\": 383.1}}, \"sugar_fred\": {\"emoji\": \"\\ud83c\\udf6c\", \"name\": \"Sugar\/lb (FRED)\", \"d\": {\"1992\": 9.07, \"1993\": 10.02, \"1994\": 12.11, \"1995\": 13.28, \"1996\": 11.96, \"1997\": 11.4, \"1998\": 8.92, \"1999\": 6.26, \"2000\": 8.08, \"2001\": 8.23, \"2002\": 6.24, \"2003\": 6.93, \"2004\": 7.55, \"2005\": 10.07, \"2006\": 14.79, \"2007\": 9.96, \"2008\": 12.45, \"2009\": 18.15, \"2010\": 20.89, \"2011\": 26.24, \"2012\": 21.37, \"2013\": 17.71, \"2014\": 17.13, \"2015\": 13.22, \"2016\": 18.14, \"2017\": 15.83, \"2018\": 12.25, \"2019\": 12.35, \"2020\": 12.88, \"2021\": 17.86, \"2022\": 18.83, \"2023\": 24.04, \"2024\": 20.74, \"2025\": 16.97}}, \"copper_fred\": {\"emoji\": \"\\ud83d\\udd36\", \"name\": \"Copper\/Ton (FRED)\", \"d\": {\"1992\": 2284.81, \"1993\": 1914.96, \"1994\": 2305.53, \"1995\": 2932.04, \"1996\": 2293.39, \"1997\": 2275.19, \"1998\": 1653.71, \"1999\": 1572.53, \"2000\": 1814.52, \"2001\": 1580.17, \"2002\": 1560.29, \"2003\": 1779.36, \"2004\": 2863.47, \"2005\": 3676.49, \"2006\": 6731.35, \"2007\": 7131.63, \"2008\": 6963.48, \"2009\": 5164.16, \"2010\": 7538.36, \"2011\": 8823.45, \"2012\": 7958.92, \"2013\": 7331.49, \"2014\": 6863.4, \"2015\": 5510.46, \"2016\": 4867.9, \"2017\": 6169.94, \"2018\": 6529.8, \"2019\": 6010.15, \"2020\": 6174.56, \"2021\": 9317.41, \"2022\": 8828.92, \"2023\": 8490.76, \"2024\": 9142.1, \"2025\": 9946.88}}, \"aluminum_fred\": {\"emoji\": \"\\ud83d\\udd37\", \"name\": \"Aluminum\/Ton (FRED)\", \"d\": {\"1992\": 1256.27, \"1993\": 1139.93, \"1994\": 1475.63, \"1995\": 1805.02, \"1996\": 1506.79, \"1997\": 1599.29, \"1998\": 1357.57, \"1999\": 1359.99, \"2000\": 1551.5, \"2001\": 1446.75, \"2002\": 1351.06, \"2003\": 1432.82, \"2004\": 1718.5, \"2005\": 1900.51, \"2006\": 2573.06, \"2007\": 2639.86, \"2008\": 2577.92, \"2009\": 1668.49, \"2010\": 2172.99, \"2011\": 2400.64, \"2012\": 2022.8, \"2013\": 1846.68, \"2014\": 1867.42, \"2015\": 1664.68, \"2016\": 1604.18, \"2017\": 1967.65, \"2018\": 2108.47, \"2019\": 1794.49, \"2020\": 1704.1, \"2021\": 2472.95, \"2022\": 2706.99, \"2023\": 2256.09, \"2024\": 2420.95, \"2025\": 2630.62}}, \"sp500_fred\": {\"emoji\": \"\\ud83d\\udcc8\", \"name\": \"S&P 500 (FRED)\", \"d\": {\"2017\": 2449.08, \"2018\": 2746.21, \"2019\": 2913.36, \"2020\": 3217.86, \"2021\": 4273.41, \"2022\": 4098.51, \"2023\": 4283.73, \"2024\": 5428.24, \"2025\": 6216.87}}, \"dow_fred\": {\"emoji\": \"\\ud83d\\udcc8\", \"name\": \"Dow Jones (FRED)\", \"d\": {\"2017\": 21750.2, \"2018\": 25053.95, \"2019\": 26379.59, \"2020\": 26890.67, \"2021\": 34055.29, \"2022\": 32897.35, \"2023\": 34121.54, \"2024\": 40323.13, \"2025\": 44301.54}}, \"nasdaq_fred\": {\"emoji\": \"\\ud83d\\udcc8\", \"name\": \"NASDAQ (FRED)\", \"d\": {\"1971\": 107.44, \"1972\": 128.53, \"1973\": 109.95, \"1974\": 76.29, \"1975\": 77.2, \"1976\": 89.9, \"1977\": 98.71, \"1978\": 117.53, \"1979\": 136.57, \"1980\": 168.61, \"1981\": 203.15, \"1982\": 188.98, \"1983\": 285.43, \"1984\": 248.89, \"1985\": 290.25, \"1986\": 366.97, \"1987\": 402.57, \"1988\": 374.44, \"1989\": 437.8, \"1990\": 409.18, \"1991\": 491.69, \"1992\": 599.26, \"1993\": 715.16, \"1994\": 751.65, \"1995\": 925.19, \"1996\": 1164.95, \"1997\": 1469.49, \"1998\": 1794.91, \"1999\": 2728.15, \"2000\": 3783.67, \"2001\": 2035.0, \"2002\": 1539.73, \"2003\": 1646.81, \"2004\": 1986.35, \"2005\": 2099.35, \"2006\": 2263.41, \"2007\": 2578.47, \"2008\": 2161.68, \"2009\": 1845.38, \"2010\": 2349.89, \"2011\": 2677.44, \"2012\": 2965.56, \"2013\": 3541.29, \"2014\": 4375.1, \"2015\": 4945.55, \"2016\": 4987.79, \"2017\": 6235.3, \"2018\": 7425.96, \"2019\": 7940.21, \"2020\": 10201.52, \"2021\": 14371.66, \"2022\": 12231.35, \"2023\": 12970.28, \"2024\": 17247.45, \"2025\": 20501.59}}, \"unemployment_fred\": {\"emoji\": \"\\ud83d\\udcca\", \"name\": \"Unemployment % (FRED)\", \"d\": {\"1960\": 5.5, \"1961\": 6.7, \"1962\": 5.6, \"1963\": 5.6, \"1964\": 5.2, \"1965\": 4.5, \"1966\": 3.8, \"1967\": 3.8, \"1968\": 3.6, \"1969\": 3.5, \"1970\": 5.0, \"1971\": 6.0, \"1972\": 5.6, \"1973\": 4.9, \"1974\": 5.6, \"1975\": 8.5, \"1976\": 7.7, \"1977\": 7.1, \"1978\": 6.1, \"1979\": 5.9, \"1980\": 7.2, \"1981\": 7.6, \"1982\": 9.7, \"1983\": 9.6, \"1984\": 7.5, \"1985\": 7.2, \"1986\": 7.0, \"1987\": 6.2, \"1988\": 5.5, \"1989\": 5.3, \"1990\": 5.6, \"1991\": 6.9, \"1992\": 7.5, \"1993\": 6.9, \"1994\": 6.1, \"1995\": 5.6, \"1996\": 5.4, \"1997\": 4.9, \"1998\": 4.5, \"1999\": 4.2, \"2000\": 4.0, \"2001\": 4.7, \"2002\": 5.8, \"2003\": 6.0, \"2004\": 5.5, \"2005\": 5.1, \"2006\": 4.6, \"2007\": 4.6, \"2008\": 5.8, \"2009\": 9.3, \"2010\": 9.6, \"2011\": 8.9, \"2012\": 8.1, \"2013\": 7.4, \"2014\": 6.2, \"2015\": 5.3, \"2016\": 4.9, \"2017\": 4.4, \"2018\": 3.9, \"2019\": 3.7, \"2020\": 8.1, \"2021\": 5.4, \"2022\": 3.7, \"2023\": 3.6, \"2024\": 4.0, \"2025\": 4.3}}, \"wages_fred\": {\"emoji\": \"\\ud83d\\udcb0\", \"name\": \"Median Weekly Pay (FRED)\", \"d\": {\"1979\": 332.0, \"1980\": 318.0, \"1981\": 312.0, \"1982\": 313.0, \"1983\": 314.0, \"1984\": 314.0, \"1985\": 319.0, \"1986\": 327.0, \"1987\": 329.0, \"1988\": 326.0, \"1989\": 322.0, \"1990\": 316.0, \"1991\": 313.0, \"1992\": 314.0, \"1993\": 318.0, \"1994\": 315.0, \"1995\": 314.0, \"1996\": 313.0, \"1997\": 314.0, \"1998\": 322.0, \"1999\": 330.0, \"2000\": 334.0, \"2001\": 337.0, \"2002\": 338.0, \"2003\": 337.0, \"2004\": 338.0, \"2005\": 333.0, \"2006\": 333.0, \"2007\": 335.0, \"2008\": 335.0, \"2009\": 345.0, \"2010\": 342.0, \"2011\": 336.0, \"2012\": 335.0, \"2013\": 334.0, \"2014\": 334.0, \"2015\": 341.0, \"2016\": 347.0, \"2017\": 351.0, \"2018\": 353.0, \"2019\": 359.0, \"2020\": 380.0, \"2021\": 368.0, \"2022\": 362.0, \"2023\": 366.0, \"2024\": 370.0, \"2025\": 375.0}}, \"hourly_fred\": {\"emoji\": \"\\ud83d\\udcb5\", \"name\": \"Avg Hourly Wage (FRED)\", \"d\": {\"1964\": 2.54, \"1965\": 2.63, \"1966\": 2.73, \"1967\": 2.86, \"1968\": 3.02, \"1969\": 3.22, \"1970\": 3.4, \"1971\": 3.63, \"1972\": 3.9, \"1973\": 4.14, \"1974\": 4.44, \"1975\": 4.74, \"1976\": 5.06, \"1977\": 5.44, \"1978\": 5.88, \"1979\": 6.34, \"1980\": 6.85, \"1981\": 7.43, \"1982\": 7.87, \"1983\": 8.2, \"1984\": 8.49, \"1985\": 8.73, \"1986\": 8.92, \"1987\": 9.14, \"1988\": 9.44, \"1989\": 9.8, \"1990\": 10.2, \"1991\": 10.51, \"1992\": 10.77, \"1993\": 11.05, \"1994\": 11.33, \"1995\": 11.65, \"1996\": 12.04, \"1997\": 12.5, \"1998\": 13.01, \"1999\": 13.49, \"2000\": 14.01, \"2001\": 14.54, \"2002\": 14.96, \"2003\": 15.36, \"2004\": 15.68, \"2005\": 16.12, \"2006\": 16.74, \"2007\": 17.41, \"2008\": 18.07, \"2009\": 18.61, \"2010\": 19.05, \"2011\": 19.44, \"2012\": 19.72, \"2013\": 20.13, \"2014\": 20.6, \"2015\": 21.03, \"2016\": 21.54, \"2017\": 22.04, \"2018\": 22.7, \"2019\": 23.51, \"2020\": 24.68, \"2021\": 25.91, \"2022\": 27.57, \"2023\": 28.92, \"2024\": 30.12, \"2025\": 31.34}}, \"carsales_fred\": {\"emoji\": \"\\ud83d\\ude97\", \"name\": \"Annual Vehicle Sales (FRED)\", \"d\": {\"1976\": 13.29, \"1977\": 14.86, \"1978\": 15.41, \"1979\": 14.16, \"1980\": 11.46, \"1981\": 10.79, \"1982\": 10.55, \"1983\": 12.31, \"1984\": 14.47, \"1985\": 15.74, \"1986\": 16.32, \"1987\": 15.15, \"1988\": 15.77, \"1989\": 14.84, \"1990\": 14.14, \"1991\": 12.54, \"1992\": 13.11, \"1993\": 14.18, \"1994\": 15.4, \"1995\": 15.12, \"1996\": 15.46, \"1997\": 15.5, \"1998\": 15.97, \"1999\": 17.41, \"2000\": 17.81, \"2001\": 17.47, \"2002\": 17.14, \"2003\": 16.97, \"2004\": 17.3, \"2005\": 17.45, \"2006\": 17.05, \"2007\": 16.46, \"2008\": 13.49, \"2009\": 10.6, \"2010\": 11.77, \"2011\": 13.05, \"2012\": 14.78, \"2013\": 15.88, \"2014\": 16.86, \"2015\": 17.86, \"2016\": 17.88, \"2017\": 17.56, \"2018\": 17.71, \"2019\": 17.49, \"2020\": 14.88, \"2021\": 15.41, \"2022\": 14.23, \"2023\": 16.01, \"2024\": 16.33, \"2025\": 16.65}}, \"savings_fred\": {\"emoji\": \"\\ud83c\\udfe6\", \"name\": \"Savings Rate % (FRED)\", \"d\": {\"1960\": 10.1, \"1961\": 11.3, \"1962\": 11.2, \"1963\": 10.7, \"1964\": 11.6, \"1965\": 11.4, \"1966\": 11.2, \"1967\": 12.3, \"1968\": 11.3, \"1969\": 10.9, \"1970\": 12.8, \"1971\": 13.5, \"1972\": 12.4, \"1973\": 13.5, \"1974\": 13.3, \"1975\": 13.4, \"1976\": 11.6, \"1977\": 10.7, \"1978\": 10.7, \"1979\": 10.3, \"1980\": 11.1, \"1981\": 11.7, \"1982\": 12.0, \"1983\": 10.1, \"1984\": 11.2, \"1985\": 9.1, \"1986\": 8.8, \"1987\": 7.5, \"1988\": 8.4, \"1989\": 8.3, \"1990\": 8.4, \"1991\": 8.9, \"1992\": 9.4, \"1993\": 7.8, \"1994\": 6.8, \"1995\": 6.9, \"1996\": 6.3, \"1997\": 6.0, \"1998\": 6.5, \"1999\": 4.6, \"2000\": 4.3, \"2001\": 4.7, \"2002\": 5.6, \"2003\": 5.2, \"2004\": 4.7, \"2005\": 2.3, \"2006\": 2.8, \"2007\": 2.5, \"2008\": 4.1, \"2009\": 5.7, \"2010\": 5.9, \"2011\": 6.6, \"2012\": 7.9, \"2013\": 5.0, \"2014\": 5.5, \"2015\": 5.9, \"2016\": 5.4, \"2017\": 5.8, \"2018\": 6.4, \"2019\": 7.3, \"2020\": 15.1, \"2021\": 11.3, \"2022\": 3.4, \"2023\": 5.6, \"2024\": 5.4, \"2025\": 4.6}}, \"austin_home_fred\": {\"emoji\": \"\\ud83e\\udd20\", \"name\": \"Austin Home Index (FRED)\", \"d\": {\"1978\": 47.16, \"1979\": 55.05, \"1980\": 61.1, \"1981\": 63.89, \"1982\": 67.04, \"1983\": 77.8, \"1984\": 87.59, \"1985\": 95.81, \"1986\": 97.23, \"1987\": 87.92, \"1988\": 79.93, \"1989\": 73.31, \"1990\": 72.96, \"1991\": 77.04, \"1992\": 83.18, \"1993\": 91.43, \"1994\": 99.45, \"1995\": 102.88, \"1996\": 106.4, \"1997\": 107.65, \"1998\": 112.5, \"1999\": 121.38, \"2000\": 136.88, \"2001\": 149.45, \"2002\": 151.62, \"2003\": 152.97, \"2004\": 154.26, \"2005\": 161.72, \"2006\": 174.5, \"2007\": 189.88, \"2008\": 197.26, \"2009\": 195.63, \"2010\": 193.43, \"2011\": 190.96, \"2012\": 196.65, \"2013\": 212.46, \"2014\": 236.77, \"2015\": 259.22, \"2016\": 281.78, \"2017\": 301.38, \"2018\": 318.65, \"2019\": 339.31, \"2020\": 362.71, \"2021\": 454.66, \"2022\": 550.12, \"2023\": 517.12, \"2024\": 509.21, \"2025\": 507.38}}, \"denver_home_fred\": {\"emoji\": \"\\ud83c\\udfd4\\ufe0f\", \"name\": \"Denver Home Index (FRED)\", \"d\": {\"1977\": 36.06, \"1978\": 45.41, \"1979\": 53.67, \"1980\": 58.97, \"1981\": 63.73, \"1982\": 69.93, \"1983\": 72.15, \"1984\": 73.36, \"1985\": 73.35, \"1986\": 74.59, \"1987\": 72.89, \"1988\": 70.95, \"1989\": 70.78, \"1990\": 72.13, \"1991\": 74.61, \"1992\": 79.58, \"1993\": 86.05, \"1994\": 95.68, \"1995\": 102.73, \"1996\": 108.3, \"1997\": 114.61, \"1998\": 122.07, \"1999\": 135.11, \"2000\": 154.09, \"2001\": 169.59, \"2002\": 177.88, \"2003\": 181.86, \"2004\": 187.32, \"2005\": 194.19, \"2006\": 196.13, \"2007\": 193.87, \"2008\": 190.24, \"2009\": 189.12, \"2010\": 185.83, \"2011\": 181.48, \"2012\": 186.15, \"2013\": 201.35, \"2014\": 221.5, \"2015\": 248.04, \"2016\": 276.04, \"2017\": 303.48, \"2018\": 329.41, \"2019\": 343.53, \"2020\": 358.69, \"2021\": 413.03, \"2022\": 477.13, \"2023\": 480.72, \"2024\": 492.71, \"2025\": 496.96}}, \"spaghettios\": {\"emoji\": \"\\ud83e\\udd6b\", \"name\": \"SpaghettiOs (15oz)\", \"d\": {\"1965\": 0.15, \"1970\": 0.19, \"1975\": 0.29, \"1980\": 0.39, \"1985\": 0.49, \"1990\": 0.59, \"1995\": 0.69, \"2000\": 0.79, \"2005\": 0.89, \"2010\": 1.09, \"2015\": 1.19, \"2020\": 1.39, \"2025\": 1.69}}, \"campbells_soup\": {\"emoji\": \"\\ud83e\\udd6b\", \"name\": \"Campbell's Tomato Soup\", \"d\": {\"1960\": 0.1, \"1970\": 0.12, \"1980\": 0.25, \"1990\": 0.39, \"2000\": 0.59, \"2010\": 0.79, \"2020\": 0.99, \"2025\": 1.29}}, \"kraft_mac_cheese\": {\"emoji\": \"\\ud83e\\uddc0\", \"name\": \"Kraft Mac & Cheese Box\", \"d\": {\"1960\": 0.19, \"1970\": 0.25, \"1980\": 0.39, \"1990\": 0.59, \"2000\": 0.79, \"2010\": 1.09, \"2020\": 1.29, \"2025\": 1.79}}, \"hamburger_helper\": {\"emoji\": \"\\ud83c\\udf5d\", \"name\": \"Hamburger Helper\", \"d\": {\"1971\": 0.49, \"1980\": 0.69, \"1990\": 0.99, \"2000\": 1.49, \"2010\": 1.79, \"2020\": 2.29, \"2025\": 2.99}}, \"chef_boyardee\": {\"emoji\": \"\\ud83e\\udd6b\", \"name\": \"Chef Boyardee (15oz)\", \"d\": {\"1960\": 0.15, \"1970\": 0.19, \"1980\": 0.35, \"1990\": 0.49, \"2000\": 0.69, \"2010\": 0.99, \"2020\": 1.19, \"2025\": 1.49}}, \"velveeta_shells\": {\"emoji\": \"\\ud83e\\uddc0\", \"name\": \"Velveeta Shells & Cheese\", \"d\": {\"1990\": 1.49, \"2000\": 1.79, \"2010\": 2.29, \"2020\": 2.79, \"2025\": 3.49}}, \"tuna_can\": {\"emoji\": \"\\ud83d\\udc1f\", \"name\": \"Canned Tuna (5oz)\", \"d\": {\"1960\": 0.25, \"1970\": 0.35, \"1980\": 0.69, \"1990\": 0.79, \"2000\": 0.89, \"2010\": 1.09, \"2020\": 1.29, \"2025\": 1.69}}, \"jif_peanut_butter\": {\"emoji\": \"\\ud83e\\udd5c\", \"name\": \"Jif Peanut Butter (16oz)\", \"d\": {\"1960\": 0.39, \"1970\": 0.49, \"1980\": 1.09, \"1990\": 1.79, \"2000\": 2.29, \"2010\": 3.29, \"2020\": 3.99, \"2025\": 4.99}}, \"wonder_bread\": {\"emoji\": \"\\ud83c\\udf5e\", \"name\": \"Wonder Bread Loaf\", \"d\": {\"1960\": 0.2, \"1970\": 0.24, \"1980\": 0.55, \"1990\": 0.79, \"2000\": 1.09, \"2010\": 1.59, \"2020\": 1.99, \"2025\": 2.49}}, \"oscar_mayer_hotdogs\": {\"emoji\": \"\\ud83c\\udf2d\", \"name\": \"Oscar Mayer Hot Dogs (8pk)\", \"d\": {\"1960\": 0.45, \"1970\": 0.59, \"1980\": 1.29, \"1990\": 1.79, \"2000\": 2.49, \"2010\": 3.29, \"2020\": 3.99, \"2025\": 4.99}}, \"cool_ranch_doritos\": {\"emoji\": \"\\ud83c\\udf36\\ufe0f\", \"name\": \"Cool Ranch Doritos (9oz)\", \"d\": {\"1986\": 1.29, \"1990\": 1.49, \"1995\": 1.79, \"2000\": 1.99, \"2005\": 2.49, \"2010\": 2.99, \"2015\": 3.49, \"2020\": 3.99, \"2025\": 4.79}}, \"lays_chips\": {\"emoji\": \"\\ud83e\\udd54\", \"name\": \"Lay's Classic Chips (10oz)\", \"d\": {\"1960\": 0.29, \"1970\": 0.39, \"1980\": 0.79, \"1990\": 1.29, \"2000\": 1.99, \"2010\": 2.99, \"2020\": 3.49, \"2025\": 4.29}}, \"pop_tarts\": {\"emoji\": \"\\ud83e\\udd6e\", \"name\": \"Pop-Tarts (8ct Box)\", \"d\": {\"1964\": 0.45, \"1970\": 0.49, \"1980\": 0.89, \"1990\": 1.49, \"2000\": 1.99, \"2010\": 2.49, \"2020\": 2.99, \"2025\": 3.69}}, \"ramen_noodles\": {\"emoji\": \"\\ud83c\\udf5c\", \"name\": \"Top Ramen (Single Pack)\", \"d\": {\"1972\": 0.1, \"1980\": 0.15, \"1990\": 0.19, \"2000\": 0.25, \"2010\": 0.29, \"2020\": 0.39, \"2025\": 0.49}}, \"totinos_pizza\": {\"emoji\": \"\\ud83c\\udf55\", \"name\": \"Totino's Party Pizza\", \"d\": {\"1980\": 0.79, \"1990\": 0.99, \"2000\": 1.19, \"2010\": 1.39, \"2020\": 1.79, \"2025\": 2.29}}, \"toyota_corolla\": {\"emoji\": \"\\ud83d\\ude97\", \"name\": \"Toyota Corolla (Base MSRP)\", \"d\": {\"1968\": 1700, \"1975\": 2700, \"1985\": 5848, \"1995\": 11200, \"2005\": 13780, \"2015\": 17230, \"2025\": 22175}}, \"honda_accord\": {\"emoji\": \"\\ud83d\\ude97\", \"name\": \"Honda Accord (Base)\", \"d\": {\"1976\": 3995, \"1985\": 7845, \"1995\": 14350, \"2005\": 16100, \"2015\": 22700, \"2025\": 28100}}, \"nissan_altima\": {\"emoji\": \"\\ud83d\\ude97\", \"name\": \"Nissan Altima (Base)\", \"d\": {\"1993\": 13000, \"2000\": 15540, \"2010\": 20270, \"2020\": 24100, \"2025\": 26650}}, \"subaru_outback\": {\"emoji\": \"\\ud83d\\ude97\", \"name\": \"Subaru Outback (Base)\", \"d\": {\"1995\": 16695, \"2005\": 23295, \"2015\": 25195, \"2025\": 29895}}, \"chevy_silverado\": {\"emoji\": \"\\ud83d\\udefb\", \"name\": \"Chevy Silverado 1500 (Base)\", \"d\": {\"1999\": 16355, \"2005\": 19490, \"2015\": 27185, \"2025\": 38195}}, \"dodge_ram\": {\"emoji\": \"\\ud83d\\udefb\", \"name\": \"Ram 1500 (Base)\", \"d\": {\"1994\": 13800, \"2005\": 20000, \"2015\": 26250, \"2025\": 39150}}, \"bmw_3series\": {\"emoji\": \"\\ud83d\\ude97\", \"name\": \"BMW 3 Series (Base)\", \"d\": {\"1975\": 8200, \"1985\": 18300, \"1995\": 26800, \"2005\": 30600, \"2015\": 33400, \"2025\": 43900}}, \"mercedes_cclass\": {\"emoji\": \"\\ud83d\\ude97\", \"name\": \"Mercedes C-Class (Base)\", \"d\": {\"1994\": 31000, \"2005\": 29600, \"2015\": 39500, \"2025\": 46600}}, \"disney_world\": {\"emoji\": \"\\ud83c\\udff0\", \"name\": \"Disney World 1-Day\", \"d\": {\"1971\": 3.5, \"1980\": 8.0, \"1990\": 31.0, \"2000\": 46.0, \"2010\": 82.0, \"2020\": 115.0, \"2025\": 189.0}}, \"universal_studios\": {\"emoji\": \"\\ud83c\\udfa2\", \"name\": \"Universal Studios 1-Day\", \"d\": {\"1990\": 31.0, \"2000\": 46.0, \"2010\": 79.0, \"2020\": 115.0, \"2025\": 149.0}}, \"seaworld_ticket\": {\"emoji\": \"\\ud83d\\udc33\", \"name\": \"SeaWorld 1-Day\", \"d\": {\"1975\": 4.5, \"1985\": 15.0, \"1995\": 30.0, \"2005\": 60.0, \"2015\": 79.0, \"2025\": 109.99}}, \"cedar_point\": {\"emoji\": \"\\ud83c\\udfa2\", \"name\": \"Cedar Point 1-Day\", \"d\": {\"1970\": 5.0, \"1985\": 16.0, \"1995\": 28.0, \"2005\": 42.0, \"2015\": 62.0, \"2025\": 85.0}}, \"disney_annual_pass\": {\"emoji\": \"\\ud83c\\udff0\", \"name\": \"Disney Annual Pass\", \"d\": {\"1985\": 125, \"1995\": 199, \"2005\": 399, \"2015\": 749, \"2025\": 1449}}, \"movie_theater_soda\": {\"emoji\": \"\\ud83e\\udd64\", \"name\": \"Movie Theater Soda (Large)\", \"d\": {\"1970\": 0.35, \"1980\": 0.75, \"1990\": 1.5, \"2000\": 3.0, \"2010\": 4.5, \"2020\": 6.0, \"2025\": 7.5}}, \"bowling_game\": {\"emoji\": \"\\ud83c\\udfb3\", \"name\": \"Bowling (Per Game)\", \"d\": {\"1960\": 0.5, \"1970\": 0.75, \"1980\": 1.5, \"1990\": 2.5, \"2000\": 3.5, \"2010\": 4.5, \"2020\": 5.5, \"2025\": 7.0}}, \"mini_golf\": {\"emoji\": \"\\u26f3\", \"name\": \"Mini Golf (18 Holes)\", \"d\": {\"1970\": 2.0, \"1980\": 3.5, \"1990\": 5.0, \"2000\": 7.0, \"2010\": 9.0, \"2020\": 11.0, \"2025\": 14.0}}, \"laser_tag\": {\"emoji\": \"\\ud83d\\udd2b\", \"name\": \"Laser Tag (Per Game)\", \"d\": {\"1990\": 5.0, \"2000\": 7.0, \"2010\": 8.0, \"2020\": 10.0, \"2025\": 12.0}}, \"escape_room\": {\"emoji\": \"\\ud83d\\udd10\", \"name\": \"Escape Room (Per Person)\", \"d\": {\"2015\": 25, \"2020\": 30, \"2025\": 38}}, \"comedy_club\": {\"emoji\": \"\\ud83c\\udfa4\", \"name\": \"Comedy Club Cover\", \"d\": {\"1970\": 5, \"1980\": 8, \"1990\": 12, \"2000\": 15, \"2010\": 20, \"2020\": 25, \"2025\": 30}}, \"kindle\": {\"emoji\": \"\\ud83d\\udcd6\", \"name\": \"Amazon Kindle (Base)\", \"d\": {\"2007\": 399, \"2010\": 139, \"2015\": 79, \"2020\": 89, \"2025\": 109}}, \"ipad\": {\"emoji\": \"\\ud83d\\udcf1\", \"name\": \"iPad (Base Model)\", \"d\": {\"2010\": 499, \"2015\": 329, \"2020\": 329, \"2025\": 349}}, \"airpods\": {\"emoji\": \"\\ud83c\\udfa7\", \"name\": \"AirPods (Base)\", \"d\": {\"2016\": 159, \"2020\": 159, \"2025\": 129}}, \"fitbit\": {\"emoji\": \"\\u231a\", \"name\": \"Fitbit (Basic Model)\", \"d\": {\"2010\": 99, \"2015\": 99, \"2020\": 99, \"2025\": 99}}, \"gopro\": {\"emoji\": \"\\ud83d\\udcf7\", \"name\": \"GoPro Hero (Base)\", \"d\": {\"2010\": 299, \"2015\": 399, \"2020\": 349, \"2025\": 249}}, \"ring_doorbell\": {\"emoji\": \"\\ud83d\\udd14\", \"name\": \"Ring Video Doorbell\", \"d\": {\"2015\": 199, \"2020\": 99, \"2025\": 99}}, \"monopoly_board\": {\"emoji\": \"\\ud83c\\udfa9\", \"name\": \"Monopoly Board Game\", \"d\": {\"1960\": 4.0, \"1970\": 5.0, \"1980\": 10.0, \"1990\": 15.0, \"2000\": 20.0, \"2010\": 25.0, \"2020\": 30.0, \"2025\": 35.0}}, \"nerf_gun_full\": {\"emoji\": \"\\ud83d\\udd2b\", \"name\": \"Nerf Elite Blaster\", \"d\": {\"1995\": 14.99, \"2000\": 19.99, \"2010\": 24.99, \"2020\": 29.99, \"2025\": 39.99}}, \"ltt_car_track\": {\"emoji\": \"\\ud83c\\udfce\\ufe0f\", \"name\": \"Hot Wheels Track Set\", \"d\": {\"1970\": 5.99, \"1980\": 12.99, \"1990\": 19.99, \"2000\": 24.99, \"2010\": 29.99, \"2020\": 39.99, \"2025\": 49.99}}, \"easy_bake_oven\": {\"emoji\": \"\\ud83e\\uddc1\", \"name\": \"Easy-Bake Oven\", \"d\": {\"1963\": 15.95, \"1975\": 16.95, \"1985\": 24.99, \"1995\": 29.99, \"2005\": 29.99, \"2015\": 39.99, \"2025\": 49.99}}, \"frisbee\": {\"emoji\": \"\\ud83e\\udd4f\", \"name\": \"Frisbee (Wham-O)\", \"d\": {\"1960\": 0.79, \"1970\": 1.29, \"1980\": 2.99, \"1990\": 4.99, \"2000\": 6.99, \"2010\": 9.99, \"2020\": 12.99, \"2025\": 14.99}}, \"slinky\": {\"emoji\": \"\\ud83c\\udf00\", \"name\": \"Slinky (Original)\", \"d\": {\"1960\": 1.0, \"1970\": 1.5, \"1980\": 2.5, \"1990\": 3.5, \"2000\": 4.5, \"2010\": 5.5, \"2020\": 6.99, \"2025\": 8.99}}, \"lax_jfk_flight\": {\"emoji\": \"\\u2708\\ufe0f\", \"name\": \"LAX\\u2192JFK Round Trip\", \"d\": {\"1960\": 125, \"1970\": 145, \"1978\": 250, \"1985\": 350, \"1990\": 425, \"1995\": 375, \"2000\": 340, \"2005\": 380, \"2010\": 420, \"2015\": 450, \"2020\": 320, \"2025\": 395}}, \"lax_hawaii\": {\"emoji\": \"\\ud83c\\udfdd\\ufe0f\", \"name\": \"LAX\\u2192Honolulu RT\", \"d\": {\"1970\": 200, \"1980\": 350, \"1990\": 500, \"2000\": 450, \"2010\": 550, \"2020\": 480, \"2025\": 620}}, \"nyc_london\": {\"emoji\": \"\\ud83c\\udf0d\", \"name\": \"NYC\\u2192London RT\", \"d\": {\"1960\": 450, \"1970\": 550, \"1980\": 800, \"1990\": 900, \"2000\": 700, \"2010\": 850, \"2020\": 700, \"2025\": 980}}, \"hotel_room\": {\"emoji\": \"\\ud83c\\udfe8\", \"name\": \"Hotel Room (US Avg\/Night)\", \"d\": {\"1960\": 10, \"1970\": 18, \"1980\": 40, \"1990\": 65, \"2000\": 85, \"2010\": 100, \"2020\": 125, \"2025\": 160}}, \"taxi_ride\": {\"emoji\": \"\\ud83d\\ude95\", \"name\": \"Taxi (2-Mile City Ride)\", \"d\": {\"1960\": 0.5, \"1970\": 0.75, \"1980\": 2.0, \"1990\": 4.0, \"2000\": 6.0, \"2010\": 8.0, \"2020\": 10.0, \"2025\": 14.0}}, \"uber_x\": {\"emoji\": \"\\ud83d\\ude97\", \"name\": \"UberX (5-Mile Ride)\", \"d\": {\"2012\": 15, \"2015\": 14, \"2020\": 18, \"2025\": 25}}, \"view_master\": {\"emoji\": \"\\ud83d\\udd34\", \"name\": \"View-Master\", \"d\": {\"1960\": 2.0, \"1970\": 3.0, \"1980\": 6.0, \"1990\": 8.0, \"2000\": 10.0, \"2010\": 15.0, \"2020\": 20.0, \"2025\": 24.99}}, \"etch_a_sketch\": {\"emoji\": \"\\ud83d\\uddbc\\ufe0f\", \"name\": \"Etch A Sketch\", \"d\": {\"1960\": 2.99, \"1970\": 3.99, \"1980\": 8.99, \"1990\": 12.99, \"2000\": 14.99, \"2010\": 17.99, \"2020\": 19.99, \"2025\": 24.99}}, \"lite_brite\": {\"emoji\": \"\\ud83d\\udca1\", \"name\": \"Lite-Brite\", \"d\": {\"1967\": 7.5, \"1975\": 9.99, \"1985\": 14.99, \"1995\": 19.99, \"2005\": 19.99, \"2015\": 24.99, \"2025\": 29.99}}, \"sit_n_spin\": {\"emoji\": \"\\ud83c\\udf00\", \"name\": \"Sit 'n Spin\", \"d\": {\"1974\": 12.99, \"1985\": 14.99, \"1995\": 19.99, \"2005\": 24.99, \"2015\": 29.99, \"2025\": 34.99}}, \"big_wheel\": {\"emoji\": \"\\ud83d\\udede\", \"name\": \"Big Wheel Trike\", \"d\": {\"1969\": 12.0, \"1975\": 14.99, \"1985\": 19.99, \"1995\": 29.99, \"2005\": 39.99, \"2015\": 49.99, \"2025\": 59.99}}, \"tonka_truck\": {\"emoji\": \"\\ud83d\\ude9b\", \"name\": \"Tonka Dump Truck\", \"d\": {\"1960\": 2.99, \"1970\": 4.99, \"1980\": 12.99, \"1990\": 19.99, \"2000\": 24.99, \"2010\": 29.99, \"2020\": 34.99, \"2025\": 39.99}}, \"stretch_armstrong\": {\"emoji\": \"\\ud83d\\udcaa\", \"name\": \"Stretch Armstrong\", \"d\": {\"1976\": 11.99, \"1990\": 14.99, \"2000\": 19.99, \"2010\": 24.99, \"2020\": 29.99, \"2025\": 34.99}}, \"teddy_ruxpin\": {\"emoji\": \"\\ud83e\\uddf8\", \"name\": \"Teddy Ruxpin\", \"d\": {\"1985\": 69.99, \"1990\": 49.99, \"2000\": 39.99, \"2010\": 59.99, \"2025\": 79.99}}, \"gi_joe_figure\": {\"emoji\": \"\\ud83e\\ude96\", \"name\": \"G.I. Joe Action Figure\", \"d\": {\"1964\": 4.0, \"1970\": 4.99, \"1982\": 2.99, \"1990\": 3.99, \"2000\": 5.99, \"2010\": 7.99, \"2020\": 9.99, \"2025\": 12.99}}, \"he_man_figure\": {\"emoji\": \"\\u2694\\ufe0f\", \"name\": \"He-Man Action Figure\", \"d\": {\"1982\": 3.99, \"1987\": 4.99, \"2000\": 9.99, \"2010\": 12.99, \"2020\": 14.99, \"2025\": 19.99}}, \"tmnt_figure\": {\"emoji\": \"\\ud83d\\udc22\", \"name\": \"Ninja Turtle Figure\", \"d\": {\"1988\": 3.99, \"1995\": 4.99, \"2005\": 6.99, \"2015\": 8.99, \"2025\": 12.99}}, \"power_rangers_figure\": {\"emoji\": \"\\u26a1\", \"name\": \"Power Ranger Figure\", \"d\": {\"1993\": 4.99, \"2000\": 5.99, \"2010\": 7.99, \"2020\": 9.99, \"2025\": 12.99}}, \"beyblade\": {\"emoji\": \"\\ud83c\\udf00\", \"name\": \"Beyblade Top\", \"d\": {\"2000\": 6.99, \"2005\": 7.99, \"2010\": 9.99, \"2015\": 12.99, \"2020\": 14.99, \"2025\": 19.99}}, \"silly_putty\": {\"emoji\": \"\\ud83e\\udd5a\", \"name\": \"Silly Putty Egg\", \"d\": {\"1960\": 1.0, \"1970\": 1.29, \"1980\": 1.99, \"1990\": 2.49, \"2000\": 2.99, \"2010\": 3.49, \"2020\": 3.99, \"2025\": 4.99}}, \"tinker_toys\": {\"emoji\": \"\\ud83d\\udd29\", \"name\": \"Tinker Toys Set\", \"d\": {\"1960\": 3.0, \"1970\": 4.5, \"1980\": 9.99, \"1990\": 14.99, \"2000\": 19.99, \"2010\": 24.99, \"2020\": 29.99, \"2025\": 34.99}}, \"cracker_jack\": {\"emoji\": \"\\ud83e\\udd5c\", \"name\": \"Cracker Jack Box\", \"d\": {\"1960\": 0.1, \"1970\": 0.15, \"1980\": 0.35, \"1990\": 0.59, \"2000\": 0.79, \"2010\": 1.29, \"2020\": 1.99, \"2025\": 2.49}}, \"bazooka_gum\": {\"emoji\": \"\\ud83d\\udca5\", \"name\": \"Bazooka Bubble Gum\", \"d\": {\"1960\": 0.01, \"1970\": 0.02, \"1980\": 0.05, \"1990\": 0.1, \"2000\": 0.15, \"2010\": 0.25, \"2020\": 0.39, \"2025\": 0.5}}, \"jello_pack\": {\"emoji\": \"\\ud83c\\udf6e\", \"name\": \"Jell-O Box\", \"d\": {\"1960\": 0.1, \"1970\": 0.12, \"1980\": 0.29, \"1990\": 0.45, \"2000\": 0.69, \"2010\": 0.99, \"2020\": 1.29, \"2025\": 1.69}}, \"kool_aid_pack\": {\"emoji\": \"\\ud83c\\udf79\", \"name\": \"Kool-Aid Packet\", \"d\": {\"1960\": 0.05, \"1970\": 0.08, \"1980\": 0.15, \"1990\": 0.2, \"2000\": 0.25, \"2010\": 0.29, \"2020\": 0.39, \"2025\": 0.49}}, \"lunchables\": {\"emoji\": \"\\ud83c\\udf71\", \"name\": \"Lunchables (Turkey & Cheddar)\", \"d\": {\"1988\": 1.99, \"1995\": 2.29, \"2005\": 2.79, \"2015\": 3.29, \"2025\": 3.99}}, \"gogurt\": {\"emoji\": \"\\ud83e\\udd5b\", \"name\": \"Go-Gurt (8pk)\", \"d\": {\"1998\": 1.99, \"2005\": 2.49, \"2015\": 2.99, \"2025\": 3.99}}, \"dunkaroos\": {\"emoji\": \"\\ud83e\\udd98\", \"name\": \"Dunkaroos\", \"d\": {\"1990\": 1.49, \"1995\": 1.79, \"2000\": 1.99, \"2005\": 2.29, \"2020\": 2.99, \"2025\": 3.49}}, \"fruit_rollup\": {\"emoji\": \"\\ud83c\\udf53\", \"name\": \"Fruit Roll-Up (Box)\", \"d\": {\"1983\": 1.29, \"1990\": 1.49, \"2000\": 1.99, \"2010\": 2.49, \"2020\": 2.99, \"2025\": 3.69}}, \"gushers\": {\"emoji\": \"\\ud83c\\udf47\", \"name\": \"Fruit Gushers (Box)\", \"d\": {\"1991\": 1.49, \"2000\": 1.99, \"2010\": 2.49, \"2020\": 2.99, \"2025\": 3.69}}, \"goldfish_crackers\": {\"emoji\": \"\\ud83d\\udc20\", \"name\": \"Goldfish Crackers (Carton)\", \"d\": {\"1962\": 0.29, \"1970\": 0.35, \"1980\": 0.69, \"1990\": 1.29, \"2000\": 1.79, \"2010\": 2.49, \"2020\": 2.99, \"2025\": 3.79}}, \"ritz_crackers\": {\"emoji\": \"\\ud83d\\udd34\", \"name\": \"Ritz Crackers Box\", \"d\": {\"1960\": 0.29, \"1970\": 0.39, \"1980\": 0.79, \"1990\": 1.49, \"2000\": 1.99, \"2010\": 2.99, \"2020\": 3.49, \"2025\": 4.29}}, \"vienna_sausages\": {\"emoji\": \"\\ud83e\\udd6b\", \"name\": \"Vienna Sausages Can\", \"d\": {\"1960\": 0.19, \"1970\": 0.25, \"1980\": 0.39, \"1990\": 0.49, \"2000\": 0.59, \"2010\": 0.79, \"2020\": 0.99, \"2025\": 1.29}}, \"slim_jim\": {\"emoji\": \"\\ud83e\\udd69\", \"name\": \"Slim Jim Stick\", \"d\": {\"1960\": 0.1, \"1970\": 0.15, \"1980\": 0.25, \"1990\": 0.39, \"2000\": 0.5, \"2010\": 0.69, \"2020\": 0.99, \"2025\": 1.49}}, \"hostess_cupcake\": {\"emoji\": \"\\ud83e\\uddc1\", \"name\": \"Hostess CupCake (2pk)\", \"d\": {\"1960\": 0.12, \"1970\": 0.15, \"1980\": 0.35, \"1990\": 0.59, \"2000\": 0.89, \"2010\": 1.29, \"2020\": 1.79, \"2025\": 2.29}}, \"ho_ho\": {\"emoji\": \"\\ud83c\\udf70\", \"name\": \"Ho Ho (3pk)\", \"d\": {\"1960\": 0.15, \"1970\": 0.19, \"1980\": 0.39, \"1990\": 0.69, \"2000\": 0.99, \"2010\": 1.49, \"2020\": 1.99, \"2025\": 2.49}}, \"devil_dog\": {\"emoji\": \"\\ud83c\\udf70\", \"name\": \"Drake's Devil Dog\", \"d\": {\"1960\": 0.1, \"1970\": 0.15, \"1980\": 0.35, \"1990\": 0.59, \"2000\": 0.79, \"2010\": 1.09, \"2020\": 1.49, \"2025\": 1.99}}, \"mcnuggets_10pc\": {\"emoji\": \"\\ud83c\\udf57\", \"name\": \"McNuggets (10pc)\", \"d\": {\"1983\": 2.49, \"1990\": 2.99, \"2000\": 3.49, \"2010\": 4.49, \"2020\": 4.99, \"2025\": 6.49}}, \"filet_o_fish\": {\"emoji\": \"\\ud83d\\udc1f\", \"name\": \"Filet-O-Fish\", \"d\": {\"1965\": 0.29, \"1975\": 0.59, \"1985\": 1.39, \"1995\": 1.89, \"2005\": 2.39, \"2015\": 3.79, \"2025\": 5.29}}, \"dairy_queen_blizzard\": {\"emoji\": \"\\ud83c\\udf66\", \"name\": \"DQ Blizzard (Medium)\", \"d\": {\"1985\": 1.49, \"1995\": 2.29, \"2005\": 3.29, \"2015\": 3.99, \"2025\": 5.49}}, \"sonic_cherry_limeade\": {\"emoji\": \"\\ud83c\\udf52\", \"name\": \"Sonic Cherry Limeade (Large)\", \"d\": {\"1990\": 1.29, \"2000\": 1.69, \"2010\": 2.19, \"2020\": 2.69, \"2025\": 3.49}}, \"kfc_famous_bowl\": {\"emoji\": \"\\ud83e\\udd63\", \"name\": \"KFC Famous Bowl\", \"d\": {\"2006\": 3.99, \"2015\": 5.0, \"2025\": 6.99}}, \"taco_bell_12pack\": {\"emoji\": \"\\ud83c\\udf2e\", \"name\": \"Taco Bell 12-Pack Tacos\", \"d\": {\"2000\": 10.99, \"2010\": 12.99, \"2020\": 15.99, \"2025\": 19.99}}, \"olive_garden_endless\": {\"emoji\": \"\\ud83c\\udf5d\", \"name\": \"Olive Garden Endless Pasta\", \"d\": {\"1995\": 6.95, \"2005\": 8.95, \"2015\": 9.99, \"2025\": 13.99}}, \"cheesecake_factory\": {\"emoji\": \"\\ud83c\\udf70\", \"name\": \"Cheesecake Factory Slice\", \"d\": {\"1995\": 4.95, \"2005\": 6.95, \"2015\": 7.95, \"2025\": 10.95}}, \"applebees_2for20\": {\"emoji\": \"\\ud83c\\udf4e\", \"name\": \"Applebee's 2 for $20\", \"d\": {\"2010\": 20.0, \"2015\": 22.0, \"2020\": 25.0, \"2025\": 29.99}}, \"beer_bar\": {\"emoji\": \"\\ud83c\\udf7a\", \"name\": \"Beer at a Bar (Domestic)\", \"d\": {\"1960\": 0.25, \"1970\": 0.5, \"1980\": 1.0, \"1990\": 2.0, \"2000\": 3.0, \"2010\": 4.0, \"2020\": 5.0, \"2025\": 6.5}}, \"jack_daniels_bottle\": {\"emoji\": \"\\ud83e\\udd43\", \"name\": \"Jack Daniel's (750ml)\", \"d\": {\"1960\": 4.99, \"1970\": 5.99, \"1980\": 9.99, \"1990\": 13.99, \"2000\": 17.99, \"2010\": 22.99, \"2020\": 25.99, \"2025\": 29.99}}, \"budweiser_6pk\": {\"emoji\": \"\\ud83c\\udf7a\", \"name\": \"Budweiser 6-Pack\", \"d\": {\"1960\": 1.5, \"1970\": 1.75, \"1980\": 3.29, \"1990\": 4.49, \"2000\": 5.49, \"2010\": 7.49, \"2020\": 8.49, \"2025\": 10.49}}, \"bottle_wine\": {\"emoji\": \"\\ud83c\\udf77\", \"name\": \"Wine Bottle (Mid-Range)\", \"d\": {\"1960\": 2.0, \"1970\": 3.0, \"1980\": 6.0, \"1990\": 9.0, \"2000\": 12.0, \"2010\": 15.0, \"2020\": 18.0, \"2025\": 22.0}}, \"walkman\": {\"emoji\": \"\\ud83c\\udfa7\", \"name\": \"Sony Walkman\", \"d\": {\"1979\": 200, \"1985\": 80, \"1990\": 40, \"1995\": 30, \"2000\": 25}}, \"discman\": {\"emoji\": \"\\ud83d\\udcbf\", \"name\": \"Sony Discman\", \"d\": {\"1984\": 300, \"1990\": 150, \"1995\": 80, \"2000\": 50, \"2005\": 40}}, \"ipod_classic\": {\"emoji\": \"\\ud83c\\udfb5\", \"name\": \"iPod Classic (160GB)\", \"d\": {\"2001\": 399, \"2005\": 299, \"2010\": 249, \"2014\": 249}}, \"zune\": {\"emoji\": \"\\ud83c\\udfb5\", \"name\": \"Microsoft Zune\", \"d\": {\"2006\": 249, \"2010\": 199, \"2012\": 149}}, \"palm_pilot\": {\"emoji\": \"\\ud83d\\udcf1\", \"name\": \"PalmPilot\", \"d\": {\"1996\": 299, \"2000\": 199, \"2005\": 99}}, \"blackberry\": {\"emoji\": \"\\ud83d\\udcf1\", \"name\": \"BlackBerry (Flagship)\", \"d\": {\"2005\": 399, \"2010\": 499, \"2015\": 299, \"2020\": 99}}, \"pager\": {\"emoji\": \"\\ud83d\\udcdf\", \"name\": \"Pager\/Beeper\", \"d\": {\"1990\": 49.99, \"1995\": 29.99, \"2000\": 19.99, \"2005\": 9.99}}, \"ti83_calculator\": {\"emoji\": \"\\ud83d\\udd22\", \"name\": \"TI-83 Calculator\", \"d\": {\"1996\": 99.99, \"2000\": 109.99, \"2010\": 109.99, \"2020\": 119.99, \"2025\": 129.99}}, \"gps_unit\": {\"emoji\": \"\\ud83d\\uddfa\\ufe0f\", \"name\": \"Garmin GPS Unit\", \"d\": {\"2005\": 500, \"2010\": 200, \"2015\": 150, \"2020\": 120, \"2025\": 99}}, \"tomagotchi_connect\": {\"emoji\": \"\\ud83d\\udc23\", \"name\": \"Tamagotchi Connection\", \"d\": {\"2004\": 14.99, \"2010\": 19.99, \"2020\": 24.99, \"2025\": 29.99}}, \"sofa\": {\"emoji\": \"\\ud83d\\udecb\\ufe0f\", \"name\": \"Sofa (Mid-Range)\", \"d\": {\"1960\": 200, \"1970\": 300, \"1980\": 500, \"1990\": 700, \"2000\": 900, \"2010\": 1100, \"2020\": 1400, \"2025\": 1800}}, \"mattress_queen\": {\"emoji\": \"\\ud83d\\udecf\\ufe0f\", \"name\": \"Queen Mattress\", \"d\": {\"1960\": 79, \"1970\": 120, \"1980\": 250, \"1990\": 400, \"2000\": 600, \"2010\": 800, \"2020\": 1000, \"2025\": 1400}}, \"dining_table\": {\"emoji\": \"\\ud83c\\udf7d\\ufe0f\", \"name\": \"Dining Table Set (6-Seat)\", \"d\": {\"1960\": 150, \"1970\": 250, \"1980\": 500, \"1990\": 800, \"2000\": 1200, \"2010\": 1600, \"2020\": 2000, \"2025\": 2800}}, \"lawn_mower\": {\"emoji\": \"\\ud83e\\udeb4\", \"name\": \"Push Lawn Mower\", \"d\": {\"1960\": 50, \"1970\": 80, \"1980\": 150, \"1990\": 200, \"2000\": 250, \"2010\": 300, \"2020\": 350, \"2025\": 450}}, \"drill\": {\"emoji\": \"\\ud83d\\udd27\", \"name\": \"Cordless Drill\", \"d\": {\"1980\": 80, \"1990\": 60, \"2000\": 70, \"2010\": 80, \"2020\": 100, \"2025\": 130}}, \"paint_gallon\": {\"emoji\": \"\\ud83c\\udfa8\", \"name\": \"Gallon of Paint (Interior)\", \"d\": {\"1960\": 5.0, \"1970\": 7.0, \"1980\": 12.0, \"1990\": 16.0, \"2000\": 22.0, \"2010\": 30.0, \"2020\": 38.0, \"2025\": 48.0}}, \"hammer\": {\"emoji\": \"\\ud83d\\udd28\", \"name\": \"Claw Hammer\", \"d\": {\"1960\": 2.5, \"1970\": 3.5, \"1980\": 7.0, \"1990\": 10.0, \"2000\": 12.0, \"2010\": 15.0, \"2020\": 18.0, \"2025\": 22.0}}, \"lightbulb_led\": {\"emoji\": \"\\ud83d\\udca1\", \"name\": \"LED Bulb (60W Equivalent)\", \"d\": {\"2010\": 25.0, \"2015\": 8.0, \"2020\": 4.0, \"2025\": 3.5}}, \"babysitter_hr\": {\"emoji\": \"\\ud83d\\udc76\", \"name\": \"Babysitter (Per Hour)\", \"d\": {\"1960\": 0.5, \"1970\": 1.0, \"1980\": 2.0, \"1990\": 3.5, \"2000\": 5.0, \"2010\": 10.0, \"2020\": 15.0, \"2025\": 20.0}}, \"car_wash\": {\"emoji\": \"\\ud83e\\uddfd\", \"name\": \"Car Wash (Basic)\", \"d\": {\"1960\": 1.0, \"1970\": 2.0, \"1980\": 4.0, \"1990\": 6.0, \"2000\": 8.0, \"2010\": 10.0, \"2020\": 12.0, \"2025\": 15.0}}, \"dry_cleaning_shirt\": {\"emoji\": \"\\ud83d\\udc54\", \"name\": \"Dry Cleaning (Dress Shirt)\", \"d\": {\"1960\": 0.5, \"1970\": 0.75, \"1980\": 1.5, \"1990\": 2.5, \"2000\": 3.0, \"2010\": 4.0, \"2020\": 5.5, \"2025\": 7.0}}, \"house_cleaning_hr\": {\"emoji\": \"\\ud83e\\uddf9\", \"name\": \"House Cleaning (Per Hour)\", \"d\": {\"1970\": 5, \"1980\": 10, \"1990\": 15, \"2000\": 20, \"2010\": 25, \"2020\": 35, \"2025\": 45}}, \"lawn_service\": {\"emoji\": \"\\ud83c\\udf3f\", \"name\": \"Lawn Service (Per Visit)\", \"d\": {\"1970\": 10, \"1980\": 20, \"1990\": 30, \"2000\": 35, \"2010\": 45, \"2020\": 55, \"2025\": 65}}, \"personal_trainer\": {\"emoji\": \"\\ud83d\\udcaa\", \"name\": \"Personal Trainer (Hourly)\", \"d\": {\"1990\": 30, \"2000\": 50, \"2010\": 65, \"2020\": 75, \"2025\": 90}}, \"dog_walker\": {\"emoji\": \"\\ud83d\\udc15\", \"name\": \"Dog Walker (30min Walk)\", \"d\": {\"2000\": 10, \"2010\": 15, \"2020\": 20, \"2025\": 28}}, \"photographer_wedding\": {\"emoji\": \"\\ud83d\\udcf8\", \"name\": \"Wedding Photographer\", \"d\": {\"1970\": 500, \"1980\": 1000, \"1990\": 2000, \"2000\": 3000, \"2010\": 3500, \"2020\": 4000, \"2025\": 5500}}, \"tutor_hr\": {\"emoji\": \"\\ud83d\\udcda\", \"name\": \"Private Tutor (Per Hour)\", \"d\": {\"1980\": 10, \"1990\": 20, \"2000\": 30, \"2010\": 45, \"2020\": 55, \"2025\": 70}}, \"dinner_date\": {\"emoji\": \"\\ud83d\\udc95\", \"name\": \"Dinner Date (2 Entr\\u00e9es + Wine)\", \"d\": {\"1960\": 10, \"1970\": 20, \"1980\": 35, \"1990\": 50, \"2000\": 65, \"2010\": 80, \"2020\": 100, \"2025\": 130}}, \"roses_dozen\": {\"emoji\": \"\\ud83d\\udc90\", \"name\": \"Dozen Red Roses\", \"d\": {\"1960\": 2.0, \"1970\": 5.0, \"1980\": 15.0, \"1990\": 25.0, \"2000\": 35.0, \"2010\": 45.0, \"2020\": 55.0, \"2025\": 70.0}}, \"engagement_ring\": {\"emoji\": \"\\ud83d\\udc8d\", \"name\": \"Engagement Ring (1ct Diamond)\", \"d\": {\"1960\": 500, \"1970\": 1000, \"1980\": 3000, \"1990\": 5000, \"2000\": 5000, \"2010\": 7000, \"2020\": 8000, \"2025\": 9500}}, \"movie_date_2\": {\"emoji\": \"\\ud83c\\udfac\", \"name\": \"Movie Date (2 Tickets + Popcorn)\", \"d\": {\"1960\": 2.0, \"1970\": 5.0, \"1980\": 10.0, \"1990\": 15.0, \"2000\": 22.0, \"2010\": 30.0, \"2020\": 35.0, \"2025\": 45.0}}, \"long_distance_call\": {\"emoji\": \"\\ud83d\\udcde\", \"name\": \"Long Distance Call (NYC\\u2192LA, 1min)\", \"d\": {\"1960\": 1.5, \"1970\": 0.7, \"1980\": 0.4, \"1990\": 0.25, \"2000\": 0.1, \"2010\": 0.05, \"2020\": 0.0, \"2025\": 0.0}}, \"cell_phone_plan\": {\"emoji\": \"\\ud83d\\udcf1\", \"name\": \"Cell Phone Plan (Unlimited)\", \"d\": {\"1990\": 100, \"2000\": 50, \"2010\": 70, \"2020\": 70, \"2025\": 75}}, \"cell_phone_basic\": {\"emoji\": \"\\ud83d\\udcf1\", \"name\": \"Basic Cell Phone (Flip)\", \"d\": {\"1995\": 200, \"2000\": 100, \"2005\": 50, \"2010\": 30, \"2020\": 25, \"2025\": 30}}, \"internet_monthly\": {\"emoji\": \"\\ud83c\\udf10\", \"name\": \"Home Internet (Monthly)\", \"d\": {\"1995\": 30, \"2000\": 40, \"2005\": 45, \"2010\": 50, \"2020\": 65, \"2025\": 75}}, \"aol_subscription\": {\"emoji\": \"\\ud83d\\udcbb\", \"name\": \"AOL Monthly Subscription\", \"d\": {\"1995\": 19.95, \"2000\": 21.95, \"2005\": 14.95, \"2010\": 11.99}}, \"newspaper_daily\": {\"emoji\": \"\\ud83d\\udcf0\", \"name\": \"Daily Newspaper\", \"d\": {\"1960\": 0.05, \"1970\": 0.15, \"1980\": 0.25, \"1990\": 0.35, \"2000\": 0.5, \"2010\": 1.0, \"2020\": 2.0, \"2025\": 3.0}}, \"woodstock_ticket\": {\"emoji\": \"\\u262e\\ufe0f\", \"name\": \"Woodstock Ticket (3-Day)\", \"d\": {\"1969\": 18.0}}, \"live_aid_ticket\": {\"emoji\": \"\\ud83c\\udfb8\", \"name\": \"Live Aid Ticket\", \"d\": {\"1985\": 35.0}}, \"superbowl_1_ticket\": {\"emoji\": \"\\ud83c\\udfc8\", \"name\": \"Super Bowl I Ticket\", \"d\": {\"1967\": 12.0}}, \"masters_badge\": {\"emoji\": \"\\u26f3\", \"name\": \"Masters Tournament Badge (Week)\", \"d\": {\"1960\": 10, \"1980\": 50, \"2000\": 200, \"2020\": 375, \"2025\": 500}}, \"wimbledon_final\": {\"emoji\": \"\\ud83c\\udfbe\", \"name\": \"Wimbledon Men's Final\", \"d\": {\"1970\": 5, \"1990\": 30, \"2000\": 60, \"2020\": 240, \"2025\": 300}}, \"kentucky_derby\": {\"emoji\": \"\\ud83d\\udc0e\", \"name\": \"Kentucky Derby Grandstand\", \"d\": {\"1970\": 10, \"1990\": 40, \"2000\": 75, \"2020\": 130, \"2025\": 180}}, \"world_series_ticket\": {\"emoji\": \"\\u26be\", \"name\": \"World Series Ticket (Avg)\", \"d\": {\"1960\": 7, \"1980\": 30, \"2000\": 150, \"2020\": 400, \"2025\": 550}}, \"goldfish\": {\"emoji\": \"\\ud83d\\udc20\", \"name\": \"Goldfish (Pet Store)\", \"d\": {\"1960\": 0.25, \"1970\": 0.35, \"1980\": 0.69, \"1990\": 0.99, \"2000\": 1.49, \"2010\": 2.49, \"2020\": 2.99, \"2025\": 3.99}}, \"hamster\": {\"emoji\": \"\\ud83d\\udc39\", \"name\": \"Hamster + Cage Setup\", \"d\": {\"1970\": 10, \"1980\": 25, \"1990\": 35, \"2000\": 50, \"2010\": 65, \"2020\": 80, \"2025\": 95}}, \"parakeet\": {\"emoji\": \"\\ud83d\\udc26\", \"name\": \"Parakeet + Cage\", \"d\": {\"1960\": 15, \"1970\": 22, \"1980\": 45, \"1990\": 65, \"2000\": 85, \"2010\": 110, \"2020\": 130, \"2025\": 160}}, \"dog_adoption_fee\": {\"emoji\": \"\\ud83d\\udc15\", \"name\": \"Dog Adoption Fee (Shelter)\", \"d\": {\"1970\": 10, \"1980\": 25, \"1990\": 50, \"2000\": 100, \"2010\": 200, \"2020\": 350, \"2025\": 450}}, \"trapper_keeper\": {\"emoji\": \"\\ud83d\\udcd3\", \"name\": \"Trapper Keeper\", \"d\": {\"1978\": 4.85, \"1985\": 5.99, \"1995\": 7.99, \"2005\": 9.99, \"2015\": 12.99, \"2025\": 16.99}}, \"backpack_jansport\": {\"emoji\": \"\\ud83c\\udf92\", \"name\": \"JanSport Backpack\", \"d\": {\"1970\": 12, \"1980\": 20, \"1990\": 30, \"2000\": 35, \"2010\": 40, \"2020\": 50, \"2025\": 60}}, \"crayola_24pk\": {\"emoji\": \"\\ud83d\\udd8d\\ufe0f\", \"name\": \"Crayola Crayons (24pk)\", \"d\": {\"1960\": 0.5, \"1970\": 0.69, \"1980\": 1.29, \"1990\": 1.99, \"2000\": 2.49, \"2010\": 3.49, \"2020\": 3.99, \"2025\": 4.99}}, \"college_textbook\": {\"emoji\": \"\\ud83d\\udcd6\", \"name\": \"College Textbook (New)\", \"d\": {\"1960\": 15, \"1970\": 25, \"1980\": 40, \"1990\": 60, \"2000\": 100, \"2010\": 180, \"2020\": 230, \"2025\": 280}}, \"spiral_notebook\": {\"emoji\": \"\\ud83d\\udcd2\", \"name\": \"Spiral Notebook (College Ruled)\", \"d\": {\"1960\": 0.25, \"1970\": 0.39, \"1980\": 0.79, \"1990\": 1.29, \"2000\": 1.99, \"2010\": 2.49, \"2020\": 2.99, \"2025\": 3.99}}, \"no2_pencil\": {\"emoji\": \"\\u270f\\ufe0f\", \"name\": \"No. 2 Pencil (12pk)\", \"d\": {\"1960\": 0.5, \"1970\": 0.69, \"1980\": 1.29, \"1990\": 1.79, \"2000\": 2.49, \"2010\": 3.49, \"2020\": 3.99, \"2025\": 4.99}}, \"dvd_player\": {\"emoji\": \"\\ud83d\\udcbf\", \"name\": \"DVD Player\", \"d\": {\"1997\": 599, \"2000\": 199, \"2005\": 49, \"2010\": 39, \"2015\": 29, \"2020\": 29, \"2025\": 35}}, \"blue_jeans_lee\": {\"emoji\": \"\\ud83d\\udc56\", \"name\": \"Lee Jeans\", \"d\": {\"1960\": 4.0, \"1970\": 6.0, \"1980\": 12.0, \"1990\": 20.0, \"2000\": 28.0, \"2010\": 38.0, \"2020\": 48.0, \"2025\": 58.0}}, \"t_shirt_hanes\": {\"emoji\": \"\\ud83d\\udc55\", \"name\": \"Hanes T-Shirt (3pk)\", \"d\": {\"1960\": 2.0, \"1970\": 2.99, \"1980\": 5.99, \"1990\": 7.99, \"2000\": 8.99, \"2010\": 10.99, \"2020\": 12.99, \"2025\": 15.99}}, \"socks_6pk\": {\"emoji\": \"\\ud83e\\udde6\", \"name\": \"Athletic Socks (6pk)\", \"d\": {\"1960\": 2.0, \"1970\": 2.99, \"1980\": 5.99, \"1990\": 7.99, \"2000\": 9.99, \"2010\": 12.99, \"2020\": 14.99, \"2025\": 18.99}}, \"umbrella\": {\"emoji\": \"\\u2602\\ufe0f\", \"name\": \"Umbrella (Compact)\", \"d\": {\"1960\": 3.0, \"1970\": 4.0, \"1980\": 8.0, \"1990\": 10.0, \"2000\": 12.0, \"2010\": 15.0, \"2020\": 18.0, \"2025\": 22.0}}, \"duffle_bag\": {\"emoji\": \"\\ud83c\\udf92\", \"name\": \"Duffle Bag\", \"d\": {\"1960\": 5.0, \"1970\": 8.0, \"1980\": 15.0, \"1990\": 20.0, \"2000\": 25.0, \"2010\": 30.0, \"2020\": 40.0, \"2025\": 50.0}}, \"bike_schwinn\": {\"emoji\": \"\\ud83d\\udeb2\", \"name\": \"Schwinn Bicycle\", \"d\": {\"1960\": 50, \"1970\": 75, \"1980\": 150, \"1990\": 250, \"2000\": 300, \"2010\": 400, \"2020\": 500, \"2025\": 650}}, \"tent_camping\": {\"emoji\": \"\\u26fa\", \"name\": \"Camping Tent (4-Person)\", \"d\": {\"1970\": 50, \"1980\": 100, \"1990\": 150, \"2000\": 180, \"2010\": 220, \"2020\": 280, \"2025\": 350}}, \"sleeping_bag\": {\"emoji\": \"\\ud83d\\udecc\", \"name\": \"Sleeping Bag\", \"d\": {\"1970\": 20, \"1980\": 40, \"1990\": 60, \"2000\": 80, \"2010\": 100, \"2020\": 130, \"2025\": 160}}, \"cooler_coleman\": {\"emoji\": \"\\ud83e\\uddca\", \"name\": \"Coleman Cooler\", \"d\": {\"1970\": 15, \"1980\": 25, \"1990\": 35, \"2000\": 45, \"2010\": 55, \"2020\": 65, \"2025\": 85}}};<\/p>\n<p>var RR = {\n  year: null,<\/p>\n<p>  pickYear: function() {\n    var y = document.getElementById('rr-year').value;\n    if (!y) return;\n    this.year = y;\n    this.render();\n    document.getElementById('rr-toolbar').style.display = 'block';\n    document.getElementById('rr-results-info').style.display = 'flex';\n    document.getElementById('rr-empty').style.display = 'none';\n    document.getElementById('rr-share').style.display = 'block';\n    document.getElementById('rr-active-year').textContent = y;\n    document.getElementById('rr-search').value = '';\n  },<\/p>\n<p>  render: function() {\n    var grid = document.getElementById('rr-grid');\n    var items = [];\n    var total = 0;\n    for (var k in PD) {\n      var item = PD[k];\n      var hasData = item.d && item.d[this.year] !== undefined;\n      total++;\n      var thenPrice = hasData ? item.d[this.year] : null;\n      var years = item.d ? Object.keys(item.d).sort() : [];\n      var nowYear = years.length ? years[years.length-1] : '2025';\n      var nowPrice = item.d && item.d[nowYear] !== undefined ? item.d[nowYear] : null;<\/p>\n<p>      var mult = '';\n      if (thenPrice !== null && nowPrice !== null && thenPrice > 0) {\n        var m = nowPrice \/ thenPrice;\n        mult = m >= 2 ? Math.round(m) + '\u00d7' : (m >= 1.05 ? m.toFixed(1) + '\u00d7' : '');\n      }<\/p>\n<p>      items.push({\n        key: k,\n        emoji: item.emoji || '\ud83d\udce6',\n        name: item.name || k,\n        thenPrice: thenPrice,\n        nowPrice: nowPrice,\n        mult: mult,\n        searchable: (item.name || k).toLowerCase()\n      });\n    }<\/p>\n<p>    \/\/ Sort: items with data first, then alphabetically\n    items.sort(function(a,b) {\n      if (a.thenPrice !== null && b.thenPrice === null) return -1;\n      if (a.thenPrice === null && b.thenPrice !== null) return 1;\n      return a.name.localeCompare(b.name);\n    });<\/p>\n<p>    var html = '';\n    for (var i = 0; i < items.length; i++) {\n      var it = items[i];\n      var priceHtml = '';\n      if (it.thenPrice !== null &#038;&#038; it.nowPrice !== null) {\n        priceHtml = '\n\n<div class=\"rr-card-price\"><span class=\"rr-card-then\">$' + it.thenPrice.toFixed(2) + '<\/span><span class=\"rr-card-now\">now $' + it.nowPrice.toFixed(2) + '<\/span>' + (it.mult ? '<span class=\"rr-card-mult\">' + it.mult + '<\/span>' : '') + '<\/div>\n<p>';\n      } else if (it.thenPrice !== null) {\n        priceHtml = '<\/p>\n<div class=\"rr-card-price\"><span class=\"rr-card-then\">$' + it.thenPrice.toFixed(2) + '<\/span><\/div>\n<p>';\n      } else {\n        priceHtml = '<\/p>\n<div class=\"rr-card-price\"><span class=\"rr-card-na\">No data for this year<\/span><\/div>\n<p>';\n      }<\/p>\n<p>      html += '<\/p>\n<div class=\"rr-card\" data-search=\"' + it.searchable + '\">\n<div class=\"rr-card-emoji\">' + it.emoji + '<\/div>\n<div class=\"rr-card-info\">\n<div class=\"rr-card-name\">' + it.name + '<\/div>\n<p>' + priceHtml + '<\/p><\/div>\n<\/div>\n<p>';\n    }<\/p>\n<p>    grid.innerHTML = html;\n    document.getElementById('rr-count').textContent = items.filter(function(i){return i.thenPrice !== null;}).length + ' of ' + total + ' items with data';\n  },<\/p>\n<p>  filter: function() {\n    var q = document.getElementById('rr-search').value.toLowerCase();\n    var cards = document.querySelectorAll('.rr-card');\n    var visible = 0;\n    for (var i = 0; i < cards.length; i++) {\n      var match = !q || cards[i].getAttribute('data-search').indexOf(q) !== -1;\n      cards[i].classList.toggle('rr-hidden', !match);\n      if (match) visible++;\n    }\n    document.getElementById('rr-count').textContent = visible + ' items shown';\n  },\n  \n  share: function(platform) {\n    var url = encodeURIComponent(window.location.href);\n    var text = encodeURIComponent('What things cost in ' + this.year + ' \u2014 some prices will shock you!');\n    var shareUrl = platform === 'x' \n      ? 'https:\/\/twitter.com\/intent\/tweet?text=' + text + '&#038;url=' + url\n      : 'https:\/\/www.facebook.com\/sharer\/sharer.php?u=' + url;\n    window.open(shareUrl, '_blank');\n  },\n  \n  copyLink: function() {\n    var btn = document.getElementById('rr-copy-btn');\n    navigator.clipboard.writeText(window.location.href + '?year=' + this.year).then(function() {\n      btn.textContent = '\u2705 Copied!';\n      btn.classList.add('rr-share-copied');\n      setTimeout(function() {\n        btn.textContent = '\ud83d\udccb Copy Link';\n        btn.classList.remove('rr-share-copied');\n      }, 2000);\n    }).catch(function() {\n      btn.textContent = '\u274c Try again';\n      setTimeout(function() { btn.textContent = '\ud83d\udccb Copy Link'; }, 1500);\n    });\n  }\n};\n\n<script>\n(function(){\n  var btn = document.getElementById('rr-shop-era');\n  if (!btn) return;\n  function updateShopLink(){\n    var sel = document.getElementById('rr-year');\n    if (!sel) return;\n    var y = parseInt(sel.value) || 1950;\n    var d = Math.floor(y\/10)*10;\n    btn.href = 'https:\/\/www.amazon.com\/s?k=' + encodeURIComponent(d + 's retro gifts vintage nostalgia') + '&tag=inflationdata-20';\n  }\n  updateShopLink();\n  var sel = document.getElementById('rr-year');\n  if (sel) { sel.addEventListener('change', updateShopLink); sel.addEventListener('input', updateShopLink); }\n  if (typeof RR !== 'undefined' && RR.pickYear) {\n    var orig = RR.pickYear;\n    RR.pickYear = function(){ orig.apply(this, arguments); setTimeout(updateShopLink, 100); };\n  }\n})();\n<\/script><br \/>\n<\/script>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>What Things CostThe Year You Were Born Pick a year. See what life cost. Share the memories. Choose a year&#8230;1950195519571959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025 332 items tracked 70 years covered 1950\u20132025 \ud83d\udd0d Showing costs from \ud83d\udc46 Pick a year above to see what things cost Surprised by these prices? Share with someone who&#8217;d remember: \ud835\udd4f Share on X \ud83d\udcd8 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/staging.decadeprices.com\/retro-rates\/wp-json\/wp\/v2\/pages\/3","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.decadeprices.com\/retro-rates\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/staging.decadeprices.com\/retro-rates\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/staging.decadeprices.com\/retro-rates\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.decadeprices.com\/retro-rates\/wp-json\/wp\/v2\/comments?post=3"}],"version-history":[{"count":5,"href":"https:\/\/staging.decadeprices.com\/retro-rates\/wp-json\/wp\/v2\/pages\/3\/revisions"}],"predecessor-version":[{"id":25,"href":"https:\/\/staging.decadeprices.com\/retro-rates\/wp-json\/wp\/v2\/pages\/3\/revisions\/25"}],"wp:attachment":[{"href":"https:\/\/staging.decadeprices.com\/retro-rates\/wp-json\/wp\/v2\/media?parent=3"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}