dgunning / edgartools

Navigate SEC Edgar data in Python
MIT License
516 stars 101 forks source link

Add support for reading company ticker data from local #138

Closed pierotofy closed 2 weeks ago

pierotofy commented 3 weeks ago

This PR adds support for reading company ticker data locally (without needing to ping SEC).

pierotofy commented 3 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