diff --git a/docs/discord.md b/docs/discord.md index 604b3ca..d20aa8d 100644 --- a/docs/discord.md +++ b/docs/discord.md @@ -9,7 +9,7 @@ [![Status](https://img.shields.io/badge/status-active-success.svg)]() [![Platform](https://img.shields.io/badge/platform-Discord-blue.svg)](https://discordapp.com/) - [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) + [![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE) @@ -68,6 +68,38 @@ Prospect Capital Corp. Declares June 2019 Dividend of $0.06 Per Share The dividend is in: 38 Days 3 Hours 53 Minutes 22 Seconds. ``` +💡 you can also call the dividend command using /div + +### /news + +To get the latest news about a stock symbol use `/news` followed by any text that has symbols with a dollar sign in front of them. So, the following command: +``` +/news $psec +``` +Would return news for Prospect Capital: + +News for PSEC: + + [Yield-Starved Investors Still Accumulating BDCs Paying More Than 10% Annually](https://cloud.iexapis.com/v1/news/article/d994b8b5-9fbf-4ceb-afbe-e6defcfc6352) + + [Assessing Main Street Capital's Results For Q1 2019 (Includes Updated Price Target And Investment Ratings Analysis)](https://cloud.iexapis.com/v1/news/article/e60899bc-5230-4388-a609-fc2b8736a7d4) + + [Fully Assessing Prospect Capital's Fiscal Q3 2019 (Includes Current Recommendation And Price Target)](https://cloud.iexapis.com/v1/news/article/08881160-72c5-4f5d-885b-1751187d24eb) + +### /info + +To get information about a stock type `/info` followed by any text that has symbols with a dollar sign in front of them. So, the following command: +``` +/info $psec +``` +Would return information about Prospect Capitals: + +Company Name: [Prospect Capital Corp.](http://www.prospectstreet.com/) +Industry: Investment Managers +Sector: Finance +CEO: John Francis Barry +Description: Prospect Capital Corp. is a business development company, which engages in lending to and investing in private businesses. It also involves in generating current income and long-term capital appreciation through debt and equity investments. The company was founded on April 13, 2004 and is headquartered in New York, NY. + ## 🏁 Getting Started You can either choose to use the hosted version of the bot by [clicking here](https://discordapp.com/oauth2/authorize?client_id=532045200823025666&permissions=2048&scope=bot) or you can host your own bot with the instructions below. diff --git a/docs/telegram.md b/docs/telegram.md index 35a0bba..db8e975 100644 --- a/docs/telegram.md +++ b/docs/telegram.md @@ -9,7 +9,7 @@ [![Status](https://img.shields.io/badge/status-active-success.svg)]() [![Platform](https://img.shields.io/badge/platform-Telegram-blue.svg)]() - [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) + [![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE) @@ -68,6 +68,38 @@ Prospect Capital Corp. Declares June 2019 Dividend of $0.06 Per Share The dividend is in: 38 Days 3 Hours 53 Minutes 22 Seconds. ``` +💡 you can also call the dividend command using /div + +### /news + +To get the latest news about a stock symbol use `/news` followed by any text that has symbols with a dollar sign in front of them. So, the following command: +``` +/news $psec +``` +Would return news for Prospect Capital: + +News for PSEC: + + [Yield-Starved Investors Still Accumulating BDCs Paying More Than 10% Annually](https://cloud.iexapis.com/v1/news/article/d994b8b5-9fbf-4ceb-afbe-e6defcfc6352) + + [Assessing Main Street Capital's Results For Q1 2019 (Includes Updated Price Target And Investment Ratings Analysis)](https://cloud.iexapis.com/v1/news/article/e60899bc-5230-4388-a609-fc2b8736a7d4) + + [Fully Assessing Prospect Capital's Fiscal Q3 2019 (Includes Current Recommendation And Price Target)](https://cloud.iexapis.com/v1/news/article/08881160-72c5-4f5d-885b-1751187d24eb) + +### /info + +To get information about a stock type `/info` followed by any text that has symbols with a dollar sign in front of them. So, the following command: +``` +/info $psec +``` +Would return information about Prospect Capitals: + +Company Name: [Prospect Capital Corp.](http://www.prospectstreet.com/) +Industry: Investment Managers +Sector: Finance +CEO: John Francis Barry +Description: Prospect Capital Corp. is a business development company, which engages in lending to and investing in private businesses. It also involves in generating current income and long-term capital appreciation through debt and equity investments. The company was founded on April 13, 2004 and is headquartered in New York, NY. + ## 🏁 Getting Started You can either choose to use the hosted version of the bot by [clicking here](https://t.me/SimpleStockBot) or you can host your own bot with the instructions below.