As an investor, I want to get the most recent 3 annual income statements data for a company so that I will have more data for my investment research.
Acceptance Criteria:
[x] Finalize the vendor API for getting the data.
[x] When the user enter /income ticker:AAPL, the bot should display the values for the decided set of attributes in a table as mentioned in #7
[x] When the user enters an incorrect ticker symbol, the bot should return an error.
[x] If in case the income sheet data is not available due to any errors such as from the API or ticker related errors, this should be gracefully handled with a retry later message.
User Story:
As an investor, I want to get the most recent 3 annual income statements data for a company so that I will have more data for my investment research.
Acceptance Criteria: