Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to select Seasonally Adjusted Observation #102

Closed
ericvmai opened this issue May 29, 2023 · 1 comment
Closed

Option to select Seasonally Adjusted Observation #102

ericvmai opened this issue May 29, 2023 · 1 comment

Comments

@ericvmai
Copy link

Is there a variable in the fredr() function that allows you to choose the "Seasonally Adjusted" observation instead of the "Not Seasonally Adjusted"? I have to choose some different variables to get there but would prefer a variable that allows me to choose that.

@sboysel
Copy link
Owner

sboysel commented Mar 12, 2024

AFAIK, FRED series are seasonally adjusted at the series level and there is no option exposed by the endpoint fredr/series/observations (i.e. the function fredr::fredr) to select different versions by this particular adjustment. A series and it's seasonally adjusted counterpart will have distinct series IDs. What you can do is use the filter_variable parameter from one of the fredr::fredr_search_* functions to search for a seasonally adjusted version of a series.

@sboysel sboysel closed this as completed Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants