Splunk app with custom 'quote' command that fetches stock market data from Finnhub API
Download the latest version of the app here, or view a live demo at splunk.smathur.tk!
- Data will be returned in JSON format
- Each event contains information for an individual symbol
{symbol}
= any stock market symbol ('DJIA' is not a real symbol, but can also be used as an argument to get all 30 stocks in it)
- Multiple arguments can be given; any duplicate arguments will be removed
- Arguments are optional
- If no value for
{symbol}
is given, 10 default symbols will be used: SPLK, TSLA, AMZN, NFLX, MSFT, NVDA, INTC, PYPL, VMW, NET
- If no value for
|quote
returns stock info for the default symbols as noted above|quote SPLK
returns stock info for SPLK|quote SPLK DJIA AMZN
returns stock info for SPLK, all 30 stocks in the DJIA, and AMZN