This repository was archived by the owner on Oct 23, 2020. It is now read-only.

Description
Hello, I received a 403 error when I ran wget "https://api.consumerfinance.gov/data/hmda/slice/hmda_lar.csv?$select=state_code%2C+county_code%2C+census_tract_number%2C+loan_purpose_name%2C+SUM(population)%2C+COUNT()&$where=as_of_year%3D2016+and+loan_purpose%3D1&$group=state_code%2C+county_code%2C+census_tract_number%2C+loan_purpose_name&$orderBy=state_code%2C+county_code%2C+census_tract_number&$limit=100000&$offset=0".
But when I navigate to that address in my browser, the file downloads correctly. Is there a way to use wget to download CSVs or other files via HMDA API?