get_foundation_grants
Retrieve a foundation's grants from its IRS 990-PF filings, filtered by year, recipient location, or purpose, with aggregate statistics.
Instructions
List individual grants a foundation has made, from its 990-PF filings.
Ordered largest-first with aggregate stats. Each grant reports recipient HQ country and US state when known. Note: recipient_country is where the grantee is registered, not necessarily where program work happens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ein | Yes | Foundation EIN, 9 digits, with or without hyphen. | |
| year | No | Optional filing year filter (e.g. 2023). | |
| ntee_code | No | Optional NTEE code to filter recipients (e.g. "B41", "E"). | |
| recipient_country | No | ISO 3166-1 alpha-2 recipient HQ country (e.g. "IN", "CH", "ZA"). | |
| recipient_state | No | Two-letter US state code for recipient HQ. | |
| purpose_keyword | No | Case-insensitive substring matched against grant purpose (e.g. "vaccine", "digital health"). | |
| limit | No | Max grants, 1-50 (default 20). |