home / open_comments

documents

Federal regulatory documents currently open for public comment.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

4 rows where agency_id = "IRS" and document_type = "Proposed Rule" sorted by comment_end_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 1

  • Proposed Rule · 4 ✖

agency_id 1

  • IRS · 4 ✖
id agency_id docket_id title document_type subtype posted_date posted_year posted_month comment_start_date comment_end_date ▲ last_modified fr_doc_num open_for_comment withdrawn object_id
IRS-2026-0430-0001 IRS IRS-2026-0430 Excise Tax on Remittance Transfers Proposed Rule Notice of Proposed Rulemaking (NPRM) 2026-04-13 2026 4 2026-04-13 2026-06-13 2026-04-16 09:00:15 2026-07085 1 0 09000064b9272b5a
IRS-2026-0331-0001 IRS IRS-2026-0331 Guidance: Tax-Exempt Refunding Bonds Proposed Rule Notice of Proposed Rulemaking (NPRM) 2026-03-12 2026 3 2026-03-12 2026-05-12 2026-03-12 19:56:32 2026-04798 1 0 09000064b920b742
IRS-2026-0298-0001 IRS IRS-2026-0298 Trump Accounts (REG-117270-25) Proposed Rule Notice of Proposed Rulemaking (NPRM) 2026-03-09 2026 3 2026-03-09 2026-05-09 2026-04-16 09:00:12 2026-04533 1 0 09000064b920083a
IRS-2026-0266-0001 IRS IRS-2026-0266 Electronic Furnishing of Payee Statements Regarding Digital Asset Sales by Brokers Proposed Rule Notice of Proposed Rulemaking (NPRM) 2026-03-06 2026 3 2026-03-06 2026-05-06 2026-03-08 09:00:05 2026-04431 1 0 09000064b91f848e

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE documents (
            id TEXT PRIMARY KEY,
            agency_id TEXT,
            docket_id TEXT,
            title TEXT,
            document_type TEXT,
            subtype TEXT,
            posted_date TEXT,
            posted_year INTEGER,
            posted_month INTEGER,
            comment_start_date TEXT,
            comment_end_date TEXT,
            last_modified TEXT,
            fr_doc_num TEXT,
            open_for_comment INTEGER,
            withdrawn INTEGER,
            object_id TEXT
        );
CREATE INDEX idx_docs_agency ON documents(agency_id);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date);
CREATE INDEX idx_docs_withdrawn ON documents(withdrawn);
Powered by Datasette · Queries took 7.375ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API