An open API service indexing awesome lists of open source software.

https://github.com/dblock/slack-market

Market quotes in Slack.
https://github.com/dblock/slack-market

Last synced: 3 months ago
JSON representation

Market quotes in Slack.

Awesome Lists containing this project

README

          

Slack Market
============

[![rubocop](https://github.com/dblock/slack-market/actions/workflows/rubocop.yml/badge.svg)](https://github.com/dblock/slack-market/actions/workflows/rubocop.yml)
[![test](https://github.com/dblock/slack-market/actions/workflows/test.yml/badge.svg)](https://github.com/dblock/slack-market/actions/workflows/test.yml)
[![Code Climate](https://codeclimate.com/github/dblock/slack-market.svg)](https://codeclimate.com/github/dblock/slack-market)

A stock market bot for Slack.

## Install

**The service used to be available on http://market.playplay.io, but [IEX significantly increased their price](https://twitter.com/dblockdotorg/status/1785691123987398812) on May 1st, 2024. I decided not to pass this cost down to users, so this service was shutdown.**

Invite *@market* to a channel with `/invite @market`.

## Usage

### Quotes from IEX Trading

Mention a stock ticker, eg. `MSFT`, and get a quote. Single-character stocks should include a $ sign, eg. `$F`.

![](public/img/market.gif)

### Bought and Sold

Record when you buy and sell stock.

#### bought [symbol]

Announce that you bought a symbol.

#### sold [symbol]

Announce that you sold a symbol.

#### positions [user]

Display current positions. Optionally specify a user to display someone else's current positions.

### Settings

#### set dollars on|off

Set to `on` to respond to `$MSFT`, but not `MSFT`.

![](public/img/dollars.gif)

#### set charts on|off

Set to `off` to turn off charts.

![](public/img/charts.gif)

### Subscription

#### subscription

Provides subscription info and a link to update the credit card on file.

### Copyright & License

Copyright [Daniel Doubrovkine, Vestris LLC](https://www.vestris.com), 2016-2017

[MIT License](LICENSE)

Data provided by [IEX](https://iextrading.com), see [terms](https://iextrading.com/api-exhibit-a/).