Stock Price Checker
Fetch current stock prices and daily change from Yahoo Finance
Stock Price Checker Tool
Fetch current stock prices and daily change from Yahoo Finance
Tool ID
stock-price
Credential Required
No
Input Properties
| Property |
Type |
Required |
Default |
Description |
symbols |
string |
Yes |
— |
Comma-separated stock ticker symbols (e.g. AAPL,MSFT,TSLA) |
outputFile |
string |
No |
— |
File path to write results to (optional) |
Execution Steps
- fetch-prices (
python) — python
- save-output (
condition) — if {{input.outputFile}}
Published Outputs
summary — {{fetch-prices.summary}}
prices — {{fetch-prices.prices}}
timestamp — {{fetch-prices.timestamp}}
Vendor
Blue Isle Software