8000 use alpha vantage to extract stock information by GustavoCaso · Pull Request #757 · ruby-concurrency/concurrent-ruby · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

use alpha vantage to extract stock information #757

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

Conversation

GustavoCaso
Copy link
Contributor
@GustavoCaso GustavoCaso commented Aug 8, 2018

Fixes #670

@pitr-ch I created the PR so we can discuss if we like the idea of the user using there own API_KEY for the stock service, or if we want to create one for the repo. Also, there are some missing references to Yahoo in the scala examples I will update once we agree on the best solution or service for extracting the stock information.

@ghost ghost assigned GustavoCaso Aug 8, 2018
@ghost ghost added the in progress label Aug 8, 2018
@pitr-ch
Copy link
Member
pitr-ch commented Aug 15, 2018

I think it would be better for users to have an example which can be executed immediately without any additional setup. Not sure where would we put the API_KEY, it should not be public probably. The examples can also use any API, not just about stock. If there is something similar we could dig from GitHub, it might be simpler.

@pitr-ch
Copy link
Member
pitr-ch commented Aug 15, 2018

The scala parts can be dropped.

@GustavoCaso
Copy link
Contributor Author

@pitr-ch sorry for the delay. I'm will update the code and try finding something that will be simpler without the need to use an API key

@pitr-ch
Copy link
Member
pitr-ch commented Aug 28, 2018

no worries! Thanks.

@chrisseaton
Copy link
Member

I replaced this PR with #937. It needed some rebasing and better error handling due to the rate limiting in the API.

Going forward I'm not sure we want to really use a service for simple demos. We should mock something out for simplicity. I'm also not sure we want the Scala examples in the repository, as we can't maintain those or check they work.

@chrisseaton chrisseaton closed this Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

examples are broken due to Yahoo
3 participants
0