From 879ac760d07302696368e5197fa4fa5c8de7d3d0 Mon Sep 17 00:00:00 2001 From: Samuel Sloniker Date: Wed, 26 May 2021 19:50:48 -0700 Subject: [PATCH] Mention ETFs and mutual funds in readme Mention ETFs and mutual funds (and refer to #2) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79387a9..1e66abb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -`stockquotes` is a simple Python module for collecting stock quotes and +`stockquotes` is a simple Python module for collecting stock/ETF and mutual fund (see #2)quotes and historical data from Yahoo! Finance. It's perfect for developers who can't afford the (often high) prices charged by many stock data APIs.