SatyamSinghal commited on
Commit
0b7c1fd
·
verified ·
1 Parent(s): c63220b

Update financials.py

Browse files
Files changed (1) hide show
  1. financials.py +10 -3
financials.py CHANGED
@@ -1,5 +1,12 @@
1
  financials = {
2
- "latest_valuation": "$7.5 billion",
3
- "total_funding": "$741 million",
4
- "revenue": "$200 million (estimated)"
 
 
 
 
 
 
 
5
  }
 
1
  financials = {
2
+ "latest_valuation": "7.5 billion USD",
3
+ "total_funding": "816 million USD",
4
+ "revenue_estimates": "250 million USD (2024)",
5
+ "profit_loss": "Not disclosed",
6
+ "ebitda": "Positive",
7
+ "key_ratios": {
8
+ "p_e_ratio": "Not applicable",
9
+ "debt_to_equity": "Low"
10
+ },
11
+ "financial_growth": "20% YoY"
12
  }