About

Nonprofits that file IRS Form 990-N, also known as the "e-Postcard," are typically small tax-exempt organizations. Form 990-N is the simplest and least detailed of the annual information returns required by the IRS, and it's intended for organizations with relatively low gross receipts. The characteristics of nonprofits that typically file Form 990-N include:

  • Small Revenue: Nonprofits eligible for Form 990-N usually have annual gross receipts of $50,000 or less. Gross receipts include all income, donations, grants, and other funds the organization receives during the fiscal year.
  • Exempt from Filing Form 990, 990EZ, not 990PF: These organizations are generally exempt from filing the more detailed Forms 990 or 990-EZ, which are required for larger nonprofits. Form 990-N serves as a simplified alternative for reporting basic financial and operational information. Private foundations, no matter their size, are required to file Form 990PF and thus cannot utilize the convenient e-postcard version. A small group of specialized nonprofits such as hospitals, regardless of size, are also required to file the full 990.
  • Typical Types of 990-N Filers: The types of nonprofits that often use Form 990-N can include community-based organizations, small local charities, volunteer groups, clubs, and other similar entities. Examples might include small youth sports teams, local animal shelters, or neighborhood associations.
  • Limited Reporting: Form 990-N is very basic and requires minimal reporting. Organizations typically need to provide their contact information, confirmation of their tax-exempt status, and a statement indicating whether they've had any gross receipts during the reporting year.
  • It Meets the Annual Filing Requirement: Even though it's a simplified form, eligible organizations must still file Form 990-N annually to maintain their tax-exempt status. Failure to file for three consecutive years can lead to automatic revocation of tax-exempt status.

Larger nonprofits with gross receipts above $50,000 but below $200,000 (or with total assets below $500,000) may file Form 990-EZ, which provides more detailed financial information than Form 990-N but is still less comprehensive than the full Form 990.

The ePostcard 990-N database is an instantaneous database, meaning it only has data from the most recent 990-N an organization has filed, not a historic record of every year filed. Note that an organization may appear in the dataset with the most recent filing dated several years ago, but they are likely still in compliance with annual filing requirements if they have since graduated to filing form 990EZ or the full 990.

Use

library( dplyr )
library( kableExtra )

BASE.URL <- "https://nccsdata.s3.us-east-1.amazonaws.com/raw/e-postcard/"
FILE     <- "2023-09-E-POSTCARD.csv" 
d <- read.csv( paste0( BASE.URL, FILE ) )

preview1 <- 
  c("ein", "legal_name", "tax_year",  "gross_receipts_under_25000", 
    "terminated", "tax_period_begin_date", "tax_period_end_date" )

d %>%
  select( preview1 ) %>%
  head() %>%  
  kbl() %>%
  kable_styling( 
    bootstrap_options = "striped", 
    full_width = F,
    font_size = 10, 
    position = "left" )
ein legal_name tax_year gross_receipts_under_25000 terminated tax_period_begin_date tax_period_end_date
10002847 HULLS COVE NEIGHBORHOOD ASSOCIATION 2022 TRUE FALSE 01-01-2022 12-31-2022
10019709 ANCIENT FREE & ACCEPTED MASONS OF MAINE 2022 TRUE FALSE 01-01-2022 12-31-2022
10027415 ANCIENT FREE & ACCEPTED MASONS OF MAINE 2022 TRUE FALSE 04-01-2022 03-31-2023
10052240 CUMBERLAND BAR ASSOCIATION 2022 TRUE FALSE 01-01-2022 12-31-2022
10056995 NATIONAL KITCHEN & BATH ASSO 2022 TRUE FALSE 01-01-2022 12-31-2022
10067817 INDEPENDENT ORDER OF ODD FELLOWS 2022 TRUE FALSE 01-01-2022 12-31-2022
preview2 <- 
  c("officer_name", "officer_zip", 
    "organization_address_line_1", 
    "organization_city", "organization_state", 
    "organization_zip" )

d %>%
  select( preview2 ) %>%
  head() %>%  
  kbl() %>%
  kable_styling( 
    bootstrap_options = "striped", 
    full_width = F,
    font_size = 10, 
    position = "left" )
officer_name officer_zip organization_address_line_1 organization_city organization_state organization_zip
Joanne Sousa 04644 6 Neighborhood Way Hulls Cove ME 04644
Lee Oliver 04730 PO Box 1348 Houlton ME 04730
William Bruns 04915 17 Wight St Belfast ME 04915
Jennifer Lechner 04032 PO Box 434 Freeport ME 04032
Bonnie L Ferreira 04064 161 Saco Ave Old Orchard Beach ME 04064
Michael Anderson 04210 80 Caron Lane Auburn ME 04210

Coverage

As of fall 2023 the database includes one filing from more than 1.3 million organizations.

The dataset contains the LAST ePostcard files by each organization in the dataset. If they no longer appear in the dataset it either means (1) their status has been revoked - you can check the revocations database, (2) they are not in compliance with filing requirements and their status will be evoked shortly, or (3) they graduated up to the 990EZ or full 990 forms (check the Core data series).

The last observations for organizations occur in the following periods:

table( d$tax_year ) %>% 
  kbl( col.names=c("YEAR","N") ) %>%
  kable_styling( 
    bootstrap_options = "striped", 
    full_width = F, 
    position = "left" )
YEAR N
2007 25087
2008 26965
2009 42551
2010 28993
2011 32475
2012 31902
2013 37477
2014 41687
2015 36650
2016 42544
2017 44675
2018 49168
2019 55926
2020 97757
2021 270745
2022 459302





More Datasets

527 Political Action Committees

Electronic filings made by 527 organizations.

elections campaign finance 501c4

IRS 990 Efilers

The most comprehensive data source for 990 filers from 2012-2022.

990 efile governance schedules 990