-
Notifications
You must be signed in to change notification settings - Fork 37
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
ministocks stoped updating stocks #56
Comments
It is because it uses an api that doesn't work. Use this app instead it is better: https://play.google.com/store/apps/details?id=com.github.premnirmal.tickerwidget also open source https://github.com/premnirmal/StockTicker |
Hi there! I'll just subscribe in case this gets fixed. I love this widget. |
@mandroidpro while it seems to look better it also doesn't work... hopefully ministock will be fixed soon. |
@woj-tek it does work. Some symbols don't work with stockticker, But most US symbols work on that app. It is also has a WAY better UI than this app :) |
OT: Not everyone lives in the US ;-) and some people are more interested in currencies. |
@woj-tek you're just too picky 😂 . I guess you can just use a web browser |
@mandroidpro I don't think you're helping anyone by promoting another app and then telling picky people should just stick to a web browser. That app should be license compatible to this one, so the developer could look that code to find a partial solution for US stocks. Apparently, Yahoo Finance is changing things. I don't know if this is still relevant, but I would suggest the developer to look here https://github.com/c0redumb/yahoo_quote_download for a possible fix. Another alternative could be getting quotes from YQL -- but that requires an API key. |
Purely for stock information there is also robinhood: https://github.com/sanko/Robinhood/blob/master/Quote.md |
StockTicker frankly is a better app, and it is license compatible :) (they both use the MIT license). |
I too hope that ministocks finds a solution soon. But until then, StockTicker is a savior for most users |
this tiny app deserves to be survive I'll propose two solution:
now we can retreive multiple realtime stock quotes in json format, a simple example in python/pandas: data=pd.read_json("https://query2.finance.yahoo.com/v7/finance/quote?symbols=NVDA,INTC,AMD") no crumb-mechanism is required source: pilwon/node-yahoo-finance#43
|
Didn't you say "OT: Not everyone lives in the US ;-) and some people are more interested in currencies." ? 😂 robinhood will give prices for US stocks only ;-) |
For the time being I think I will use: https://iextrading.com/developer/docs/ I will look at the other alternatives proposed in this thread later. My priority is to get something working at least in the short term and then spend some time trying to find the best long term solution. |
In the meantime, anyone want to contribute I will happily look at any pull requests that make test\java\nitezh\ministock\dataaccess\YahooStockQuoteRepositoryTests.java (or at least an equivalent version of the module) but from another provider work. |
The new version with iextrading as the source still does not update for me. |
Should be fixed in version 72
…On Mon, 6 Nov 2017 at 23:01, K Everets ***@***.***> wrote:
The new version with iextrading as the source still does not update for me.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#56 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADumQ8SIyTyLAybhc3166aZBTW2OCVDhks5sz4_PgaJpZM4QQSlR>
.
|
checked on top one-plus 2
with stocks from Nasdaq / NYSE
The text was updated successfully, but these errors were encountered: