Skip to content

Commit 3a0ce72

Browse files
authored
Update README.md
1 parent 003ba42 commit 3a0ce72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
This Project makes API calls to ingest the most recent 8 quarters of financial statements filed by the S&P 500 publicly listed companies, then stores the data on a Postgres DB, utilizing the Adapter and Model-View-Controller (MVC) design patterns along the way.
55

6-
A Flask API app allows the user to query both aggregate and company-level data such as average quarterly revenue, cost, and price/earnings ratios, returning the results in JSON format in a web browser.
6+
A Flask API app allows the user to query aggregate and company-level data such as average quarterly revenue, cost, and price/earnings ratios, returning the results in JSON format in a web browser.
77

8-
Various plots based these data can be viewed in an interactive dashboard in a broswer, where a user can select different economic sectors and sub-sectors, companies, and financial-performance indicators. For example, cross-sector comparison of average quarterly earnings over the last 8 quarters.
8+
Various plots based on these data can be viewed in an interactive dashboard in a browser, where a user can select different economic sectors and sub-sectors, companies, and financial performance indicators — for example, a cross-sector comparison of average quarterly earnings over the last 8 quarters.
99

1010
### Prerequisite Technologies
1111

0 commit comments

Comments
 (0)