Total Vehicle Sales (TOTALNSA)

date value
2023-07-01 1340
2023-08-01 1365
2023-09-01 1383
2023-10-01 1239
2023-11-01 1273
2023-12-01 1505
2024-01-01 1107
2024-02-01 1266
2024-03-01 1472
2024-04-01 1358
2024-05-01 1471
2024-06-01 1347
2024-07-01 1328
2024-08-01 1456
2024-09-01 1212
2024-10-01 1373
2024-11-01 1412
2024-12-01 1539
2025-01-01 1139
2025-02-01 1253
## Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
## ℹ Please use `linewidth` instead.
## This warning is displayed once every 8 hours.
## Call `lifecycle::last_lifecycle_warnings()` to see where this warning was
## generated.

Motor Vehicle Retail Sales: Domestic Autos (DAUTONSA)

date value
2023-07-01 189.5
2023-08-01 186.6
2023-09-01 195.7
2023-10-01 170.7
2023-11-01 175.1
2023-12-01 188.6
2024-01-01 146.2
2024-02-01 163.6
2024-03-01 195.2
2024-04-01 179.5
2024-05-01 194.8
2024-06-01 174.7
2024-07-01 164.0
2024-08-01 176.5
2024-09-01 154.7
2024-10-01 170.1
2024-11-01 161.0
2024-12-01 154.3
2025-01-01 125.7
2025-02-01 148.2

Motor Vehicle Retail Sales: Foreign Autos (FAUTONSA)

date value
2023-07-01 75.88
2023-08-01 76.99
2023-09-01 78.28
2023-10-01 64.21
2023-11-01 69.30
2023-12-01 76.29
2024-01-01 61.80
2024-02-01 66.52
2024-03-01 84.37
2024-04-01 77.47
2024-05-01 81.30
2024-06-01 73.17
2024-07-01 80.00
2024-08-01 90.86
2024-09-01 72.48
2024-10-01 81.53
2024-11-01 89.08
2024-12-01 90.84
2025-01-01 70.58
2025-02-01 71.66

### Motor Vehicle : Foreign & Domestic

date Foreign Domestic
2019-01-01 76.42 277.2
2019-02-01 81.06 284.5
2019-03-01 111.11 371.9
2019-04-01 100.40 295.2
2019-05-01 115.48 339.5
2019-06-01 117.88 322.1
2019-07-01 105.38 277.5
2019-08-01 112.00 322.2
2019-09-01 84.44 255.0
2019-10-01 89.08 254.7
2019-11-01 91.28 261.4
2019-12-01 91.27 282.9
2020-01-01 69.64 223.6
2020-02-01 79.49 267.0
2020-03-01 56.59 208.1
2020-04-01 41.50 124.9
2020-05-01 77.05 181.5
2020-06-01 72.88 178.3
2020-07-01 75.16 217.4
2020-08-01 73.06 226.7
2020-09-01 70.97 233.9
2020-10-01 73.48 240.1
2020-11-01 66.68 211.0
2020-12-01 85.57 247.4
2021-01-01 69.10 180.9
2021-02-01 74.26 184.5
2021-03-01 103.38 259.1
2021-04-01 105.27 245.0
2021-05-01 114.91 264.8
2021-06-01 98.12 216.7
2021-07-01 94.90 209.8
2021-08-01 81.39 172.9
2021-09-01 69.28 153.5
2021-10-01 53.89 155.0
2021-11-01 48.46 156.3
2021-12-01 61.35 177.2
2022-01-01 56.68 145.1
2022-02-01 58.50 158.6
2022-03-01 66.66 197.7
2022-04-01 74.92 186.1
2022-05-01 74.21 164.4
2022-06-01 65.54 182.3
2022-07-01 70.51 160.7
2022-08-01 74.94 162.8
2022-09-01 66.55 166.0
2022-10-01 65.53 178.0
2022-11-01 67.57 172.3
2022-12-01 73.62 169.3
2023-01-01 59.95 150.3
2023-02-01 61.09 162.9
2023-03-01 74.24 211.7
2023-04-01 74.53 212.8
2023-05-01 78.37 204.5
2023-06-01 75.11 204.0
2023-07-01 75.88 189.5
2023-08-01 76.99 186.6
2023-09-01 78.28 195.7
2023-10-01 64.21 170.7
2023-11-01 69.30 175.1
2023-12-01 76.29 188.6
2024-01-01 61.80 146.2
2024-02-01 66.52 163.6
2024-03-01 84.37 195.2
2024-04-01 77.47 179.5
2024-05-01 81.30 194.8
2024-06-01 73.17 174.7
2024-07-01 80.00 164.0
2024-08-01 90.86 176.5
2024-09-01 72.48 154.7
2024-10-01 81.53 170.1
2024-11-01 89.08 161.0
2024-12-01 90.84 154.3
2025-01-01 70.58 125.7
2025-02-01 71.66 148.2
## Warning in geom_text(aes(x = max(date), y = (last(Foreign) + 25), label = "Foreign")): All aesthetics have length 1, but the data has 74 rows.
## ℹ Please consider using `annotate()` or provide this layer with data containing
##   a single row.
## Warning in geom_text(aes(x = max(date), y = (last(Domestic) + 25), label = "Domestic")): All aesthetics have length 1, but the data has 74 rows.
## ℹ Please consider using `annotate()` or provide this layer with data containing
##   a single row.

Motor Vehicle Retail Sales: Heavy Weight Trucks (HTRUCKSNSA)

date value
2023-07-01 40.63
2023-08-01 46.38
2023-09-01 42.40
2023-10-01 40.84
2023-11-01 38.41
2023-12-01 46.20
2024-01-01 36.86
2024-02-01 36.60
2024-03-01 39.56
2024-04-01 40.35
2024-05-01 40.10
2024-06-01 38.08
2024-07-01 42.17
2024-08-01 43.44
2024-09-01 40.12
2024-10-01 41.33
2024-11-01 38.48
2024-12-01 44.97
2025-01-01 35.39
2025-02-01 33.32

Domestic Auto Production (DAUPNSA)

date value
2023-06-01 150.87
2023-07-01 109.21
2023-08-01 169.71
2023-09-01 146.13
2023-10-01 153.25
2023-11-01 148.07
2023-12-01 120.22
2024-01-01 122.16
2024-02-01 136.37
2024-03-01 132.67
2024-04-01 120.50
2024-05-01 126.72
2024-06-01 113.61
2024-07-01 91.79
2024-08-01 125.58
2024-09-01 119.60
2024-10-01 146.36
2024-11-01 117.52
2024-12-01 79.74
2025-01-01 94.44

Net Percentage of Domestic Banks Reporting Stronger Demand for Auto Loans (DEMAUTO)

date value
2020-04-01 -34.7
2020-07-01 -49.1
2020-10-01 7.7
2021-01-01 -12.3
2021-04-01 10.3
2021-07-01 27.1
2021-10-01 -15.4
2022-01-01 -7.4
2022-04-01 13.5
2022-07-01 -15.7
2022-10-01 -28.0
2023-01-01 -39.2
2023-04-01 -26.5
2023-07-01 -21.3
2023-10-01 -24.4
2024-01-01 -16.7
2024-04-01 -26.0
2024-07-01 -10.4
2024-10-01 -12.8
2025-01-01 -3.8

Consumer Loans: Other Consumer Loans: Automobile Loans, All Commercial Banks (CARACBW027NBOG)

date value
2024-10-23 486.3
2024-10-30 487.3
2024-11-06 486.6
2024-11-13 486.6
2024-11-20 486.6
2024-11-27 486.9
2024-12-04 486.3
2024-12-11 486.3
2024-12-18 486.5
2024-12-25 487.2
2025-01-01 487.5
2025-01-08 487.9
2025-01-15 487.4
2025-01-22 487.2
2025-01-29 487.8
2025-02-05 486.4
2025-02-12 486.0
2025-02-19 484.6
2025-02-26 484.1
2025-03-05 482.8

Net Percentage of Domestic Banks Tightening Standards for Auto Loans (STDSAUTO)

date value
2020-04-01 16.0
2020-07-01 55.4
2020-10-01 13.5
2021-01-01 -7.0
2021-04-01 -17.5
2021-07-01 -18.6
2021-10-01 -9.4
2022-01-01 -14.5
2022-04-01 -5.8
2022-07-01 1.9
2022-10-01 2.0
2023-01-01 17.3
2023-04-01 27.5
2023-07-01 14.6
2023-10-01 14.6
2024-01-01 6.3
2024-04-01 9.8
2024-07-01 0.0
2024-10-01 4.1
2025-01-01 -3.8