From 07dd0cd524e7516b370ec090c97cb749e605eb87 Mon Sep 17 00:00:00 2001 From: Gary Pang Date: Thu, 18 Jul 2019 17:51:41 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a12c729..b4c5464 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# EDGAR Python Web Scraper -This repository contains Gary Pang's Python Web scraper for parsing fund holdings pulled from SEC website, [EDGAR](https://www.sec.gov/edgar/searchedgar/companysearch.html), and writing a .tsv file from the data. +# SEC Python Web Scraper +This repository contains a Python Web scraper for parsing 13F filings (mutual fund holdings) from SEC's website, [EDGAR](https://www.sec.gov/edgar/searchedgar/companysearch.html), and writing a .tsv file from the data. ## Requirements @@ -21,4 +21,4 @@ This repository contains Gary Pang's Python Web scraper for parsing fund holding - [Gary Pang](https://github.com/CodeWritingCow) ## References -- [SEC: Frequently Asked Questions About Form 13F](https://www.sec.gov/divisions/investment/13ffaq.htm) \ No newline at end of file +- [SEC: Frequently Asked Questions About Form 13F](https://www.sec.gov/divisions/investment/13ffaq.htm)