documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
15 rows where agency_id = "FCA", document_type = "Notice" and posted_year = 2017 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FCA-2017-0019-0001 | FCA | Meetings; Sunshine Act | Notice | 2017-12-07T05:00:00Z | 2017 | 12 | 2017-12-07T05:00:00Z | 2017-12-07T12:44:40Z | 2017-26475 | 0 | 0 | 0900006482ced63c | |||
| FCA-2017-0017-0001 | FCA | Meetings; Sunshine Act | Notice | 2017-11-02T04:00:00Z | 2017 | 11 | 2017-11-02T04:00:00Z | 2017-11-02T11:51:58Z | 2017-23954 | 0 | 0 | 0900006482c36fd3 | |||
| FCA-2017-0015-0001 | FCA | Meetings; Sunshine Act | Notice | 2017-10-04T04:00:00Z | 2017 | 10 | 2017-10-04T04:00:00Z | 2017-10-04T11:49:12Z | 2017-21487 | 0 | 0 | 0900006482b987fa | |||
| FCA-2017-0014-0001 | FCA | Meetings; Sunshine Act | Notice | 2017-09-08T04:00:00Z | 2017 | 9 | 2017-09-08T04:00:00Z | 2017-09-08T11:41:28Z | 2017-19101 | 0 | 0 | 0900006482b179c1 | |||
| FCA-2017-0013-0001 | FCA | Equal Employment Opportunity and Diversity | Notice | 2017-08-30T04:00:00Z | 2017 | 8 | 2017-08-30T04:00:00Z | 2017-08-30T11:53:19Z | 2017-18416 | 0 | 0 | 0900006482af3dfd | |||
| FCA-2017-0012-0001 | FCA | Meetings; Sunshine Act | Notice | 2017-08-09T04:00:00Z | 2017 | 8 | 2017-08-09T04:00:00Z | 2017-08-09T11:37:39Z | 2017-16846 | 0 | 0 | 09000064829e7a29 | |||
| FCA-2017-0011-0001 | FCA | Meetings; Sunshine Act | Notice | 2017-07-10T04:00:00Z | 2017 | 7 | 2017-07-10T04:00:00Z | 2017-07-10T11:45:07Z | 2017-14457 | 0 | 0 | 09000064828b637b | |||
| FCA-2017-0010-0001 | FCA | Meetings; Sunshine Act | Notice | 2017-06-01T04:00:00Z | 2017 | 6 | 2017-06-01T04:00:00Z | 2017-06-01T11:54:48Z | 2017-11407 | 0 | 0 | 0900006482675c6f | |||
| FCA-2017-0008-0001 | FCA | Meetings; Sunshine Act | Notice | 2017-05-03T04:00:00Z | 2017 | 5 | 2017-05-03T04:00:00Z | 2017-05-03T11:50:04Z | 2017-08991 | 0 | 0 | 090000648258d319 | |||
| FCA-2017-0007-0001 | FCA | Meetings; Sunshine Act | Notice | 2017-04-06T04:00:00Z | 2017 | 4 | 2017-04-06T04:00:00Z | 2017-04-06T12:09:07Z | 2017-06965 | 0 | 0 | 090000648253e7de | |||
| FCA-2017-0006-0001 | FCA | Meetings; Sunshine Act | Notice | 2017-03-02T05:00:00Z | 2017 | 3 | 2017-03-02T05:00:00Z | 2017-03-02T13:06:16Z | 2017-04140 | 0 | 0 | 09000064824e6185 | |||
| FCA-2017-0005-0001 | FCA | Meetings; Sunshine Act | Notice | 2017-02-01T05:00:00Z | 2017 | 2 | 2017-02-01T05:00:00Z | 2017-02-01T12:41:27Z | 2017-02170 | 0 | 0 | 09000064824a3bdd | |||
| FCA-2017-0003-0001 | FCA | Market Access Agreement; Correction | Notice | 2017-01-26T05:00:00Z | 2017 | 1 | 2017-01-26T05:00:00Z | 2017-01-26T12:53:22Z | 2017-01760 | 0 | 0 | 09000064824944dd | |||
| FCA-2017-0002-0001 | FCA | Market Access Agreements | Notice | 2017-01-18T05:00:00Z | 2017 | 1 | 2017-01-18T05:00:00Z | 2017-02-18T04:59:59Z | 2017-01-18T13:57:36Z | 2017-01054 | 0 | 0 | 0900006482480680 | ||
| FCA-2017-0001-0001 | FCA | Meetings; Sunshine Act | Notice | 2017-01-06T05:00:00Z | 2017 | 1 | 2017-01-06T05:00:00Z | 2017-01-06T12:52:25Z | 2017-00131 | 0 | 0 | 090000648244ed57 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE documents (
id TEXT PRIMARY KEY,
agency_id TEXT,
docket_id TEXT REFERENCES dockets(id),
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_docket ON documents(docket_id);
CREATE INDEX idx_docs_date ON documents(posted_date);
CREATE INDEX idx_docs_year ON documents(posted_year);
CREATE INDEX idx_docs_type ON documents(document_type);
CREATE INDEX idx_docs_frnum ON documents(fr_doc_num);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;