Skip to content

Commit d1e1b3f

Browse files
authored
Add stockprice variable documentation (#4)
1 parent 49f8d04 commit d1e1b3f

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)