Skip to content

Splunk app with custom 'quote' command that fetches stock market data from Finnhub API

License

Notifications You must be signed in to change notification settings

martystack/splunk-stocks-analysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Splunk app with custom 'quote' command that fetches stock market data from Finnhub API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%