Closed pierotofy closed 2 weeks ago
I'm not sure why the Smoke test for recent filings failed, but I'm guessing it's unrelated to this PR as this command runs fine on my machine:
EDGAR_IDENTITY="S Robinson Robinson@edgar.tools" python tests/batch/batch_filings.py -y 2024 -s 40
echo $? --> 0
This PR adds support for reading company ticker data locally (without needing to ping SEC).
download_edgar_data()
get_cik_tickers_from_ticker_txt
andget_company_tickers
.