Skip to content

Ryan's Tangents

Investment Management & Technology

  • About Me

Category: Python

From Spreadsheets to DataFrames: Escaping Excel Hell with Python

Posted on 2019-11-182019-11-18 by Ryan

I gave a talk at STL Python last week about learning Python from an Excel User point of view. Check out the GitHub repo for slides and examples.

Continue Reading
Share

EPS & Sales Estimates from Yahoo Finance using Python

Posted on 2019-01-282019-02-04 by Ryan

“What really drives stock price is when something is unanticipated,” said Erik Gordon, a professor at the Ross School of Business at the University of Michigan. Earnings season is the time during which publicly-traded companies announce their financial results in the market. It occurs at the end of every quarter, i.e., four times in a…

Continue Reading
Share

Python Project with Google Cloud Source Repo

Posted on 2018-11-072019-09-22 by Ryan

Assuming Conda and Google Cloud SDK are install, open up command prompt and run following commands:

Continue Reading
Share

Flask Dashboard for Py-Sec-Edgar

Posted on 2018-09-092018-10-15 by ryan

Just wanted to highlight that I started a Flask Dashboard for the Py-Sec-Edgar package. https://github.com/ryansmccoy/sec-filings-app

Continue Reading
Share

Having fun with Apache Spark, Cassandra, and Python

Posted on 2018-05-212018-12-26 by ryan

Been messing around with Spark, Cassandar, and Python.

Continue Reading
Share

Using Apache Cassandra to store Intra-Day Data

Posted on 2018-05-212019-02-04 by ryan

I installed Cassandra using Docker and inserted the intra-day data into using following scripts.

Continue Reading
Share

Tiingo API to download EOD and Intraday data

Posted on 2018-05-202018-10-01 by ryan

A few examples of downloading data using Tiingo API using Python/Pandas. Note that Tiingo requires an API key

Continue Reading
Share

Saving EOD Stock Data using Apache Arrow Examples

Posted on 2018-05-202018-10-01 by ryan

A few examples of working with Apache Arrow and Python

Continue Reading
Share

Anaconda–Linux (Bash) Installation Script

Posted on 2018-03-072018-10-07 by ryan

The following script will install Anaconda3 (mini) via bash and will also create a user environment with pandas, numpy, sqlalchemy, flask, psycopg2.

Continue Reading
Share

Grabbing Financial Data from SEC Edgars

Posted on 2017-01-072018-10-01 by ryan

  https://www.youtube.com/watch?v=2Oe9ZqXVGME&t=2427s How To Download and Process SEC XBRL Data Directly from EDGAR ^https://github.com/altova/sec-xbrl thanks Alex $ python loadSECfilings.py -y 2014 -m 1 –f 2014 –t 2017   http://rankandfiled.com/ pretty cool

Continue Reading
Share

Posts navigation

Older posts
  • About Me

Top Posts

My Office/Development Setup
2018-06-25
Notes – Materials > Petrochemical Industry
2016-12-05
“Think Like A CEO”
2016-07-29
Value Creation
2016-07-29
(AQR) Can Risk Parity Outperform If Yields Rise?
2016-07-26

Recent Posts

  • From Spreadsheets to DataFrames: Escaping Excel Hell with Python 2019-11-18
  • ZeroMQ – High-Speed Subscribers 2019-07-28
  • EPS & Sales Estimates from Yahoo Finance using Python 2019-01-28
  • Python Project with Google Cloud Source Repo 2018-11-07
  • Business Cycles and Interest Rates 2018-10-17

ryansmccoy.com rss feed

RSS Feed RSS - Posts

RSS My Bookshelf (LibraryThing)

© Ryan S. McCoy, All Right Reserved, 2019
Ryan's Tangents