Let's go back further!
1862 - 2017
field | type | description |
---|---|---|
number | String | Executive order number |
author | String | President who signed the order |
title | String | Official title of the order |
signed_date | Date | Date on which the order was signed |
fr | Integer | Page number in the federal register (if applicable) |
statute | String | Statute identifier (if applicable) |
published_date | Date | Date on which the order was published (if available) |
amends | List | List of Executive Orders this order amends (if applicable) |
String | Link to PDF document (if available) |
- Generated by screen-scraping available executive orders from the Wikisource executive order portal
- Script used to obtain this information can be Found on my GitHub