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.
- Host: GitHub
- URL: https://github.com/dblock/slack-market
- Owner: dblock
- License: other
- Created: 2016-02-04T17:35:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T23:29:26.000Z (almost 2 years ago)
- Last Synced: 2025-09-20T05:42:47.393Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 13.2 MB
- Stars: 32
- Watchers: 6
- Forks: 17
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
Slack Market
============
[](https://github.com/dblock/slack-market/actions/workflows/rubocop.yml)
[](https://github.com/dblock/slack-market/actions/workflows/test.yml)
[](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`.

### 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`.

#### set charts on|off
Set to `off` to turn off charts.

### 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/).