Skip to content

Instantly share code, notes, and snippets.

@dgunning
Created October 21, 2023 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgunning/7635b5aee3d4bfdfe34dcab089717e0b to your computer and use it in GitHub Desktop.
Save dgunning/7635b5aee3d4bfdfe34dcab089717e0b to your computer and use it in GitHub Desktop.
Get the most recent filings including filings made after the 5:30 pm deadline
from edgar import *
# Get the current filings
filings = get_current_filings()
# Page through the filings
filings = filings.next()
# Select the filing you want
filing = filings[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment