dgunning / edgartools

Python library for working with SEC Edgar
MIT License
324 stars 70 forks source link

When will the API data be updated? #63

Closed Karie0910 closed 1 week ago

Karie0910 commented 3 weeks ago

I am working on downloading yesterday's N-PORT files. There is data on the sec website. image

My code is like: filings = get_filings(filing_date='2024-06-18', form="NPORT-P", amendments=True)

However, it returns Nothing.

I am wondering when will the data be updated? Thank you!

dgunning commented 2 weeks ago

The SEC filing indexes are published around 10:45 PM EST nightly. This is what is returned by get_filings

To get the most recent filings not yet published in the SEC filing index use get_latest_filings()

I will think about merging the two API calls maybe with a parameter. I should also make it clearer in the docs

dgunning commented 1 week ago

Closed