# Pencilwrite > Pencilwrite is real estate underwriting software. A few inputs in, a full underwrite out: > cap rate, cash-on-cash, DSCR, true ROE, after tax return, and a ready to send offer. > One model for rentals, BRRRR, flips, and wholesale. Built by active investors in Minnesota. ## Free Minnesota rent data - [MN Rent Explorer](https://pencilwrite.com/rents/): rent for 914 Minnesota ZIP codes. HUD fair market rents FY2021 to FY2026, Zillow market asking rents for 172 ZIPs, year over year trends, bedroom level breakdowns. Updated monthly. Each ZIP has its own page at /rents//. - County rollups: every Minnesota county with SAFMR ZIP data has its own page at /rents/county//, with a county median 2 bedroom FMR, market rent, a ZIP table, and the biggest year over year movers. 87 counties covered, for example https://pencilwrite.com/rents/county/hennepin/. - [Section 8 rent spread](https://pencilwrite.com/rents/section-8/): HUD fair market rent versus Zillow market rent for 172 ZIP codes with both signals, spread in dollars and percent, flags ZIPs where FMR meets or beats market rent (voucher competitive). 97 qualify. - [Landlord voucher check](https://pencilwrite.com/rents/section-8/check/): enter a Minnesota ZIP code and an asking rent, get the 2 bedroom fair market rent, the gap, and a plain verdict. Runs client side against /api/v1/zip/.json. - [Section 8 by county](https://pencilwrite.com/rents/section-8//): one page per Minnesota county that has at least one ZIP code carrying both a fair market rent and a market rent, with the full ZIP table, the voucher competitive count, and the housing authority note. 36 counties qualify. - [Monthly Minnesota Section 8 rent report](https://pencilwrite.com/rents/reports/): a new edition each month at /rents/reports/-/, ranking where vouchers pay furthest above and below market, the biggest month over month market rent movers, and county medians. Latest edition: 2026-09. - [FMR release pages](https://pencilwrite.com/rents/fmr-2026-minnesota/): what changed in each HUD fiscal year release, compared only on the ZIP codes present in both years. One page per fiscal year from FY2022 to FY2026. - [Rent data guide](https://pencilwrite.com/rents/guide/): five short explainers written from the live numbers. What is fair market rent, FMR versus the payment standard, does Section 8 pay more than market rent in Minnesota, what is ZORI, and how to read the Section 8 spread. - Payment standards are NOT in this data. A housing authority sets its own standard, normally 90 to 110 percent of the published FMR. Metro HRA metrohra.org, Minneapolis PHA mphaonline.org, Saint Paul PHA stpha.org. - [Methodology](https://pencilwrite.com/rents/methodology/): what each measure is, HUD SAFMR 40th percentile on a fiscal year basis, Zillow ZORI as a smoothed all sizes index, ACS median gross rent, how the spread and the voucher competitive flag are computed, update cadence, and the known limits. Read this first. - Statewide median 2 bedroom fair market rent is $1,090 for FY2026. - Sources: HUD SAFMR, Zillow ZORI, US Census ACS, GeoNames. Last data update 2026-09-14. - [Full plain text dataset summary](https://pencilwrite.com/llms-full.txt): statewide and county tables, the Section 8 summary, and the definitions, in one file. ## API for agents Free static JSON, no key, no rate limit, CORS open to any origin. Docs at https://pencilwrite.com/developers/, machine readable contract at https://pencilwrite.com/openapi.json. - https://pencilwrite.com/api/v1/index.json: every ZIP code, one row each, with FMR by bedroom, year over year change, latest market rent, spread, and the voucher competitive flag. - https://pencilwrite.com/api/v1/zip/.json: one ZIP in full, the FMR series by fiscal year and bedroom, the monthly market rent series, ACS medians where published, and the six nearest ZIP codes. - https://pencilwrite.com/api/v1/county/.json: one county, medians plus a row per ZIP code. - https://pencilwrite.com/api/v1/section-8.json: the FMR versus market rent spread table plus a summary block. - https://pencilwrite.com/api/v1/meta.json: counts, source vintages, license, citation, endpoint list. Poll this and compare generated_at instead of refetching every ZIP. License: CC BY 4.0, https://creativecommons.org/licenses/by/4.0/. Commercial use is fine, attribution is the only condition. Cite as: Pencilwrite MN Rent Data, pencilwrite.com/rents/ MCP server: coming soon at mcp.pencilwrite.com ## Product - [Home](https://pencilwrite.com/): what Pencilwrite does and early access signup. - [Sample underwrite](https://pencilwrite.com/report): a full example deal report. - [Developer docs](https://pencilwrite.com/developers/): the rent data API.