You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Hello, I received a
403error when I ranwget "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
wgetto download CSVs or other files via HMDA API?