jgfriedman1999
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
The U.S. Securities and Exchange Commission requires companies and individuals to submit data in SEC specific formats. Usually this means taking a columnar dataset and converting it to a specific XML schema. In…
-
It turns out that you can get SEC filings seconds to minutes faster by using URL prediction. This is because the SEC exposes the filing to the internet, before updating feeds like the RSS and PDS. How it works: 1. The…
-
Hey everyone, I'm the developer of an open-source (MIT License) python package to convert SEC submissions into useful data. I've recently put a bunch of stuff in the cloud for a nominal convenience fee. Cloud: 1. SEC…
-
doc2dict is a python package that converts html and pdf documents into dictionaries preserving hierarchy. It also supports table extraction for html files. https://github.com/john-friedman/doc2dict Speed: * html - 500…
-
I was curious if I could use insider trading patterns to predict whether the sentiment of 8-K filings were positive or negative.…
- Show HN: Simple SEC Discord Bot (github.com)
I built a Discord bot that monitors SEC EDGAR in real-time and sends alerts for new filings. You can configure it to track specific form types (e.g. 3/4/5) and companies by CIK, with multi-channel support for different…
-
The SEC rate limits you to 5 requests per second. The SEC has more than 16 million submissions, with each submission having multiple documents. For example, Tesla's 2021 10-K SEC page has 14 documents. Scraping every…
- MuleBot: An open-source tool-calling SEC chatbot (chat.datamule.xyz)
- Show HN: OS SEC Chatbot with Artifacts (chat.datamule.xyz)
A basic implementation of a tool-using SEC chatbot without reasoning ability. Features: * Browse and download Company XBRL facts * View specific sections in filings, e.g. "Tesla's Management Discussion & Analysis"…
-
Features: * parse textual filings into simplified html, interactive html, or structured json. * download sec filings quickly and easily Datasets: * 2024 Management Discussion and Analysis * 2024 10Ks in json format…
- Download SEC filings quickly and without hassle (github.com)