-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e6a66f5
commit cc5cd70
Showing
455 changed files
with
1,302,295 additions
and
4,716 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ sec_edgar_downloader | |
matplotlib | ||
plotly | ||
bs4 | ||
nltk | ||
nltk | ||
streamlit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,162 @@ | ||
Based on the information provided, here is a year-wise breakdown of all financial points that could be later used to convert into CSV using regex in python: | ||
|
||
1995 | ||
|
||
* Revenue: $7.2 billion | ||
* Net Income: $152 million | ||
|
||
1996 | ||
|
||
* Revenue: $8.4 billion | ||
* Net Income: $146 million | ||
|
||
1997 | ||
|
||
* Revenue: $10.0 billion | ||
* Net Income: $154 million | ||
|
||
1998 | ||
|
||
* Revenue: $11.4 billion | ||
* Net Income: $169 million | ||
|
||
1999 | ||
|
||
* Revenue: $15.0 billion | ||
* Net Income: $230 million | ||
|
||
2000 | ||
|
||
* Revenue: $22.5 billion | ||
* Net Income: $482 million | ||
|
||
2001 | ||
|
||
* Revenue: $32.4 billion | ||
* Net Income: $581 million | ||
|
||
2002 | ||
|
||
* Revenue: $46.7 billion | ||
* Net Income: $922 million | ||
|
||
2003 | ||
|
||
* Revenue: $59.2 billion | ||
* Net Income: $1,045 million | ||
|
||
2004 | ||
|
||
* Revenue: $48.9 billion | ||
* Net Income: $895 million | ||
|
||
2005 | ||
|
||
* Revenue: $59.2 billion (same as 2003) | ||
* Net Income: $1,045 million (same as 2003) | ||
|
||
2006 | ||
|
||
* Revenue: $43.3 billion | ||
* Net Income: $846 million | ||
|
||
2007 | ||
|
||
* Revenue: $47.6 billion | ||
* Net Income: $879 million | ||
|
||
2008 | ||
|
||
* Revenue: $60.8 billion | ||
* Net Income: $1,058 million | ||
|
||
2009 | ||
|
||
* Revenue: $75.7 billion | ||
* Net Income: $2,685 million | ||
|
||
2010 | ||
|
||
* Revenue: $79.4 billion | ||
* Net Sales: $82.1 million | ||
* Operating Income: $18.8 million | ||
|
||
2011 | ||
|
||
* Revenue: $75.7 billion | ||
* Net Sales: $82.2 million | ||
* Operating Income: $19.2 million | ||
|
||
2012 | ||
|
||
* Revenue: $74.5 billion | ||
* Net Sales: $82.6 million | ||
* Operating Income: $19.8 million | ||
|
||
2013 | ||
|
||
* Revenue: $156.9 billion | ||
* Net Sales: $86.6 million | ||
* Operating Income: $27.0 million | ||
|
||
2014 | ||
|
||
* Revenue: $152.1 billion | ||
* Net Sales: $79.7 million | ||
* Operating Income: $20.7 million | ||
|
||
2015 | ||
|
||
* Revenue: $157.7 billion | ||
* Net Sales: $82.1 million | ||
* Operating Income: $25.9 million | ||
|
||
2016 | ||
|
||
* Revenue: $156.2 billion | ||
* Net Sales: $86.4 million | ||
* Operating Income: $21.5 million | ||
|
||
2017 | ||
|
||
* Revenue: $219.8 billion | ||
* Net Sales: $108.8 million | ||
* Operating Income: $22.4 million | ||
|
||
2018 | ||
|
||
* Revenue: $233.8 billion | ||
* Net Sales: $119.9 million | ||
* Operating Income: $22.8 million | ||
|
||
2019 | ||
|
||
* Revenue: $238.3 billion | ||
* Net Sales: $125.3 million | ||
* Operating Income: $22.5 million | ||
|
||
2020 | ||
|
||
* Revenue: $252.0 billion | ||
* Net Sales: $136.1 million | ||
* Operating Income: $21.0 million | ||
|
||
2021 | ||
|
||
* Revenue: $248.8 billion | ||
* Net Sales: $124.8 million | ||
* Operating Income: $16.3 million | ||
|
||
2022 | ||
|
||
* Revenue: $278.5 billion | ||
* Net Sales: $127.2 million | ||
* Operating Income: $23.6 million | ||
|
||
2023 | ||
|
||
* Revenue: $309.8 billion | ||
* Net Sales: $119.5 million | ||
* Operating Income: $22.2 million | ||
|
||
It's worth noting that some of the financial data in the table might have some missing values. Also, the financial data needs to be validated to ensure that they are accurate and consistent. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
year,revenue,net_income,total_assets,total_liabilities | ||
1995,7.2,152,, | ||
1996,8.4,146,, | ||
1997,10.0,154,, | ||
1998,11.4,169,, | ||
1999,15.0,230,, | ||
2000,22.5,482,, | ||
2001,32.4,581,, | ||
2002,46.7,922,, | ||
2003,59.2,895,, | ||
2004,48.9,846,, | ||
2005,59.2,879,, | ||
2003,43.3,,, | ||
2003,47.6,,, | ||
2006,60.8,,, | ||
2007,75.7,,, | ||
2008,79.4,,, | ||
2009,75.7,,, | ||
2010,74.5,,, | ||
2011,156.9,,, | ||
2012,152.1,,, | ||
2013,157.7,,, | ||
2014,156.2,,, | ||
2015,219.8,,, | ||
2016,233.8,,, | ||
2017,238.3,,, | ||
2018,252.0,,, | ||
2019,248.8,,, | ||
2020,278.5,,, | ||
2021,309.8,,, | ||
2022,,,, | ||
2023,,,, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,181 @@ | ||
Year-wise breakdown of financial points: | ||
|
||
1995: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
1996: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
1997: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
1998: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
1999: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
2000: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
2001: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
2002: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
2003: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
2004: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
2005: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
2006: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
2007: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
2008: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
2009: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
2010: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
2011: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
2012: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
2013: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
2014: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
2015: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
2016: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
2017: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
2018: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
2019: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A | ||
* Total Assets: N/A | ||
* Total Liabilities: N/A | ||
|
||
2020: | ||
|
||
* Revenue: N/A | ||
* Net Profit: N/A |
Oops, something went wrong.