Inspiration
Following the Capital One challenge, we wanted to make an application combining boring finance with exciting, dynamic web applications.
What it does
Currently, Fin-iQ is only configured to parse information from SEC 10-Q forms. The user pastes a link to an SEC 10-Q filing (publicly available), and hits the 'Get Me Data!' Button. That's it! Fin-iQ does the rest, generating a card with financial information for the user to browse. Try it out with the demos below!
Example cases (these are known to work, though others should too)
- https://www.sec.gov/Archives/edgar/data/77476/000007747618000055/pepsicoq2-10xq6162018.htm
- https://www.sec.gov/Archives/edgar/data/789019/000156459019001392/msft-10q_20181231.htm
- https://www.sec.gov/Archives/edgar/data/320193/000032019319000010/a10-qq1201912292018.htm
- https://www.sec.gov/Archives/edgar/data/1318605/000156459018026353/tsla-10q_20180930.htm
How we built it
We first researched common financial documents, and decided that we would limit the scope of this project to 10-Q forms.
What's next for Fin-iQ
- Parsing more financial documents
- More visualization of data
- Graphing of information
Built With
- cheerio
- express.js
- javascript
- jimp
- requests
Log in or sign up for Devpost to join the conversation.