Skip to main content
GET

Overview

Returns grouped aggregate statistics over the research grants dataset. Use this to answer questions like “how much has NSERC awarded to Ontario institutions?” or “what are the top programs by total funding?” Accepts the same filter parameters as Research Grants, so you can scope statistics to any subset of the data before grouping.

Query Parameters

string
Field to group results by. One of source, institution, province, fiscal_year. Default: source. Example: vendor.
string
Field to sum. Only award_amount is currently supported. Default: award_amount. Example: amount.
string
Full-text search across researcher name, institution, program, and keywords — applied before grouping. Example: University of Toronto.
string
Filter to NSERC or SSHRC before grouping. Example: open.canada.
string
Partial match on institution name. Example: Finance Canada.
string
Two-letter province code — e.g. ON, BC, QC. Example: ON.
string
Fiscal year — e.g. 2022-23. Example: 2023-2024.
number
Minimum award amount filter applied before grouping. Example: 100000.
number
Maximum award amount filter applied before grouping. Example: 5000000.
integer
Max groups to return. Default: 100. Max: 200. Example: 25.
integer
Result offset. Default: 0. Example: 50.