Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To add support for stock values #930

Closed
viggy28 opened this issue Jul 1, 2020 · 5 comments
Closed

To add support for stock values #930

viggy28 opened this issue Jul 1, 2020 · 5 comments
Labels
💥 feature "Good luck, you're gonna need it."

Comments

@viggy28
Copy link

viggy28 commented Jul 1, 2020

Have been playing with wtfutil recently and really impressed. Thanks, folks. One thing surprised is there is no module for equities. I am not sure there were any past conversations around it. (At least my search issues didn't bring any)

What should it do?

It should show the stock values of the company that you would like to see. Can support any of the providers who have a Go package. https://rapidapi.com/blog/best-stock-api/ or alpaca which provides https://github.com/alpacahq/alpaca-trade-api-go/

@senorprogrammer senorprogrammer added the 💥 feature "Good luck, you're gonna need it." label Jul 1, 2020
@applegreengrape
Copy link
Contributor

I'd like to give this a go :). setting up the alpaca module for the stock view

@senorprogrammer
Copy link
Collaborator

senorprogrammer commented Oct 16, 2020

@applegreengrape Go for it 👍

@applegreengrape
Copy link
Contributor

@viggy28 , @senorprogrammer I cannot have access to alpaca as I am not a US resident. Did a little bit of research on this subject, found a good API - https://finnhub.io/. The data seems to be decent enough. Is it good enough?

Screenshot 2020-10-19 at 20 50 30

@senorprogrammer
Copy link
Collaborator

Looks great to me.

@senorprogrammer
Copy link
Collaborator

Added with this PR: #1004

Note that WTF can easily support multiple stock providers so if someone wants to create one for Alpaca as well, please do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💥 feature "Good luck, you're gonna need it."
Development

No branches or pull requests

3 participants