chalda / DiscordBot

A chat bot for discord app based off discord.js
GNU General Public License v2.0
574 stars 357 forks source link

Stock fix #223

Closed nic-w closed 1 year ago

nic-w commented 1 year ago

220

http://worldtradingdata.com/ redirects to https://marketstack.com/ now. Looking at marketStack's API documentation, free users are limited to 100 requests per month and multi-ticker-requests are treated as one request per ticker. I imagine free users would run out quickly

Researched around and found https://finage.co.uk/ which has real-time stock price and 1000 requests per month for free users. The API is also a bit more manageable for single/multi ticker requests.

Changes compared to old command:

{736E2ED1-7612-4D64-A0F9-C118A7AE4B1F}

When ticker does not exist {FB3EF888-9502-427A-93C3-973BEE9382D6}

When API key is invalid {B9180D99-DE57-4CD6-899A-64AC130B84C3}

Einarin commented 1 year ago

This looks great! Thanks!