Skip to content

dhenderson/ntee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

National Taxonomy of Exempt Entities

National Taxonomy of Exempt Entities (NTEE) codes are used by the IRS and others to classify nonprofit organizations in the United States. If you are working on a project that requires classification of nonprofit organizations, NTEE codes can be quite handy. You can learn more about NTEE codes at the Urban Institute website.

While NTEE codes are freely public, I didn't find the codes in friendly formats. This project provides NTEE codes, titles, descriptions, and keywords in a JSON file.

I pulled the NTEE codes, titles, descriptions, and keywords from the National Center for Charitable Statistics NTEE search page.

JSON structure

Each NTEE code is a top level key, with the value a dictionary of the following three attributes:

  • title: A plain language title for the NTEE code
  • description: Description for the NTEE code
  • keywords: A list of strings where each string is a keyword
{
    "ntee_taxonomy_code" : {
        "title" : "title",
        "description" : "description",
        "keywords": [
            "keyword_1",
            "keywords_2"
        ]
    }
}

About

National Taxonomy of Exempt Entities codes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published