Skip to content

An API for finding 990 data by EIN from the IRS Business Master File

Notifications You must be signed in to change notification settings

detroitledger/990-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ledger 990 Data API

Install

npm install

Configure

Copy sample.env to .env and fill in the connection details. Before starting the server, run source .env to export the variables to your local environment.

If you want to use with HTTPS, put your certifiates in the app's root directory and name them cert and key.

Run

node server.js

Use

GET /orgs?eins=123,456,789

Get all data for a list of EINs.

Returns data in this format:

[{
  info: { BMF data about the organization }
  data: [ List of extract data, including assets, revenue, etc]
}]

GET /ein/:ein

Get all data for an EIN

GET /ntee/:ntee

Get all organizations in Detroit with a specific NTEE code (eg "P20"). Results are grouped by organization name.

Data

About

An API for finding 990 data by EIN from the IRS Business Master File

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published