Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.15 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.15 KB

Splunk App for Stock Market Analysis

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!

Pre-built dashboard

Command Behavior

  • Data will be returned in JSON format
  • Each event contains information for an individual symbol

Search Syntax: |quote {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

Usage Examples

  • |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