rcwaterman commited on
Commit
19b91dd
1 Parent(s): c97533b

Adding other project files.

Browse files
Data_Retrieval.ipynb ADDED
The diff for this file is too large to render. See raw diff
 
Demo_Day.ipynb ADDED
The diff for this file is too large to render. See raw diff
 
SimpliFinance_Project_Outline.docx ADDED
Binary file (27.3 kB). View file
 
response.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Initial Query: Can you perform a DCF analysis of Nvidia stock? Please list out each step of the calculation.
2
+
3
+ Tool Call - Name: duckduckgo_search + Query: {"query":"Nvidia market cap today"}
4
+ Tool Call - Name: polygon_financials + Query: {"query":"NVDA"}
5
+ Tool Call - Name: get_date + Query: {}
6
+ Tool Call - Name: polygon_aggregates + Query: {"ticker":"NVDA","timespan":"day","timespan_multiplier":1,"from_date":"2024-07-19","to_date":"2024-07-19"}
7
+ Agent Response: ### Step 8: Compare Intrinsic Value with Current Market Price
8
+
9
+ - **Intrinsic Value per Share**: $464.8
10
+ - **Current Market Price**: $118.22
11
+
12
+ ### Step 9: Calculate Valuation Percentage
13
+
14
+ Let's calculate how overvalued or undervalued Nvidia stock is by comparing the intrinsic value with the current market price.
15
+
16
+ \[ \text{Valuation Percentage} = \frac{\text{Intrinsic Value} - \text{Current Market Price}}{\text{Intrinsic Value}} \]
17
+
18
+ \[ \text{Valuation Percentage} = \frac{464.8 - 118.22}{464.8} \]
19
+
20
+ \[ \text{Valuation Percentage} = \frac{346.58}{464.8} \]
21
+
22
+ \[ \text{Valuation Percentage} = 0.7455 \text{ or } 74.55\% \]
23
+
24
+ ### Conclusion
25
+
26
+ Nvidia stock appears to be **undervalued** by approximately **74.55%** based on the DCF analysis. The intrinsic value per share is $464.8, while the current market price is $118.22.