When running getSymbols with src = "FRED" I get an error about incorrect dimensions:
setDefaults(getSymbols.FRED, api.key = xxx)
getSymbols("STLFSI4",
from = "2001-01-01",
src = "FRED")
Error in `getSymbols.FRED()`:
! Unable to import “STLFSI4”.
incorrect number of dimensions
> sessionInfo()
R version 4.5.1 (2025-06-13)
Platform: aarch64-apple-darwin20
Running under: macOS Tahoe 26.5.1
Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/lib/libRlapack.dylib; LAPACK version 3.12.1
locale:
[1] C.UTF-8/C.UTF-8/C.UTF-8/C/C.UTF-8/C.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] quantmod_0.4.29 TTR_0.24.4 xts_0.14.1 zoo_1.8-14
loaded via a namespace (and not attached):
[1] compiler_4.5.1 cli_3.6.5 tools_4.5.1 pillar_1.10.2
[5] glue_1.8.0 curl_6.3.0 vctrs_0.6.5 grid_4.5.1
[9] lifecycle_1.0.4 rlang_1.1.6 lattice_0.22-7
When running
getSymbolswithsrc = "FRED"I get an error about incorrect dimensions: