---
title: "/premier/v3"
method: GET
path: "/v3/{ein}"
---

# /premier/v3

`GET /v3/{ein}`

Use an EIN in the path parameter to retrieve data on a nonprofit's financials, people, DEI, and IRS compliance validation.

## Path parameters

- `ein` string, required

## Response `200`

OK

- PublicProfile3
  - `code` integer — HTTP response status code.
  - `message` string — Diagnostic message for response status
  - `took` integer — Time taken for request to process
  - `errors` string[] — List of errors encountered
  - `data` object
    - `summary` Summary3 — Information about the non-profit, such as name and address
      - `organization_id` integer — GuideStar internal organization ID
      - `organization_name` string — Organization name
      - `ein` string — Employee identification number
      - `bridge_id` string — DEPRECATED
      - `address_line_1` string — Organization address street name
      - `address_line_2` string — Organization address Suite or Apartment number
      - `city` string — Organization address city
      - `state` string — Organization address state
      - `zip` string — Organization address zip code
      - `county` string — Organization address county
      - `latitude` string — Latitude of the center of the zip code of an organizations mailing address
      - `longitude` string — Longitude of the center of the zip code of an organizations mailing address
      - `fax` string — Organization fax number
      - `govt_registered_name` string — Legal organization name
      - `also_known_as` string — Comma separated string of names associated with the organization
      - `fiscal_year_end` string — When the fiscal year ends for the organization
      - `fiscal_year_start` string — When the fiscal year begins for the organization
      - `affiliation_code` string — Single digit code designating the type of organization (Central, Intermediate, or Independent) if there is no group exemption or (Central, Intermediate, Independent, or Subordinate) if there is a group exemption.
      - `affiliation_description` string — Description of what the affiliation code means
      - `contact_name` string — Primary contact name
      - `contact_title` string — Primary contact title
      - `contact_email` string — Primary contact email
      - `contact_phone` string — Primary contact phone number
      - `contact_fax` string — Primary contact fax number
      - `gs_profile_update_level` string — Guidestar.org organization profile seal of transparency level
      - `gs_profile_update_level_logo` string — Url to Guidestar.org seal image
      - `deductibility_code` string — Deductibility code signifies whether contributions made to an organization are deductible
      - `deductibility_description` string — Deductibility code description
      - `donation_to_ein` string — EIN that should be used for charitable donations
      - `donation_to_name` string — Organization name that should be used for charitable donations
      - `donation_page` string — Link to the donation page of the organization
      - `areas_served_narrative` string — DEPRECATED
      - `ruling_year` string — Year that organization started operating as a non-profit
      - `gs_public_report` string — Guidestar.org organization profile URL
      - `gs_pro_pdf` string — URL of API call to the Pro PDF API endpoint to download the organization's profile PDF
      - `gs_financial_trends_analysis_pdf` string — URL of API call to the FTA PDF API endpoint to download the organization's financial trends analysis PDF
      - `impact_statement` string — DEPRECATED
      - `subsection_code` string — Subsection Codes are the codes shown under section 501(c) of the Internal Revenue Code of 1986, which define the category under which an organization may be exempt.
      - `subsection_description` string — Description of organization subsection code
      - `keywords` string — Keywords added by the organization to their profile
      - `logo_url` string — Organization logo URL
      - `mission` string — Organization mission statement
      - `is_national_hq` boolean — Whether or not this organization is the national headquarters
      - `demographics_status` string — Description of demographics status that can be displayed to a funder or donor
      - `demographics_status_nonprofit` string — Description of demographics status that can be displayed to a nonprofit
      - `ntee_code` string — National Taxonomy of Exempt Entities (NTEE) Code
      - `sdg` SDG — UN sustainable development goals
        - `id` integer — UN sustainable development goal number
        - `description` string — UN sustainable development goal description
      - `website_url` string — Organization website URL
      - `year_founded` string — Year that an organization was founded
      - `year_incorporated` string — Year that an organization was incorporated
      - `is_non_bmf_org` boolean — Is the organization not on the BMF
      - `first_on_bmf_date` string, date-time — First time organization appeared on the BMF
      - `last_on_bmf_date` string, date-time — Last time an organization appeared on the BMF
      - `profile_data_change_dates` ProfileDataChangeDates — Contains the last change datetimes for several key data values
        - `primary_address_last_modified` string, date-time — Datetime of last update to primary address
        - `payment_address_last_modified` string, date-time — Datetime of last update to payment address
        - `primary_contact_email_last_modified` string, date-time — Datetime of last update to primary contact email address
        - `fundraising_contact_email_last_modified` string, date-time — Datetime of last update to fundraising contact email address
        - `org_website_last_modified` string, date-time — Datetime of last update to organization website address
        - `seal_last_modified` string, date-time — Datetime of last update to organization seal level
        - `dei_last_modified` string, date-time — Datetime of last update to organization demographics information
      - `addresses` Address[]
        - `address_line_1` string — Address line 1
        - `address_line_2` string — Address line 2
        - `city` string — Address city
        - `state` string — Address state
        - `postal_code` string — Address postal code
        - `country` string — Address country
        - `address_type` string — Address type
      - `affiliations` Affiliation[]
        - `affiliation` string — DEPRECATED
        - `year` string — DEPRECATED
      - `awards` Award[]
        - `awarding_external_org` string — DEPRECATED
        - `award_name` string — DEPRECATED
        - `award_year` string — Year award received
      - `formerly_known_as` FormerName[]
        - `former_name` string — DEPRECATED
        - `year` string — DEPRECATED
      - `forms_1023_1024` string[]
      - `letters_of_determination` LetterOfDetermination[]
        - `letter_of_determination_doc_name` string — Document name of the letter of determination
        - `letter_of_determination_url` string — URL to the letter of determination
      - `letters_of_dissolution` LetterOfDissolution[]
        - `name` string — Document name of the letter of dissolution
        - `year` string — Year of dissolution
        - `letter_of_dissolution_url` string — URL to letter of dissolution
      - `ntee_codes` NteeCode[]
        - `ntee_code` string — NTEE code
        - `primary_code` string — NTEE primary code
        - `primary_description` string — NTEE Primary description
        - `sub_code` string — NTEE subcode
        - `sub_description` string — NTEE subcode description
      - `naics_code` NAICSCode — North American Industry Classification System (NAICS) information
        - `naics_code` string — NAICS code
        - `naics_description` string — NAICS code description
      - `sic_codes` SICCode[]
        - `sic_code` string — SIC code
        - `sic_description` string — SIC code description
      - `platinum_evaluation_documents` PlatinumEvaluationDocument[]
        - `document_name` string — Name of evaluation document
        - `document_year` string — Year of evaluation document
        - `document_url` string — URL of evaluation document
        - `document_type` string — DEPRECATED
      - `other_documents` OtherDocument[]
        - `document_name` string — Document name entered by organization
        - `document_year` string — Year document is associated with
        - `otherdocument_contents` string — DEPRECATED
        - `document_url` string — URL to document
      - `photos` PhotoLink[]
        - `picture_url` string — URL to image
        - `caption` string — Image caption
      - `social_media_urls` string[]
      - `telephone_numbers` TelephoneNumber[]
        - `telephone_number` string — Telephone number entered by organization
        - `telephone_type` string — Description of telephone number
      - `videos` Video[]
        - `video_caption` string — Caption of video
        - `video_url` string — URL to video
      - `org_collect_feedback` boolean — Has this organization filled the 'How we listen' section of their profile
      - `org_feedback_example` string — Response to 'How is your organization collecting feedback?'
      - `org_quiz_interest` boolean — Did the organization indicate they had an interest in taking guidestar's feedback quiz
      - `org_learn_more` boolean — Did the organization indicate they had an interest in learning more about feedback practices
      - `feedback_responses` FBResponseText[]
        - `question_text` string — Feedback response question text
        - `response_text` string — Feedback response answer text
      - `pcs_codes` PCS[]
        - `pcs_facet` string — PCS facet name
        - `pcs_code` string — PCS code
        - `pcs_description` string — PCS code description
        - `pcs_parent_code` string — PCS parent code
        - `pcs_parent_description` string — PCS parent code description
      - `profile_sdg_codes` SDG[]
        - `id` integer — UN sustainable development goal number
        - `description` string — UN sustainable development goal description
    - `programs` Programs3 — Collection of an organizations programs and program metrics
      - `programs` Program3[]
        - `name` string — Program name
        - `description` string — Program description
        - `target_population` string — First target population that the program is targeting
        - `target_population2` string — Second target population that the program is targeting
        - `budget` string — Program budget in dollars
        - `areas_served` string[] — Geographic area served by program
      - `platinum_metrics` PlatinumMetrics[]
        - `metric` string — Metric name
        - `years` MetricYear[] — The years this metric was captured and the values for a given year
          - `year` integer — The year for the metric.
          - `value` number, double — The value for the metric.
        - `target_population_served` string[] — The target populations that the metric supports
        - `type_of_metric` string — How this metric is being measured
        - `direction_of_success` string — How to determine if this metric is showing a successful trend
      - `charting_impact_answers` Question[]
        - `question` string — Question text
        - `answer` string — Answer text
    - `financials` Financials3 — Organization financial information
      - `most_recent_year_financials` CurrentFinancial — Current, or most recent, fiscal year (FY) financial information. Since this could come from multiple 990 form types, many of the fields are normalized.
        - `period_begin` string, date-time — Start date of the FY that this current financial object covers
        - `period_end` string, date-time — End date of the fiscal year that this current financial object covers
        - `fiscal_year` integer — The FY as a number
        - `form_type` string — The IRS 990 form type the data in this CurrentFinancial object is based off of.
        - `data_source` string — Source of current financial information
        - `assets_total` number, double — Total monetary amount of assets, in USD
        - `total_liabilities` number, double — Total monetary value of liabilities, in USD
        - `revenue_contributions` number, double — Contributions revenue, i.e. donations, in USD
        - `revenue_govt_grants` number, double — Government grants revenue, in USD
        - `revenue_program_services` number, double — Program services revenue, in USD
        - `revenue_investments` number, double — Investments revenue, in USD
        - `revenue_special_events` number, double — Special events revenue, in USD
        - `revenue_sales` number, double — Sales revenue, in USD
        - `revenue_other` number, double — Other revenue, in USD
        - `total_revenue` number, double — Total revenue,, in USD
        - `expense_administration` number, double — Administration expenses, in USD
        - `expense_program_services` number, double — Program services expenses, in USD
        - `expense_fundraising` number, double — Fundraising expenses, in USD
        - `expense_accounting` number, double — Accounting expenses, in USD
        - `expense_advertising_promotion` number, double — Advertising expenses, in USD
        - `expense_info_technology` number, double — IT expenses, in USD
        - `expense_insurance` number, double — Insurance expenses, in USD
        - `expense_interest` number, double — Interest expenses, in USD
        - `expense_investment_management` number, double — Investment management expenses, in USD
        - `expense_legal` number, double — Legal expenses, in USD
        - `expense_pension_plan` number, double — Pension plan expenses, in USD
        - `expense_professional_fundraising` number, double — Professional fundraising expenses, in USD
        - `unrestricted_net_assets` number, double — Unrestricted net asset, in USD
        - `net_fixed_assets_LBE` number, double — Land, buildings and equipment fixed assets, in USD
        - `notes_payable_mortgages` number, double — mortgages and notes payable to unrelated 3rd parties, in USD
        - `months_of_cash` string — A measurement of how long an organization can operate using cash and cash reserves at current expense levels. Calculated using the formula - Cash plus Savings divided by Total Expenses minus Depreciation divided by 12 months.
        - `expense_professional_fees` number, double — Professional fees expenses, in USD
        - `expense_publications` number, double — Publication expenses, in USD
        - `expense_operating_admin` number, double — Admin operating expenses, in USD
        - `expense_gifts_grants_paid` number, double — Gifts and grants paid expenses, in USD
        - `total_expense_disbursements` number, double — Disbursement expenses, in USD
        - `expenses_total` number, double — Total expenses, in USD
        - `net_gain_loss` number, double — Net gain/loos this FY, in USD
        - `expense_salaries_employee_benefits` number, double — Salary and other employee benefit expense, in USD
        - `cash_and_equivalent_assets` number, double — Cash and equivalent assets, in USD
        - `investments_us_government` number, double — U.S. bond investment gain/loss, in USD
        - `investments_stock` number, double — Stock investment gain/loss, in USD
        - `investments_bonds` number, double — Bond investments gain/loss, in USD
        - `investments_other` number, double — Other investments gain/loss, in USD
        - `land_buildings_equipment` number, double — Land, buildings, equipment end of year value, in USD
        - `other_assets` number, double — Other assets end of year value, in USD
      - `f990_financials` FinancialF9903[]
        - `period_begin` string, date-time — Start date of the FY that this current financial object covers
        - `period_end` string, date-time — End date of the fiscal year that this current financial object covers
        - `membership_dues` number, double — Revenue from recurring membership dues
        - `revenue_contributions` number, double — Contributions revenue, i.e. donations, in USD
        - `revenue_govt_grants` number, double — Government grants revenue, in USD
        - `revenue_program_services` number, double — Revenue derived from fees for program services
        - `revenue_investments` number, double — Revenue from investments
        - `revenue_special_events` number, double — Revenue from special events
        - `revenue_sales` number, double — Revenue from sales of tangible items
        - `revenue_other` number, double — Other revenue sources, not recorded elsewhere
        - `revenue_total` number, double — Total FY revenue
        - `affiliate_net_payments` number, double — Payments to affiliate organizations
        - `expense_program_services` number, double — Expenses incurred from program services
        - `expense_administration` number, double — Administration expenses
        - `expense_fundraising` number, double — Fundraising expenses
        - `expenses_total` number, double — Total FY expenses
        - `net_gain_loss` number, double — Difference between total revenue and total expenses
        - `expense_accounting` number, double — Accounting expenses
        - `expense_advertising_promotion` number, double — Advertising/promotional expenses
        - `expense_info_technology` number, double — IT expenses
        - `expense_insurance` number, double — Insurance expenses
        - `expense_interest` number, double — Interest expenses
        - `expense_investment_management` number, double — Investment management expenses
        - `expense_legal` number, double — Legal expenses
        - `expense_pension_plan` number, double — Pension plan expenses
        - `expense_publications` number, double — Publications expenses
        - `expense_profesional_fundraising` number, double — Professional fundraising expenses
        - `assets_total` number, double — Total assets
        - `unrestricted_net_assets` number, double — Unrestricted new assets
        - `net_fixed_assets_LBE` number, double — Net fixed assets (Land, Buildings, equipment)
        - `net_assets_end_of_year` number, double — Net assets at the end of year
        - `other_expense` number, double — Expenses not recorded elsewhere
        - `notes_payable_mortgages` number, double — total amount of secured mortgages and notes payable to unrelated third parties that are secured by the organization's assets
        - `liabilities_total` number, double — Total liabilities at the end of year
        - `months_of_cash` string — A measurement of how long an organization can operate using cash and cash reserves at current expense levels. Calculated using the formula - Cash plus Savings divided by Total Expenses minus Depreciation divided by 12 months.
        - `part_8_revenue` PartVIII — IRS 990 form Part VIII dealing with revenue
          - `federated_campaigns` number, double — revenue from federated campaigns
          - `membership_dues` number, double — revenue from membership dues
          - `fundraising_events` number, double — revenue from fundraising events
          - `related_orgs` number, double — revenue from related orgs
          - `government_grants` number, double — revenue from government grants
          - `contributions_other` number, double — revenue from other contributions
          - `contributions_noncash` number, double — revenue from other noncash contributions
          - `contributions_all` number, double — total revenue from other contributions
          - `service_revenue` number, double — revenue from services
          - `income_investment` number, double — revenue from income investments
          - `income_bonds` number, double — revenue from income bonds
          - `royalties` number, double — revenue from royalties
          - `rents_real` number, double — Gross Rent-real
          - `rents_personal` number, double — Gross Rent -personal
          - `rent_expenses_real` number, double — Real rental expense
          - `rent_expenses_personal` number, double — Personal rental expense
          - `rent_income_real` number, double — Rental Income-real
          - `rent_income_personal` number, double — Rental Income-personal
          - `net_rental` number, double — Net Rental Income
          - `gross_securities` number, double — Gross sales of Assets-securities
          - `gross_other` number, double — Gross sales of assets-other
          - `cost_securities` number, double — Less cost of sale of assets-securities
          - `cost_other` number, double — Less cost of sales of assets-other
          - `gain_securities` number, double — Gain or loss on sale of assets-securities
          - `gain_other` number, double — Gain or loss on sale of assets-other
          - `net_sales` number, double — net revenue from sales
          - `contributions` number, double — revenue from contributions
          - `gross_special` number, double — gross special revenue
          - `direct_expenses` number, double — direct expenses for the organization
          - `net_special` number, double — net special revenue
          - `gaming_income` number, double — Gross income from gaming
          - `gaming_expenses` number, double — Less expenses from gaming
          - `gaming_net` number, double — Net income from gaming
          - `gross_sales` number, double — gross revenue from sales
          - `cost_goods` number, double — cost of goods
          - `gross_profit` number, double — gross profit earned
          - `revenue_other` number, double — other revenue
          - `revenue_total` number, double — total revenue
          - `service_description_a` string — first specially declared revenue-providing service
          - `service_code_a` number, double — Program service code (a)
          - `service_amount_a` number, double — revenue from service a
          - `service_description_b` string — second specially declared revenue-providing service
          - `service_code_b` number, double — Program service code (b)
          - `service_amount_b` number, double — revenue from service b
          - `service_description_c` string — third specially declared revenue-providing service
          - `service_code_c` number, double — Program service code (c)
          - `service_amount_c` number, double — revenue from service c
          - `service_description_d` string — fourth specially declared revenue-providing service
          - `service_code_d` number, double — Program service code (d)
          - `service_amount_d` number, double — revenue from service d
          - `service_description_e` string — fifth specially declared revenue-providing service
          - `service_code_e` number, double — Program service code (e)
          - `service_amount_e` number, double — revenue from service e
          - `service_description_f` string — sixth specially declared revenue-providing service
          - `service_code_f` number, double — Program service code (f)
          - `service_amount_f` number, double — revenue from service f
        - `part_9_expenses` PartIX — IRS 990 form Part IX dealing with expenses
          - `grants_orgs_us` number, double — expenses from grants issued to US organizations
          - `grants_individuals_us` number, double — expenses from grants issued to US individuals
          - `grants_orgs_non_us` number, double — expenses from grants issued to non US organizations
          - `benefits_total` number, double — total expenses from benefits programs
          - `compensation_current` number, double — current expenses from employee compensation
          - `compensation_disqualified` number, double — expenses from disqualified employee compensation
          - `wages_total` number, double — total expenses from employee wages
          - `pension_total` number, double — expenses from employee pensions
          - `employee_benefits_total` number, double — total expenses from employee benefits
          - `payroll_tax_total` number, double — total expenses from tax on payroll
          - `fees_management` number, double — expenses from management fees
          - `fees_legal` number, double — expenses from legal fees
          - `accounting_fees_total` number, double — total expenses from accounting fees
          - `fees_lobbying` number, double — expenses from lobbying fees
          - `fundraising_total` number, double — total fundraising expenses
          - `fees_investments` number, double — expenses from investment fees
          - `fees_other` number, double — expenses from other fees
          - `ads_promo` number, double — expenses from promotional advertising
          - `office` number, double — office expenses
          - `information_technology` number, double — IT expenses
          - `expense_royalties` number, double — expenses from royalties
          - `occupancy_total` number, double — Occupancy
          - `travel_total` number, double — total expenses from travel
          - `entertain_officials` number, double — Payment of travel for officials
          - `meetings_total` number, double — total expenses from meetings
          - `interest_total` number, double — total expenses from interest accrued
          - `payments` number, double — expenses from payments
          - `depreciation_total` number, double — Depreciation, depletion, and amortization
          - `insurance` number, double — expenses from insurance
          - `expense_a_total` number, double — expenses from specially declared source a
          - `expense_b_total` number, double — expenses from specially declared source b
          - `expense_c_total` number, double — expenses from specially declared source c
          - `expense_d_total` number, double — expenses from specially declared source d
          - `expense_e_total` number, double — expenses from specially declared source e
          - `expenses_total` number, double — total expenses
          - `total_program_services` number, double — total expenses from program services
          - `total_management` number, double — total management expenses
          - `total_fundraising` number, double — total fundraising expenses
          - `expense_joint_total` number, double — total joint expenses
          - `joint_services` number, double — expenses from joint services
          - `joint_general` number, double — general joint expenses
          - `joint_fundraising` number, double — joint fundraising expenses
          - `all_other_expenses` number, double — expenses from all other sources
          - `expense_a_description` string — first specially declared source of expense
          - `expense_b_description` string — second specially declared source of expense
          - `expense_c_description` string — third specially declared source of expense
          - `expense_d_description` string — fourth specially declared source of expense
        - `part_10_balance_sheet` PartX — IRS 990 form Part X, Balance Sheet
          - `cash_boy` number, double — beginning of year cash
          - `cash_eoy` number, double — end of year cash
          - `savings_boy` number, double — beginning of year savings
          - `savings_eoy` number, double — end of year savings
          - `pledges_grants_boy` number, double — Net pledges and grants receivable: beginning of year
          - `pledges_grants_eoy` number, double — Net pledges and grants receivable: end of year
          - `accounts_receivable_boy` number, double — beginning of year accounts receivable
          - `accounts_receivable_eoy` number, double — end of year accounts receivable
          - `qualified_receivable_boy` number, double — beginning of year qualified receivable
          - `qualified_receivable_eoy` number, double — end of year qualified receivable
          - `disqualified_receivable_boy` number, double — beginning of year disqualified receivable
          - `disqualified_receivable_eoy` number, double — end of year disqualified receivable
          - `loans_receivable_boy` number, double — beginning of year loans receivable
          - `loans_receivable_eoy` number, double — end of year loans receivable
          - `inventory_boy` number, double — beginning of year inventory
          - `inventory_eoy` number, double — end of year inventory
          - `prepaid_boy` number, double — beginning of year prepaid
          - `prepaid_eoy` number, double — end of year prepaid
          - `lbe_base` number, double — Land, buildings, and equipment: cost basis
          - `less_depreciation` number, double — Less: accumulated depreciation
          - `lbe_boy` number, double — Land and buildings BOY
          - `lbe_eoy` number, double — Land and buildings EOY
          - `public_securities_boy` number, double — beginning of year public securities
          - `public_securities_eoy` number, double — end of year public securities
          - `other_securities_boy` number, double — beginning of year other securities
          - `other_securities_eoy` number, double — end ofyear other securities
          - `investment_programs_boy` number, double — beginning of year investment programs
          - `investment_programs_eoy` number, double — end of year investment programs
          - `intangible_assets_boy` number, double — beginning of year intangible assets
          - `intangible_assets_eoy` number, double — end of year intangible assets
          - `other_assets_boy` number, double — beginning of year other assets
          - `other_assets_eoy` number, double — end of year other assets
          - `assets_total_boy` number, double — beginning of year total assets
          - `assets_total_eoy` number, double — end of year total asstes
          - `accounts_payable_boy` number, double — beginning of year accounts payable
          - `accounts_payable_eoy` number, double — end of year accounts payable
          - `grants_payable_boy` number, double — beginning of year grants payable
          - `grants_payable_eoy` number, double — end of year grants payable
          - `deferred_revenue_boy` number, double — beginning of year deferred revenue
          - `deferred_revenue_eoy` number, double — end of year deferred revenue
          - `tax_exempt_bonds_boy` number, double — beginning of year tax exempt bonds
          - `tax_exempt_bonds_eoy` number, double — end of year tax exempt bonds
          - `escrow_liability_boy` number, double — beginning of year escrow liability
          - `escrow_liability_eoy` number, double — end of year escrow liability
          - `payable_officiers_boy` number, double — beginning of year payable officiers
          - `payable_officiers_eoy` number, double — end of year payable officiers
          - `secured_notes_payable_boy` number, double — beginning of year secured notes payable
          - `secured_notes_payable_eoy` number, double — end of year secured notes payable
          - `unsecured_notes_payable_boy` number, double — beginning of year unsecured notes payable
          - `unsecured_notes_payable_eoy` number, double — end of year unsecured notes payable
          - `liability_other_boy` number, double — beginning of year other liability
          - `liability_other_eoy` number, double — end of year other liability
          - `liability_total_boy` number, double — beginning of year total liability
          - `liability_total_eoy` number, double — end of year total liability
          - `unrestricted_boy` number, double — Unrestricted net assets: beginning of year
          - `unrestricted_eoy` number, double — Unrestricted net assets: end of year
          - `temporarily_restricted_boy` number, double — Temporarily restricted net assets: Beginning of year
          - `temporarily_restricted_eoy` number, double — Temporarily restricted net assets: End of year
          - `permanently_restricted_boy` number, double — Permanently restricted net assets: Beginning of year
          - `permanently_restricted_eoy` number, double — Permanently restricted net assets: End of year
          - `restricted_boy` number, double — Temporarily restricted net assets: Beginning of year + Permanently restricted net assets: Beginning of year
          - `restricted_eoy` number, double — Temporarily restricted net assets: End of year + Permanently restricted net assets: Beginning of year
          - `capital_boy` number, double — beginning of year capital
          - `capital_eoy` number, double — end of year capital
          - `paid_in_boy` number, double — Paid-in or capital surplus, or land, building, or equipment fund: beginning of year
          - `paid_in_eoy` number, double — Paid-in or capital surplus, or land, building, or equipment fund: end of year
          - `retained_boy` number, double — Retained earnings, endowment, accumulated income, or other funds: beginning of year
          - `retained_eoy` number, double — Retained earnings, endowment, accumulated income, or other funds: end of year
          - `net_total_boy` number, double — beginning of year net total
          - `net_total_eoy` number, double — end of year net total
          - `balances_boy` number, double — beginning of year balances
          - `balances_eoy` number, double — end of year balances
      - `pf990_financials` Financial990PF[]
        - `investments_us_state_government` number, double — Candid use only
        - `period_begin` string, date-time — Tax year begin date
        - `period_end` string, date-time — Tax year end date
        - `cash_equivalent_investible_assets` number, double — Cash—non-interest-bearing, Fair Market Value + Savings and temporary cash investments, Fair Market Value
        - `net_investment_income` number, double — Net investment income
        - `adjusted_net_income` number, double — Adjusted Net Income
        - `total_operating_expenses` number, double — Total operating and administrative expenses
        - `contributions` number, double — Contributions not included in 8a
        - `total_expenses` number, double — Total functional expenses
        - `expense_accounting` number, double — Accounting fees
        - `expense_interest` number, double — Interest expenses
        - `expense_legal` number, double — Legal fees
        - `expense_professional_fees` number, double — Other professional fees
        - `expense_pension_plans` number, double — Pension plans, employee benefits expenses
        - `expense_publications` number, double — Printing and publications expenses
        - `investments_us_state_govt` number, double — Investments—U.S. and state government obligations
        - `investments_stocks` number, double — Investments—corporate stock
        - `investments_bonds` number, double — Investments—corporate bonds
        - `investments_other` number, double — Investments—other
        - `land_buildings_equipment` number, double — Land, buildings, and equipment: basis
        - `other_assets` number, double — Other assets
        - `total_assets` number, double — Total assets
        - `total_liabilities` number, double — Total liabilities
        - `net_assets` number, double — Total assets, Fair Market Value - Total liabilities, Book Value
        - `income_total` number, double — Total revenue - Current Year
      - `f990ez_financials` FinancialF990EZ[]
        - `period_begin` string — Tax year begin date
        - `period_end` string — Tax year end date
        - `accounting_method` string — Accounting Method
        - `organization_type` string — Tax-exempt status
        - `date_last_modified` string — Candid use only
        - `revenue_contributions` number, double — Contributions, gifts, grants, and similar amounts received .
        - `revenue_program_services` number, double — Program service revenue including government fees and contracts
        - `revenue_membership_dues` number, double — Membership dues and assessments revenues
        - `revenue_investments` number, double — Investment income
        - `revenue_sales_other` number, double — Gain or (loss) from sale of assets other than inventory
        - `revenue_special_events` number, double — Net income or (loss) from gaming and fundraising events
        - `revenue_sales_inventory` number, double — Gross sales of inventory, less returns and allowances
        - `revenue_sales` number, double — Gross sales of inventory, less returns and allowances
        - `revenue_other` number, double — Total all other revenue
        - `total_revenue` number, double — Total revenue - Current Year
        - `expense_grants` number, double — Grants and similar amounts paid
        - `expense_benefits` number, double — Benefits paid to or for members
        - `expense_salaries_employee_benefits` number, double — Salaries, other compensation, and employee benefits
        - `expense_professional_fees` number, double — Professional fees and other payments to independent contractors
        - `expense_occupancy` number, double — Occupancy, rent, utilities, and maintenance
        - `expense_printing_publications_postage` number, double — Printing, publications, postage, and shipping
        - `expense_other` number, double — Other expenses
        - `total_expenses` number, double — Total functional expenses
        - `net_gain_loss` number, double — Excess or (deficit) for the year
        - `other_changes` number, double — Other changes in net assets or fund balances
        - `cash_savings_investments_boy` number, double — Beginning of year cash, savings, and investments
        - `land_and_buidings_boy` number, double — Beginning of year land and buildings assets
        - `other_assets_boy` number, double — Beginning of year other assets
        - `total_assets_boy` number, double — Beginning of year total assets
        - `total_liabilities_boy` number, double — Beginning of year total liabilities
        - `net_assets_boy` number, double — Net assets or fund balances at the beginning of the year
        - `cash_savings_investments_eoy` number, double — End of year cash, savings, and investments
        - `land_and_buidings_eoy` number, double — End of year land and buildings assets
        - `other_assets_eoy` number, double — End of year other assets
        - `total_assets_eoy` number, double — End of year total assets
        - `total_liabilities_eoy` number, double — End of year total liabilities
        - `net_assets_eoy` number, double — Net assets or fund balances at the end of the year
        - `part_1_revenue_expenses` EZFinancialsPartI — IRS Form 990 EZ Financials Part I, Revenue, Expenses, and Changes in Net Assets or Fund Balances
          - `contributions_total` number, double — total contributions
          - `service_revenue` number, double — service revenue
          - `membership_dues` number, double — revenue from membership dues
          - `income_investments` number, double — revenue from income investments
          - `gross_other` number, double — gross revenue from other sources
          - `cost_other` number, double — Less cost of sales of assets- other
          - `gain_other` number, double — Gain or loss on sale of assets-other
          - `gross_gaming` number, double — gross gaming revenue
          - `gross_fundraising` number, double — gross fundraising revenue
          - `gross_special` number, double — gross special revenue
          - `direct_expenses` number, double — direct expenses
          - `net_special` number, double — net special revenue
          - `gross_sales` number, double — gross revenue from sales
          - `cost_goods` number, double — cost of goods
          - `gross_profit` number, double — gross profit
          - `revenue_other` number, double — revenue from other sources
          - `revenue_total` number, double — total revenue
          - `grants_total` number, double — total grants paid
          - `benefits_total` number, double — total benefits paid
          - `compensation_total` number, double — total compensation expenses
          - `fundraising_total` number, double — total fundraising expenses
          - `occupancy_total` number, double — total expenses from occupancy, rent, utilities, and maintenance
          - `printing_total` number, double — total printing expenses
          - `other_expenses_total` number, double — total expenses from other sources
          - `functional_expenses_total` number, double — total functional expenses
          - `year_excess` number, double — excess (or deficit) for the year
          - `net_assets_boy` number, double — beginning of year net assets
          - `assets_change` number, double — changes in assets
          - `net_assets_eoy` number, double — end of year net assets
        - `part_2_balance_sheet` EZFinancialsPartII — IRS Form 990 EZ Financials Part II, Balance Sheet
          - `cash_boy` number, double — beginning of year cash
          - `lbe_boy` number, double — beginning of year land and buildings
          - `assets_other_boy` number, double — beginning of year other assets
          - `assets_total_boy` number, double — beginning of year total assets
          - `liability_total_boy` number, double — beginning of year total liability
          - `net_total_boy` number, double — beginning of year net total
          - `cash_eoy` number, double — end of year cash
          - `lbe_eoy` number, double — end of year land and buildings
          - `assets_other_eoy` number, double — end of year other assets
          - `assets_total_eoy` number, double — end of year total assets
          - `liability_total_eoy` number, double — end of year total liability
          - `net_total_eoy` number, double — end of year net total
      - `financial_trends_analysis` FinancialTrends[]
        - `fiscal_year` string — The fiscal year as a number
        - `business_model_indicators` BusinessModelIndicators — list of business model indicators enumerated below
          - `profitability` Profitability — profitability section of financial trends analysis
            - `Unrestricted_surplus_(deficit)_before_depreciation` integer — unrestricted surplus or deficit before depreciation
            - `surplus_as_percent_of_expenses_before_depreciation` string — surplus as a percent of expenses before depreciation
            - `Unrestricted_surplus_(deficit)_after_depreciation` integer — unrestricted surplus or deficit after depreciation
            - `surplus_as_percent_of_expenses_after_depreciation` string — surplus as a percent of expenses after depreciation
          - `revenue_composition` RevenueComposition — revenue composition section of financial trends analysis
            - `total_revenue_unrestricted_and_restricted` integer — total revenu, unrestricted and restricted
            - `total_revenue_percent_change_over_prior_year` string — total percent change in revenue over prior year
            - `total_revenue_prior` number, double — total revenue prior
            - `program_svcs_revenue` string — programs/services revenue
            - `membership_dues` string — membership dues revenue
            - `investment_income` string — investment income revenue
            - `government_grants` string — government grants revenue
            - `other_grants_contributions` string — other grants/contributions revenue
            - `other_revenue` string — other revenue
          - `expense_composition` ExpenseComposition — expense composition section of financial trends analysis
            - `total_expenses_before_depreciation` integer — total expenses before depreciation
            - `total_expenses_percent_change_over_prior_year` string — total expenses percent change over the prior year
            - `personnel` string — personnel expenses
            - `professional_fees` string — professional fees expenses
            - `occupancy` string — occupancy expenses
            - `interest_expense` string — expenses from interest
            - `pass_through` string — Pass through expenses
            - `all_other_expenses` string — all other expenses
          - `full_cost_components` FullCostComponents — full cost components section of financial trends analysis
            - `total_expenses_after_depreciation` integer — total expenses after depreciation
            - `one_month_of_savings` integer — one month of savings
            - `debt_principal_payment` integer — Debt principal payment
            - `fixed_asset_additions` integer — Fixed asset additions
            - `total_full_costs_estimated` integer — estimated total full costs
        - `capital_structure_indicators` CapitalStructureIndicators — list of capital structure indicators enumerated below
          - `liquidity` Liquidity — liquidity capital structure indicator
            - `months_of_cash` number, double — months worth of cash
            - `months_of_cash_and_investments` number, double — months worth of cash and investments
            - `months_of_estimated_liquid_unrestricted_net_assets` number, double — estimated months worth of liquid unrestricted net assets
          - `balance_sheet_composition` BalanceSheetComposition — balance sheet composition
            - `cash` integer — total cash
            - `investments` integer — total investments
            - `receivables` integer — total receivables
            - `gross_land_buildings_and_equipment_lbe` integer — gross land buildings and equipment amount
            - `accumulated_depreciation_as_percent_of_lbe` string — accumulated depreciation as percent of land and buildings
            - `liabilities_as_percent_of_net_assets` string — liabilities as a percent of net assets
            - `unrestricted_net_assets` integer — unrestrited net assets total
            - `temporarily_restricted_net_assets` integer — temporarily restricted net assets total
            - `permanently_restricted_net_assets` integer — permanently restricted net assets total
            - `restricted_net_assets` integer — restricted net assets total
            - `total_net_assets` integer — total net assets
        - `key_data_checks` KeyDataChecks — list of key data checks enumerated below
          - `data_check_errors` boolean — presence of data check errors
      - `financial_documents` FinDoc[]
        - `form990_name` string — File name document uploaded as
        - `form990_year` string — Year file pertains to
        - `form990_url` string — URL to access this document
        - `form990_source` string — Source of document
      - `forms_990T` Form990T[]
        - `form990t_name` string — The name of the file.
        - `form990t_url` string — URL for the organization's Form 990 T
      - `funding_needs` FundingNeed[]
        - `funding_need` string — DEPRECATED
        - `amount_needed` string — DEPRECATED
      - `funding_sources` FundingSource[]
        - `funding_source` string — DEPRECATED
        - `funding_amount` string — DEPRECATED
      - `financial_statements` FinancialStatement[]
        - `fiscal_year_begin` string — DEPRECATED
        - `fiscal_year_end` string — When the fiscal year ends.
        - `auditing_company` string — The company that audited the financials.
        - `doc_name` string — The name of the uploaded document
        - `document_url` string — The url of the document
      - `annual_reports` AnnualReport[]
        - `doc_name` string — The document's name.
        - `contents` string — DEPRECATED
        - `year` string — The year the document is from.
        - `url` string — The url for the document.
      - `accounting_ratios` Ratios[]
        - `year` integer — The fiscal year.
        - `months_of_cash` string — A measurement of how long an organization can operate using cash and cash reserves at current expense levels. Calculated using the formula: Cash plus Savings divided by Total Expenses minus Depreciation divided by 12 months.
        - `liquidity` string — The ratio of an organization's capacity to repay its current liabilities through cash and cash equivalents. Metric calculated using the 'Quick Ratio' (Cash + Savings + Short Term Investments + Accounts Receivable) / Total Liabilities.
        - `fringe_rate` string — The cost of employee benefits divided by the wages paid to employees. Calculated using the formula: Pensions plus Benefits plus Payroll Tax Totals divided by Current Compensation plus Total Wages.
        - `net_gain_loss` string — The amount of net gain or net loss.
    - `operations` Operations2 — Organization operations information
      - `leader_name` string — Organization leader name
      - `leader_profile` string — Organization leader profile
      - `co_leader_name` string — Organization co-leader name
      - `co_leader_profile` string — Organization co-leader profile
      - `no_of_employees` integer — Number of employees of the organization
      - `no_of_volunteers` integer — Number of volunteers at an organization
      - `organization_email` string — DEPRECATED
      - `organization_details_year` integer — The year details in operations are from
      - `officers_directors_key_employees` Person[]
        - `name` string — The board member's first and last name.
        - `title` string — The board member's title.
        - `type` string[]
        - `compensation` number, double — The salary for the staff member's position.
        - `related_compensation` number, double — Salary from other related organizations.
        - `other_compensation` number, double — Benefits provided by the organization.
        - `hours` string — Hours spent on their position.
        - `benefits` string — DEPRECATED
      - `highest_paid_employees` Person[]
        - `name` string — The board member's first and last name.
        - `title` string — The board member's title.
        - `type` string[]
        - `compensation` number, double — The salary for the staff member's position.
        - `related_compensation` number, double — Salary from other related organizations.
        - `other_compensation` number, double — Benefits provided by the organization.
        - `hours` string — Hours spent on their position.
        - `benefits` string — DEPRECATED
      - `employees_greater_than_100K` integer — Number of employees that are paid at least $100k
      - `board_chair_name` string — Name of the board chairperson
      - `board_chair_affiliation` string — Company board chairperson is associated with
      - `board_chair_term_start` string — Start year of board chair term
      - `board_chair_term_end` string — End year of board chair term
      - `board_co_chair_name` string — Name of board co-chairperson
      - `board_co_chair_affiliation` string — Company board co-chairperson is associated with
      - `board_co_chair_term_start` string — Start year of board co-chair term
      - `board_co_chair_term_end` string — End year of board co-chair term
      - `board_of_directors` BoardMember[]
        - `name` string — The board member's first and last name.
        - `title` string — DEPRECATED
        - `company` string — The company the board member works for.
      - `board_leadership_practices` Question[]
        - `question` string — Question text
        - `answer` string — Answer text
      - `organization_demographics` OrganizationDemographics
        - `total_board_members` integer — DEPRECATED
        - `total_fulltime_staff` integer — DEPRECATED
        - `total_parttime_staff` integer — DEPRECATED
        - `total_staff` integer — DEPRECATED
        - `total_senior_staff` integer — DEPRECATED
        - `tracks_staffboardvol_retention` boolean — DEPRECATED
        - `tracks_staffboard_income` boolean — DEPRECATED
        - `tracks_staffboard_age` boolean — DEPRECATED
        - `tracks_vendor_diversity` boolean — DEPRECATED
        - `has_diversity_committee` boolean — DEPRECATED
        - `has_diversity_manager` boolean — DEPRECATED
        - `diversity_manager_fulltime` boolean — DEPRECATED
        - `diversity_plan` boolean — DEPRECATED
        - `supports_diversity_via_other_methods` boolean — DEPRECATED
        - `equity_strategies` EquityStrategy — list of equity strategy items enumerated below
          - `data_compensation` boolean — presence of compensation information
          - `data_disparities` boolean — presence of data disparities information
          - `data_root_cause` boolean — presence of root cause information
          - `data_programming_goals` boolean — presence of programming goals information
          - `data_feedback` boolean — presence of feedback information
          - `data_demographics` boolean — presence of demographics information
          - `data_strategic_plan` boolean — presence of strategic plan information
          - `policy_standards` boolean — presence of policy standards information
          - `policy_promotion` boolean — presence of promotion policy information
          - `policy_evaluation` boolean — presence of evaluation policy information
          - `policy_community` boolean — presence of community policy information
          - `policy_leadership` boolean — presence of leadership policy information
          - `policy_satisfaction` boolean — presence of satisfaction policy information
          - `policy_equity` boolean — presence of equity policy information
          - `equity_strategy_last_modified` string — equity strategy section's last modified date for the organization
        - `categories` DemographicsCategory[] — DEPRECATED
          - `category` string — DEPRECATED
          - `org_does_not_collect_for` object
          - `subcategories` DemographicsSubCategory[] — DEPRECATED
            - `subcategory` string — DEPRECATED
            - `staff_levels` DemographicsStaffLevel[] — DEPRECATED
              - …
      - `demographics` DEI2Demographics
        - `staff_level_totals` StaffLevelTotals — Demographic totals for staff
          - `total_board_members` string, nullable — Total number of board members
          - `total_staff` string, nullable — Total number of staff
          - `total_senior_staff` string, nullable — Total number of senior staff
        - `equity_strategies` EquityStrategy — list of equity strategy items enumerated below
          - `data_compensation` boolean — presence of compensation information
          - `data_disparities` boolean — presence of data disparities information
          - `data_root_cause` boolean — presence of root cause information
          - `data_programming_goals` boolean — presence of programming goals information
          - `data_feedback` boolean — presence of feedback information
          - `data_demographics` boolean — presence of demographics information
          - `data_strategic_plan` boolean — presence of strategic plan information
          - `policy_standards` boolean — presence of policy standards information
          - `policy_promotion` boolean — presence of promotion policy information
          - `policy_evaluation` boolean — presence of evaluation policy information
          - `policy_community` boolean — presence of community policy information
          - `policy_leadership` boolean — presence of leadership policy information
          - `policy_satisfaction` boolean — presence of satisfaction policy information
          - `policy_equity` boolean — presence of equity policy information
          - `equity_strategy_last_modified` string — equity strategy section's last modified date for the organization
        - `categories` DEI2Category[]
          - `category_id` integer — Category Id
          - `category` string — category description
          - `board_members_not_collected` boolean — presence of board member data collected in category
          - `staff_not_collected` boolean — presence of staff data collected in category
          - `senior_staff_not_collected` boolean — presence of senior staff data collected in category
          - `subcategories` DEI2SubCategory[] — subcategory descriptions
            - `subcategory_id` integer — Subcategory Id
            - `subcategory` string — subcategory description
            - `board_members` integer — board members in demographic group
            - `staff` integer — staff members in demographic group
            - `senior_staff` integer — senior staff members in demographic group
            - `reported_by_ceo` boolean — whether or not reported by CEO
            - `reported_by_coceo` boolean — whether or not reported by co CEO
      - `contractors` Contractor[]
        - `name` string — The contractors name.
        - `address` string — The contractors address.
        - `compensation` string — The contractors compensation.
        - `service_type` string — The type of service the contractor provided.
      - `blog_url` string — URL of organization blog
      - `fundraising_contact_name` string — Name of primary fundraising contact
      - `fundraising_contact_title` string — Title of primary fundraising contact
      - `fundraising_contact_email` string — Email address of primary fundraising contact
      - `fundraising_contact_phone` string — Phone number of primary fundraising contact
      - `preparer_firm_name` string — Tax preparation firm name
      - `preparer_firm_address` string — Tax preparation firm address
      - `preparer_firm_ein` string — Tax preparation firm EIN
      - `preparer_firm_phone` string — Tax preparation firm phone number
      - `senior_staff` SeniorStaff[]
        - `name` string — DEPRECATED
        - `title` string — DEPRECATED
        - `experience` string — DEPRECATED
      - `other_staff` OtherStaff[]
        - `name` string — DEPRECATED
        - `title` string — DEPRECATED
        - `type` string — DEPRECATED
      - `accreditations` Accreditation[]
        - `accreditation` string — DEPRECATED
        - `year` string — DEPRECATED
    - `charitycheck` CharityCheck — Organization Charity Check information
      - `organization_id` string — A unique number identifying organizations and organizational entities.
      - `organization_info_last_modified` string — Date the organization's information was last updated.
      - `ein` string — Employer Identification Number.
      - `organization_name` string — The public name recognized by the IRS.
      - `organization_name_aka` string — Organization name "Also Known As"
      - `address_line1` string — Address of the organization.
      - `address_line2` string — Additional address information.
      - `city` string — City of the organization's address.
      - `state` string — State (Abbreviation) of the organization's address.
      - `state_name` string — State (Full Name) of the organization's address.
      - `zip` string — Zip code of the organization's address.
      - `filing_req_code` string — This indicates the primary return(s) the organization is required to file.
      - `charity_check_last_modified` string — Date the Charity Check report was last modified.
      - `pub78_church_message` string — A message indicating that although the organization is not on the Pub78, their filing requirement code shows that they are a religious organization and are therefore not required to appear on the Pub78 to establish their status.
      - `pub78_organization_name` string — Organization name as it appears in the Publication 78 data.
      - `pub78_ein` string — EIN (Employer Identification Number) as it appears in the Publication 78 data.
      - `pub78_verified` string — Whether the organization is listed on the most current Publication 78. Also known as the Cumulative List of Organizations, IRS Publication 78 lists all organizations to which charitable contributions are tax deductible. The Publication 78 record for each organization includes the organization's name, its city, and its current tax-exempt status, including what percentage of contributions to it are tax deductible. Subordinate organizations in group exemptions inherit the Pub78 status of the parent organization.
      - `pub78_city` string — City of the organization as it appears in the Publication 78 data.
      - `pub78_state` string — State of the organization as it appears in the Publication 78 data.
      - `pub78_indicator` string — Indicator for understanding an organization's Publication 78 data. Subordinate organizations in group exemptions inherit the Pub78 status of the parent organization.
      - `organization_types` object[]
        - `organization_type` string — Type of organization and use of contribution as it appears in the Publication 78.
        - `deductibility_limitation` string — In general, an individual who itemizes deductions may deduct contributions to most charitable organizations up to 50% of his or her adjusted gross income computed without regard to net operating loss carrybacks. Individuals generally may deduct charitable contributions to other organizations up to 30% of their adjusted gross income (computed without regard to net operating loss carrybacks). These limitations (and organizational status) are indicated.
        - `deductibility_status_description` string — Deductibility Status Codes.
      - `most_recent_pub78` string — Date of most recent Publication 78.
      - `most_recent_irb` string — Date of the most recent Internal Revenue Bulletin.
      - `bmf_church_message` string — A message indicating that although the organization is not on the IRS BF, their filing requirement code shows that they are a church or religious organization and are therefore not required to appear on the IRS BMF to establish their status.
      - `bmf_organization_name` string — Organization name as it appears in the Business Master File.
      - `bmf_ein` string — EIN (Employer Identification Number) as it appears in the Business Master File.
      - `bmf_status` string — If the organization appears in the Business Master File.
      - `most_recent_bmf` string — Date of the most recent IRS Business Master File.
      - `bmf_subsection` string — Subsection code as it appears in Business Master File. This code identifies the type of tax-exempt organization. This is often used to determine if contributions to them are tax deductible.
      - `subsection_description` string — Subsection code description as it relates to the subsection code that appears in Business Master File. This code identifies the type of tax-exempt organization. This is often used to determine if contributions to them are tax deductible.
      - `foundation_code` string — Organizations can select IRS foundation codes to describe their organization type.
      - `foundation_code_description` string — Textual description of the foundation code.
      - `ruling_month` string — This is the month on a ruling or determination letter recognizing the organization's exempt status.
      - `ruling_year` string — This is the year on a ruling or determination letter recognizing the organization's exempt status.
      - `adv_ruling_month` string — This is the month on an advanced ruling recognizing the organization's exempt status. A section 501(c)(3) organization that has received an advance ruling with an expiration date on or after June 9, 2008, is classified as a publicly supported charity during its first five years. Such an organization and its donors may rely on the organization's advance ruling and the organization no longer needs to file Form 8734 with the IRS. Beginning with the organization's sixth year, it must establish that it met the public support test by showing that it is publicly supported on its Form 990, Return of Organization Exempt From Income Tax.On September 9, 2008, the IRS issued temporary Income Tax Regulations, which eliminated the advance ruling process for a section 501(c)(3) organization. Under the new regulations, a new 501(c)(3) organization will be classified as a publicly supported charity, and not a private foundation, if it can show that it reasonably can be expected to be publicly supported when it applies for tax-exempt status.
      - `adv_ruling_year` string — This is the year on an advanced ruling recognizing the organization's exempt status. A section 501(c)(3) organization that has received an advance ruling with an expiration date on or after June 9, 2008, is classified as a publicly supported charity during its first five years. Such an organization and its donors may rely on the organization's advance ruling and the organization no longer needs to file Form 8734 with the IRS. Beginning with the organization's sixth year, it must establish that it met the public support test by showing that it is publicly supported on its Form 990, Return of Organization Exempt From Income Tax. On September 9, 2008, the IRS issued temporary Income Tax Regulations, which eliminated the advance ruling process for a section 501(c)(3) organization. Under the new regulations, a new 501(c)(3) organization will be classified as a publicly supported charity, and not a private foundation, if it can show that it reasonably can be expected to be publicly supported when it applies for tax-exempt status.
      - `group_exemption` string — This is a 4-digit IRS-internal number assigned to parent organizations holding group exemption letters. Subordinate organizations in group exemptions inherit the Pub78 status of the parent organization.
      - `exempt_status_code` string — The EO Status Code defines the type of exemption held by the organization.
      - `ofac_status` string — Indicates whether this organization has been listed by OFAC on the Specially Designated National (SDN) List. Also known as the 'Terrorist Watch List'.
      - `revocation_code` string — Indicates the revocation code provided by the IRS in the Automatic Revocation file.
      - `revocation_date` string — Date of revocation.
      - `reinstatement_date` string — Date of reinstatement, if any.
      - `irs_bmf_pub78_conflict` string — Indicates whether the Business Master File and Publication 78 data are reporting the organization differently regarding its classification as a private foundation.
      - `foundation_509a_status` string — Non-private foundation status.
      - `irb_organization_id` string — Candid Internal Use Only (Removed in Future API Versions).
      - `bulletin_number` string — If the organization was listed in an Internal Revenue Bulletin, the bulletin number is listed here.
      - `bulletin_url` string — URL link to the IRB.
      - `effective_date` string — Effective date of the IRB.
      - `irb_last_modified` string — The date that GuideStar IRB last modification date.
      - `report_date` string — Date and time the Charity Check API returned the result. Reported in Greenwich Mean Time (GMT).
      - `foundation_type_code` string — Organizations can select IRS foundation codes to describe their organization type.
      - `foundation_type_description` string — Textual description of the foundation code.
      - `parent_organizations` object[]
        - `ein` string — EIN of parent organization.
        - `organization_name` string — Name of Parent Organization.
        - `group_exemption` string — This is a four-digit internal number assigned to parent organizations holding group exemption letters.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — No Results Found
- `406` — Not Acceptable
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.dev/candid/apis/rfpapi.md) · [All operations](https://skmtc.dev/candid/apis/rfpapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/candid/rfpapi/revisions/bb9133e46de6/schema)
