diff --git a/README.md b/README.md
index e10e4d2..8e8d76a 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
A repository for the code, files, and other assets used in the [LearnDataSci](http://www.learndatasci.com) blog posts.
List of posts and their repos:
-+ [Sentiment Analysis on Reddit News Headlines with Python’s Natural Language Toolkit (NLTK)](http://www.learndatasci.com/sentiment-analysis-reddit-headlines-pythons-nltk/) [[repo](../../tree/master/Sentiment%20Analysis%20on%20Reddit%20Headlines%20with%20NLTK)]
-+ [Essential Statistics for Data Science: A Case Study using Python, Part I](http://www.learndatasci.com/data-science-statistics-using-python/) [[repo](../../tree/master/Essential%20Statistics)]
-+ [K-Means & Other Clustering Algorithms: A Quick Intro with Python](http://www.learndatasci.com/k-means-clustering-algorithms-python-intro/) [[repo](../../tree/master/Karate%20Club%20Clustering)]
-+ [Predicting Housing Prices with Linear Regression using Python, pandas, and statsmodels](http://www.learndatasci.com/predicting-housing-prices-linear-regression-using-python-pandas-statsmodels/) [[repo](../../tree/master/Housing%20Price%20Index%20Regression)]
++ [Python for Finance, Part I: Yahoo Finance API, pandas, and matplotlib](http://www.learndatasci.com/python-finance-part-yahoo-finance-api-pandas-matplotlib/) [[repo](../../tree/master/Python%20For%20Finance%2C%20Part%20I)]
++ [Sentiment Analysis on Reddit News Headlines with Python’s Natural Language Toolkit (NLTK)](http://www.learndatasci.com/sentiment-analysis-reddit-headlines-pythons-nltk/) [[repo](../../tree/master/Sentiment%20Analysis%20on%20Reddit%20Headlines%20with%20NLTK)]
++ [Essential Statistics for Data Science: A Case Study using Python, Part I](http://www.learndatasci.com/data-science-statistics-using-python/) [[repo](../../tree/master/Essential%20Statistics)]
++ [K-Means & Other Clustering Algorithms: A Quick Intro with Python](http://www.learndatasci.com/k-means-clustering-algorithms-python-intro/) [[repo](../../tree/master/Karate%20Club%20Clustering)]
++ [Predicting Housing Prices with Linear Regression using Python, pandas, and statsmodels](http://www.learndatasci.com/predicting-housing-prices-linear-regression-using-python-pandas-statsmodels/) [[repo](../../tree/master/Housing%20Price%20Index%20Regression)]