Load the full IRS 990 e-filer index from the Data Commons
get_current_index_full.RdDownloads the most recent "all years" IRS 990 e-file index
published to the Giving Tuesday Data Commons and returns it as a
data.table. This is the complete index of every available filing.
Value
A data.table with one row per filing. See index for the column
definitions.
Details
Locates the newest index_all_years_... CSV by walking backward
from today (see find_current_index_full()), downloads it, sorts by
ReturnTs, and drops duplicate URLs (keeping the most recent). A count
of filings per TaxYear is printed as a side effect.
See also
get_current_index_batch() for the incremental "latest only"
index; find_current_index_full() to resolve just the URL.