Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc75d0e commit 51a46c1Copy full SHA for 51a46c1
stockAnalysis7.py
@@ -4,6 +4,7 @@
4
+# Date: August 30, 2014
5
+# Description: This program gather all COGS, SGA, Revenue information for a NASDAQ traded stock and
6
+# 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.
8
+# Notes:
9
+# 1. This application utilizes Google Finance to read in stock information.
10
+# 2. This application reads in financial data from a fixed position within the Google Finance generated html file.
@@ -197,4 +198,4 @@
197
198
+
199
+jSonDumpFile = open('/tmp/json_stock.json', 'w')
200
+json.dump(data, jSonDumpFile, ensure_ascii=False)
-+
201
++
0 commit comments