Average consumer prices of chocolate chip cookies
Chocolate chip cookies, regardless of packaging size or type. Includes both organic and non-organic, as well as those with raisins, nuts, icing, or other similar features.
Average consumer prices are calculated for household fuel, motor fuel, and food items from prices collected for the Consumer Price Index (CPI). Average prices are best used to measure the price level in a particular month, not to measure price change over time. It is more appropriate to use CPI index values for the particular item categories to measure price change.
Prices, except for electricity, are collected monthly by BLS representatives in the 75 urban areas priced for the CPI. Electricity prices are collected for the BLS for the same 75 areas on a monthly basis by the Department of Energy using mail questionnaires. All fuel prices include applicable Federal, State, and local taxes; prices for natural gas and electricity also include fuel and purchased gas adjustments.
For more information, please visit the Bureau of Labor Statistics.
U.S. Bureau of Labor Statistics, Cookies, Chocolate Chip, Per Lb. (453.6 Gm) in U.S. City Average [APU0000702421], retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/APU0000702421, December 24, 2019.
Units: U.S. Dollars, Not Seasonally Adjusted Frequency: Monthly
Cookies, Chocolate Chip, Per Lb. in U.S. City Average (APU0000702421)
indicator <-fredr_series_observations(series_id = "APU0000702421",
observation_start = as.Date("2015-01-01"))
indicator %>% ggplot() +
geom_rect(aes(xmin= dmy('01-01-2020'), xmax=dmy('01-02-2021'), ymin = -Inf, ymax = Inf),
fill = "white", alpha = 0.03)+
geom_line(mapping = aes(x=date,y=value),color="blue4",size=1) +
labs(title = "Chocolate Chip Cookies, Per Lb. in U.S. City Average",
subtitle = str_glue("From {min(indicator$date)} through {max(indicator$date)}"),
x="Monthly", y="Dollars",
caption = "Data source: FRED Federal Reserve \n Illustration by @JoeLongSanDiego")+
theme_economist()

Eggs, Grade A, Large, Per Doz. in U.S. City Average (APU0000708111)
indicator <-fredr_series_observations(series_id = "APU0000708111",
observation_start = as.Date("2015-01-01"))
indicator %>% ggplot() +
geom_rect(aes(xmin= dmy('01-01-2020'), xmax=dmy('01-02-2021'), ymin = -Inf, ymax = Inf),
fill = "white", alpha = 0.03)+
geom_line(mapping = aes(x=date,y=value),color="blue4",size=1) +
labs(title = "Eggs, Grade A, Large, Per Doz. in U.S. City Average",
subtitle = str_glue("From {min(indicator$date)} through {max(indicator$date)}"),
x="Monthly", y="Dollars",
caption = "Data source: FRED Federal Reserve \n Illustration by @JoeLongSanDiego")+
theme_economist()

Chicken Breast, Boneless, Per Lb. in U.S. City Average (APU0000FF1101)
indicator <-fredr_series_observations(series_id = "APU0000FF1101",
observation_start = as.Date("2015-01-01"))
indicator %>% ggplot() +
geom_rect(aes(xmin= dmy('01-01-2020'), xmax=dmy('01-02-2021'), ymin = -Inf, ymax = Inf),
fill = "white", alpha = 0.03)+
geom_line(mapping = aes(x=date,y=value),color="blue4",size=1) +
labs(title = "Chicken Breast, Boneless, Per Lb in U.S. City Average ",
subtitle = str_glue("From {min(indicator$date)} through {max(indicator$date)}"),
x="Monthly", y="Dollars",
caption = "Data source: FRED Federal Reserve \n Illustration by @JoeLongSanDiego")+
theme_economist()

Ground Beef, 100% Beef, Per Lb. in U.S. City Average (APU0000703112)
indicator <-fredr_series_observations(series_id = "APU0000703112",
observation_start = as.Date("2015-01-01"))
indicator %>% ggplot() +
geom_rect(aes(xmin= dmy('01-01-2020'), xmax=dmy('01-02-2021'), ymin = -Inf, ymax = Inf),
fill = "white", alpha = 0.03)+
geom_line(mapping = aes(x=date,y=value),color="blue4",size=1) +
labs(title = "Ground Beef, 100% Beef, Per Lb. in U.S. City Average ",
subtitle = str_glue("From {min(indicator$date)} through {max(indicator$date)}"),
x="Monthly", y="Dollars",
caption = "Data source: FRED Federal Reserve \n Illustration by @JoeLongSanDiego")+
theme_economist()

Milk, Fresh, Whole, Fortified, Per Gallon in U.S. City Average (APU0000709112)
indicator <-fredr_series_observations(series_id = "APU0000709112",
observation_start = as.Date("2015-01-01"))
indicator %>% ggplot() +
geom_rect(aes(xmin= dmy('01-01-2020'), xmax=dmy('01-02-2021'), ymin = -Inf, ymax = Inf),
fill = "white", alpha = 0.03)+
geom_line(mapping = aes(x=date,y=value),color="blue4",size=1) +
labs(title = "Milk, Fresh, Whole, Fortified, Per Gal. in U.S. City Average ",
subtitle = str_glue("From {min(indicator$date)} through {max(indicator$date)}"),
x="Monthly", y="Dollars",
caption = "Data source: FRED Federal Reserve \n Illustration by @JoeLongSanDiego")+
theme_economist()

Steak, Sirloin, USDA Choice, Boneless, Per Pound in U.S. City Average (APU0000703613)
indicator <-fredr_series_observations(series_id = "APU0000703613",
observation_start = as.Date("2015-01-01"))
indicator %>% ggplot() +
geom_rect(aes(xmin= dmy('01-01-2020'), xmax=dmy('01-02-2021'), ymin = -Inf, ymax = Inf),
fill = "white", alpha = 0.03)+
geom_line(mapping = aes(x=date,y=value),color="blue4",size=1) +
labs(title = "Steak, Sirloin, USDA Choice, Bone-in, Per Lb.in U.S. City Average ",
subtitle = str_glue("From {min(indicator$date)} through {max(indicator$date)}"),
x="Monthly", y="Dollars",
caption = "Data source: FRED Federal Reserve \n Illustration by @JoeLongSanDiego")+
theme_economist()

All Pork Chops, Per pound in U.S. City Average (APU0000FD3101)
indicator <-fredr_series_observations(series_id = "APU0000FD3101",
observation_start = as.Date("2015-01-01"))
indicator %>% ggplot() +
geom_rect(aes(xmin= dmy('01-01-2020'), xmax=dmy('01-02-2021'), ymin = -Inf, ymax = Inf),
fill = "white", alpha = 0.03)+
geom_line(mapping = aes(x=date,y=value),color="blue4",size=1) +
labs(title = "All Pork Chops, Per Lb.in U.S. City Average ",
subtitle = str_glue("From {min(indicator$date)} through {max(indicator$date)}"),
x="Monthly", y="Dollars",
caption = "Data source: FRED Federal Reserve \n Illustration by @JoeLongSanDiego")+
theme_economist()

Ice Cream, Prepackaged, Bulk, Regular, Per 1/2 Gallon in U.S. City Average (APU0000710411)
indicator <-fredr_series_observations(series_id = "APU0000710411",
observation_start = as.Date("2015-01-01"))
indicator %>% ggplot() +
geom_rect(aes(xmin= dmy('01-01-2020'), xmax=dmy('01-02-2021'), ymin = -Inf, ymax = Inf),
fill = "white", alpha = 0.03)+
geom_line(mapping = aes(x=date,y=value),color="blue4",size=1) +
labs(title = "Ice Cream, Prepackaged, Bulk, Regular, Per 1/2 Gal. in U.S. City Average ",
subtitle = str_glue("From {min(indicator$date)} through {max(indicator$date)}"),
x="Monthly", y="Dollars",
caption = "Data source: FRED Federal Reserve \n Illustration by @JoeLongSanDiego")+
theme_economist()
