Good Words Foundation

Washington, DC

Is this your nonprofit?

Claim your profile for free

Learn about benefits

Mission

This organization has not provided GuideStar with a mission statement.

Ruling year info

2019

Main address

2201 Wisconsin Ave NW Ste 200

Washington, DC 20007 United States

EIN

82-5368680

NTEE code info

Private Grantmaking Foundations (T20)

IRS filing requirement

This organization is required to file an IRS Form 990-PF.

Sign in or create an account to view Form(s) 990 for 2023, 2022 and 2021.
Register now

Is this your nonprofit?

Login and update Why claim your profile? Learn about benefits

Programs and results

What we aim to solve

This profile needs more info.

If it is your nonprofit, add a problem overview.

Login and update

This organization has not yet reported any program information.

Where we work

This profile needs more info.

If it is your nonprofit, add geographic service areas to create a map on your profile.

Login and update

Financials

Good Words Foundation
lock

Unlock financial insights by subscribing to our monthly plan.

Subscribe

Unlock nonprofit financial insights that will help you make more informed decisions. Try our monthly plan today.

  • Analyze a variety of pre-calculated financial metrics
  • Access beautifully interactive analysis and comparison tools
  • Compare nonprofit financials to similar organizations

Want to see how you can enhance your nonprofit research and unlock more insights?
Learn more about GuideStar Pro.

Operations

The people, governance practices, and partners that make the organization tick.

lock

Connect with nonprofit leaders

Subscribe

Build relationships with key people who manage and lead nonprofit organizations with GuideStar Pro. Try a low commitment monthly plan today.

  • Analyze a variety of pre-calculated financial metrics
  • Access beautifully interactive analysis and comparison tools
  • Compare nonprofit financials to similar organizations

Want to see how you can enhance your nonprofit research and unlock more insights? Learn More about GuideStar Pro.

lock

Connect with nonprofit leaders

Subscribe

Build relationships with key people who manage and lead nonprofit organizations with GuideStar Pro. Try a low commitment monthly plan today.

  • Analyze a variety of pre-calculated financial metrics
  • Access beautifully interactive analysis and comparison tools
  • Compare nonprofit financials to similar organizations

Want to see how you can enhance your nonprofit research and unlock more insights? Learn More about GuideStar Pro.

This organization has no recorded board members.

' }); $("a").tooltip({ 'selector': '', 'container': '.body' }); if (window.location.hash === "#CCModal") { $("#CCModal").modal("show"); } }); $(document).ready(function () { var $grid = $('.grid').masonry( { columnWidth: '.grid-sizer', gutter: '.gutter-sizer', initLayout: false, itemSelector: '.grid-item', percentPosition: true, horizontalOrder: true }); /*/ Wait until cards are loaded to call masonry*/ $grid.imagesLoaded(function () { $grid.masonry(); }); }); /*////Bootstrap carousel script - photos*/ window.onload = function () { $("#photoCarousel li").first().addClass("active"); $("#photoCarousel .item").first().addClass("active"); /*//swipe functionality for photo carousel*/ let k = 0, lim_low = 0, lim_high = $('#photoCarousel .carousel-indicators li').length - 1; $('#photoCarousel').on('swipeleft', function (e) { if (k < lim_high) { k++; $('#photoCarousel .carousel-indicators li')[k].click(); } }); $('#photoCarousel').on('swiperight', function (e) { if (k > 0) { k--; $('#photoCarousel .carousel-indicators li')[k].click(); } }); $('#photoCarousel .carousel-indicators li').on('click', function (e) { k = $(this).index(); }); }