Skip to content
/ svb8k Public

Repository for svb8k.com - public utility to see if a company was affected by SVB via SEC 8-K statements.

Notifications You must be signed in to change notification settings

makvoid/svb8k

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVB 8-K Search

Monorepo for my svb8k.com project, where I have aggregated 8-K excerpts from US-based publicly traded companies which mention Silicon Valley Bank. This makes it easier to see which public companies are potentially affected by the fallout of the bank.

Each part of the project contains a README which has details on installation/configuration.

Repo Structure

  • Public
    • API: Express API to serve the user interface and provide an API to send contact requests or other requirements.
    • User Interface: Angular frontend powered by Algolia InstantSearch. Allows Users to search through the records available, see some FAQs, or send a contact request if desired.
  • Parser
    • SEC EDGAR parsing script which gets the latest 8-K reports, detects if they mention SVB, and then saves it into a MongoDB database for later processing.
  • Backend
    • API: Express API to handle interacting with the data and Algolia
    • User Interface: Angular frontend used in conjunction with the API to process reports and create the Algolia records

Contributions

Feel free to submit a pull request with changes! This was just a quick project I did over the weekend so I'm sure there are many improvements that could be made.

About

Repository for svb8k.com - public utility to see if a company was affected by SVB via SEC 8-K statements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published