HUD API calls for Challenge 1 income limits #17
ryancaralis
started this conversation in
Show and tell
Replies: 1 comment
-
@ryancaralis Great contribution. Thanks for sharing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I put together two functions in this file for getting the income limits at the county level for all counties in a state from the HUD API.
The API info and token access is here: https://www.huduser.gov/portal/datasets/il.html#query_2024
I was getting errors passing the county codes from the provided data to the call, so the first function gets the county codes from HUD for a specified state and then the second gets the income limit data for each county.
The file is in a zipped folder because .py files aren't supported as an attachment.
Hope this helps!
HUD_API_Calls.zip
Beta Was this translation helpful? Give feedback.
All reactions