Learn R Programming

cmhc

API wrapper for extracting CMHC data out of the CMHC Housing Market Information Portal.

Reference

Documentation is available on the GitHub pages.

The example vignettes contain some common use cases.

Installation

The stable version of cmhc can be easily installed from CRAN.

install.packages("cmhc")

Alternatively, the latest development version can be installed from Github.

remotes::install_github("mountainmath/cmhc")

Usage

Consult the example vignette for more information. As an example, this is how to extract time series information for vacancy rate data by bedroom type for the Vancouver Census Metropolitan Area ("59933").

library(cmhc)
vacancy_data <- get_cmhc(survey="Rms",series="Vacancy Rate",dimension="Bedroom Type",
                         breakdown="Historical Time Periods",  geo_uid="59933")

Starting with version v.0.3.2 the package has an interactive query builder helper function select_cmhc_table() that interactively walks through the available data and builds parameters for get_cmhc() like the example above. This makes it easy to discover data and build function calls to CMHC tables.

Contributing

  • We encourage contributions to improve this project. The best way is through issues and pull requests.
  • If you want to get in touch, we are pretty good at responding via email or via twitter at @vb_jens.

Cite cmhc

If you wish to cite cmhc:

von Bergmann, J. (2025) cmhc: R package to access, retrieve, and work with CMHC data. v0.2.10. DOI: 10.32614/CRAN.package.cmhc

A BibTeX entry for LaTeX users is

  @Manual{cmhc,
    author = {Jens {von Bergmann}},
    title = {cmhc: R package to access, retrieve, and work with CMHC data},
    year = {2025},
    doi = {10.32614/CRAN.package.cmhc},
    note = {R package version 0.2.10},
    url = {https://mountainmath.github.io/cmhc/},
  }

Related packages

The cmhc package is designed to work well with the cancensus package working with Canadian Census data the cansim package for regular StatCan tables, and matches the census geographies via a GeoUID column that is shared across these packages. The tongfen package facilitates making geographies from different census years that CMHC reports on comparable over time.

CMHC Attribution

Subject to the CMHC Data License Agreement, licensed products using CMHC data should employ the following acknowledgement of source:

Acknowledgment of Source

a. You shall include the following notice on all reproductions of the Information:

Source: Canada Mortgage and Housing Corporation (CMHC), name of product or information, reference date. This information is reproduced and distributed on an “as is” basis with the permission of CMHC.

b. Where any Information is contained within a Value-added Product, you shall include on such Value-added Product the following notice:

Adapted from Canada Mortgage and Housing Corporation, name of product or information, reference date. This does not constitute an endorsement by Canada Mortgage and Housing Corporation of this product.

or any other notice approved in advance in writing by CMHC.

Copy Link

Version

Install

install.packages('cmhc')

Monthly Downloads

227

Version

0.2.10

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Jens von Bergmann

Last Published

February 4th, 2025

Functions in cmhc (0.2.10)

cmhc_csd_translation_data_2023

A dataset with geographic identifiers for CMHC and Census at the CSD level for 2023 data portal version
cmhc_ct_translation_data

A dataset with geographic identifiers for CMHC and Census at the CT level
list_cmhc_dimensions

List available CMHC dimensions
list_cmhc_breakdowns

List available CMHC breakdowns
get_cmhc_geography

Get CMHC geographies for CMHC Survey Zones and Neighbourhoods
cmhc_cma_translation_data

A dataset with geographic identifiers for CMHC and Census at the CMA level
cmhc_quality_labels

A list of CMHC quality indicators
cmhc_csd_translation_data

A dataset with geographic identifiers for CMHC and Census at the CSD level
list_cmhc_surveys

List available CMHC surveys
list_cmhc_filters

List available CMHC filters
get_cmhc

Access CMHC data via the HMIP.
list_cmhc_tables

List available CMHC tables
select_cmhc_table

Interactive table selector
list_cmhc_series

List available CMHC series
set_cmhc_cache_path

Set persistent cmhc cache location for geographic data
show_cmhc_cache_path

View saved cache directory path