python-sec
python-sec copied to clipboard
A simple python library that allows for easy access of the SEC website so that someone can parse filings, collect data, and query documents.
``` import sys sys.path sys.path.append('/home/oonisim/home/repository/git/oonisim/finance/alexreed/python-sec/') from pprint import pprint from edgar.client import EdgarClient from edgar.enums import StateCodes from edgar.enums import CountryCodes from edgar.enums import StandardIndustrialClassificationCodes # Initialize the Edgar Client...
Work in progress to create a neutral library logger.
I wondered if you gave any consideration towards supporting [*asyncio*](https://realpython.com/async-io-python/) with this library. It is a growing trend within Python because of its performance improvements. Knowingly, it would require a...
Hey folks, Happy to look into this optimisation in a pull request if that works for you and if I'm correct in terms of my thinking below. It looks like...
…ith the "Fair access" guidelines in https://www.sec.gov/os/accessing-edgar-data: "The SEC does not allow botnets or automated tools to crawl the site. Any request that has been identified as part of a...
By default, doesn't it make sense to comply with these limits? Not sure what I might be doing to cause this. I'm running the example and it's locking up due...
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.19. Release notes Sourced from urllib3's releases. 1.26.19 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. Release notes Sourced from requests's releases. v2.32.2 2.32.2 (2024-05-21) Deprecations To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes...