Just wanted to highlight that I started a Flask Dashboard for the Py-Sec-Edgar package. https://github.com/ryansmccoy/sec-filings-app
Author: ryan
As a Research Analyst, I’ve probably read a couple thousand filings from companies over the years. They contain great information about the companies businesses, including revenue sources, descriptions, outlooks, and financial information. My favorite ones to look at are the Annual Reports (Form 10-K for US Based companies, 20-F for Foreign based companies traded in…
One of the difficulties I had with my multi-monitor setup was figuring out how to efficently and effectively managing my work. Over time I’ve been able to hack together a solution that works for me including mouse with alot of buttons, software to manage window location, and other applications. Software Everything – use all day…
I recently upgrade my work PC (previous post) and as a result I had to dig into a few new technologies, one of them being the newer storage interface, NVMe. Below are a few tests using CrystalDiskMark, overall the most recently manufactured SSD NVMe was the fastest (Intel). Samsung 960 EVO Series – 250GB PCIe NVMe…
At some point I’ll add some more info about my setup, until then bullet points will have to do. Computers: (1) AMD/ASUS/64GB (primary software development) – powers monitors 1,2,3,4,5 above use primarily for business, specifically developing software for investment management/financial services companies Note: I can’t figure out how to turn off the LED… (1)…
Been messing around with Spark, Cassandar, and Python.
I installed Cassandra using Docker and inserted the intra-day data into using following scripts.
A few examples of downloading data using Tiingo API using Python/Pandas. Note that Tiingo requires an API key
A few examples of working with Apache Arrow and Python
The following script will install Anaconda3 (mini) via bash and will also create a user environment with pandas, numpy, sqlalchemy, flask, psycopg2.