Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 51a46c1

Browse files
committed
Update stockAnalysis7.py
1 parent dc75d0e commit 51a46c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stockAnalysis7.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
+# Date: August 30, 2014
55
+# Description: This program gather all COGS, SGA, Revenue information for a NASDAQ traded stock and
66
+# displays and makes all pertinent CVP calcualtions for that stock based on released financial data.
7+
# Essentially this script is my attempt at playing around with the BeautifulSoup module in python.
78
+# Notes:
89
+# 1. This application utilizes Google Finance to read in stock information.
910
+# 2. This application reads in financial data from a fixed position within the Google Finance generated html file.
@@ -197,4 +198,4 @@
197198
+
198199
+jSonDumpFile = open('/tmp/json_stock.json', 'w')
199200
+json.dump(data, jSonDumpFile, ensure_ascii=False)
200-
+
201+
+

0 commit comments

Comments
 (0)