Update financials.py
Browse files- financials.py +10 -3
financials.py
CHANGED
@@ -1,5 +1,12 @@
|
|
1 |
financials = {
|
2 |
-
"latest_valuation": "
|
3 |
-
"total_funding": "
|
4 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
}
|