aboutsummaryrefslogtreecommitdiff
path: root/data/trades.sqlite3
AgeCommit message (Collapse)Author
2021-04-20Updated the db with the trades for Monday, April 19Michael Foiani
2021-04-17Created a stable load command that uses thhe official edgar rss feed. Had an ↵Michael Foiani
option to load mose recent trades or trades from a certain timefrant.
2021-04-12Added way to load trades straight fron edgar with an archive option.Michael Foiani
2021-04-10Added functionality to add more than 100 trades from the edgar api. It's ↵Michael Foiani
looking pretty good :)
2021-04-10Have a functional fetch and processing that uses the offical edgar api. Need ↵Michael Foiani
to opitmize with parameters in the query and loading in more trades (max is 100 filings). This will help remove any need to get filings from the frontend, along with no issues with paying for an api.
2021-04-10Finally have an xml parser that reads the urls and inserts data into ↵Michael Foiani
database consistently. A couple functionality todos, then need to do some more edge testing.