We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f8d04 commit d1e1b3fCopy full SHA for d1e1b3f
1 file changed
docs/chatbot/variables/stockprice.md
@@ -0,0 +1,26 @@
1
+---
2
+id: stockprice
3
+tags:
4
+ - chatbot
5
+ - variable
6
7
+
8
+# $(stockprice)
9
10
+Displays the current stock price of a given stock symbol.
11
12
+#### Parameters
13
14
+You must specify the stock symbol to display the price of.
15
16
+#### Example Input
17
18
+```
19
+${stockprice AAPL}
20
21
22
+#### Example Output
23
24
25
+173.93
26
0 commit comments