With the new api.census.gov API key requirement as of 5/12/2026, ACS5 queries no longer work.
I was able to hack my way around this by locally cloning the repo and manually appending "?key=[MY API KEY]" to the urls in core.py.
I might turn this hack into a PR with a proper fix.
With the new api.census.gov API key requirement as of 5/12/2026, ACS5 queries no longer work.
I was able to hack my way around this by locally cloning the repo and manually appending "?key=[MY API KEY]" to the urls in core.py.
I might turn this hack into a PR with a proper fix.