Page 1 of 1

updating currencies and stocks is failing

Posted: Thu Nov 02, 2017 2:07 am
by mr108
Hi,

Suddenly I cannot update the currencies exchange rates and stocks from the internet - the Error is "Cannot get data from WWW"
Her is the screenshot: https://s5.postimg.org/4lt1vbmd3/mmex_error.jpg
My internet connection works OK.

How to fix it?

Thanks

Re: updating currencies and stocks is failing

Posted: Thu Nov 02, 2017 3:55 am
by mr108
I tried another version - mmex-1.4.0-ALPHA-3 - and getting the same error message.

Checked the firewall and antivirus and neither is blocking it.

What's wrong???

Re: updating currencies and stocks is failing

Posted: Fri Nov 03, 2017 8:24 am
by Damian_pl
I have the same problem (and the same message) since several days...

Re: updating currencies and stocks is failing

Posted: Fri Nov 03, 2017 9:24 am
by JohnD
Hi

I am been having the same problem with updating currencies for a few days now. Same error message. What has changed and how to fix it?

I do not use the stock price part of MMEX though.

John

Re: updating currencies and stocks is failing

Posted: Fri Nov 03, 2017 11:01 am
by Joe91
I believe it may be to do with this?

YahooCare @YahooCare
Replying To: @JDMMIG
It has come to our attention that this service is being used in violation of the Yahoo Terms of Service. As such, the service is being discontinued. For all future markets and equities data research, please refer to finance.yahoo.com .

https://yahoo.sdx.socialdynamx.com/port ... n/19248672

Re: updating currencies and stocks is failing

Posted: Fri Nov 03, 2017 1:45 pm
by mr108
Perhaps the developers of MMEX could change the source for getting this info - Google and Morningstar are also providing it.

Any way to bring this problem to the attention of the developers?
Are they frequently looking through the posts on this forum?

Re: updating currencies and stocks is failing

Posted: Fri Nov 03, 2017 4:18 pm
by mr108
I tested the Android version and there you can chose from what service you get the price updates.

Getting the updates from Yahoo is not working.
Currencies exchange rates from Morningstar does not work either.
But updating the stock prices from Morningstar works OK.

Re: updating currencies and stocks is failing

Posted: Tue Nov 07, 2017 9:56 am
by Renato
this update doesn't work for me either, because you cannot enter the courses manually, a solution would be urgently needed.

Re: updating currencies and stocks is failing

Posted: Sat Nov 11, 2017 3:15 am
by mr108
I found following free services for updating currencies and stock prices but since I'm not a programmer I don't know if that can be used.
Hopefully MMEX developers can look into this soon - THANKS!

https://www.alphavantage.co/
https://www.alphavantage.co/support/#api-key

http://www.jarloo.com/real-time-google-stock-api/

https://1forge.com/forex-data-api/pricing (1,000 requests per day)

https://www.barchart.com/ondemand/free-market-data-api
Up to 100 symbols per query, and up to 2,500 queries per day


https://api.tiingo.com/
https://api.tiingo.com/pricing
Requests Per Day 20,000

Re: updating currencies and stocks is failing

Posted: Sat Nov 11, 2017 4:00 pm
by mr108
I tested again with the latest version of Android MMEX and it can now update both currencies exchange rates and stock prices.

Exchange rates are updated with Fixer

http://fixer.io/
Fixer is a free API for current and historical foreign exchange rates published by the European Central Bank.
The rates are updated daily around 4PM CET every working day.

although this one https://www.alphavantage.co/ could be better since it can provide the cryptocurrencies prices as well
https://www.alphavantage.co/support/#api-key



and
Stock prices are updated with Morningstar.
and https://www.alphavantage.co/ is also providing stock prices


Perhaps same thing could be done with the desktop app?

Re: updating currencies and stocks is failing

Posted: Tue Nov 21, 2017 9:41 pm
by Renato
It is disappointing that no one from the MMEX team wants to comment on this Problem.

I'd be satisfied if I could record the prices of stock prices by hand, but I'm not allowed to do that by the deactivated grey buttons.

Re: updating currencies and stocks is failing

Posted: Wed Nov 22, 2017 1:19 pm
by mr108
Renato wrote:It is disappointing that no one from the MMEX team wants to comment on this Problem.

I'd be satisfied if I could record the prices of stock prices by hand, but I'm not allowed to do that by the deactivated grey buttons.
Even better than modifying stock prices by hand would be to modify the code to enable manual input of API services. I listed many such services in my recent posts here and most of the free ones have limitations on daily usage. But each user could sign up for such an API service and enter their personal API code in the options and then no one would exceed the daily limits. I cannot imagine that such a small modification of the code would require much work.

Re: updating currencies and stocks is failing

Posted: Wed Nov 22, 2017 4:06 pm
by Renato
what worries me much more is the fact that the developers of MMEX apparently don't visit the forum anymore.
This presumably indicates that the development of MMEX is currently at a standstill.

Re: updating currencies and stocks is failing

Posted: Wed Nov 22, 2017 4:13 pm
by mr108
Renato wrote:what worries me much more is the fact that the developers of MMEX apparently don't visit the forum anymore.
This presumably indicates that the development of MMEX is currently at a standstill.
Someone else asked a question if this is The END.

I already started to look for some other software but definitely MMEX is BEST. But if they don't fix these currencies and stock prices I'll have to switch to the other one that is being maintained and developed. They have the same issue now but the developer is working on it.

Re: updating currencies and stocks is failing

Posted: Sun Nov 26, 2017 7:24 pm
by Renato
Since the MMEX team cannot offer us a solution, I have searched for other solutions and found them.

For Google Chrome there is an extension JADE (JAvacript based Database Editor) = SQLite Editor, so that the MMEX database (. mmb) can be edited.

You can enter the current exchange rate in table STOCK_V1 under CURRENTPRICE.

You can adjust the exchange rates in table CURRENCYHISTORY_V1 in CURRVALUE.

Important: make a backup copy of the. mmb file and close MMEX.

Re: updating currencies and stocks is failing

Posted: Tue Dec 05, 2017 2:07 pm
by aker54
Is there still no solution for this problem? I love mmex but to have currencies up to date is pretty important for me.

Re: updating currencies and stocks is failing

Posted: Tue Dec 05, 2017 2:09 pm
by aker54
Is there still no solution for this problem? I love mmex but to have currencies up to date is very important for me.

Re: updating currencies and stocks is failing

Posted: Mon Dec 11, 2017 12:58 am
by FlameOfMoney
So, I peaked at the source code/documentation. The use of Yahoo to fetch stock quotes is specified in the Tools->Options menu.

Click on the bottom icon and at the top there is a URL for Yahoo:

http://finance.yahoo.com/echarts?s=%s

I changed mine to

http://finance.google.com/finance?q=%s

to fetch quotes from Google. This allows me to view stocks on the Edit Stock Investment dialog box when I click on the little house icon by the notes.
It does not fix the automatic update of stock prices. That must be somewhere else in the source code.

The source code module stockspanel.cpp fetches data from yahoo using the URL like:

http://finance.yahoo.com/d/quotes.csv?s ... c4n&e=.csv

this is an example from the code. I think is the URL that Yahoo disabled which downloaded the stock quotes as a CSV file.

Re: updating currencies and stocks is failing

Posted: Wed Dec 13, 2017 12:27 pm
by aker54
Is there still no solution from the mmex development team?

Re: updating currencies and stocks is failing

Posted: Sun Dec 17, 2017 4:23 am
by mr108
aker54 wrote:Is there still no solution for this problem? I love mmex but to have currencies up to date is very important for me.
Try Renato's suggestion, just above on this thread.
Or install the Android app that is updating the currencies and stocks and after the update either upload the database to the dropbox and download to your computer for use with the Windows version or copy directly from your mobile to the computer.

Re: updating currencies and stocks is failing

Posted: Thu Jan 11, 2018 11:37 am
by mr108
To all the users who are waiting for this fix, see this post:
https://github.com/moneymanagerex/money ... ssues/1367

and find the response from stef145g who commented on Dec 9, 2017 and who is the developer of MMEX .
He answers the question: "Is this a dead program now?"

Not dead, just in hibernation.
As developers of MMEX, we do this on a voluntary basis. Also there are not many of us that are active developers. We all have periods of time where other commitments such as work and family take precedence. There will be times where all developers are in this state, making it look that the project has no activity.

Re: updating currencies and stocks is failing

Posted: Tue Jul 17, 2018 4:28 am
by mr108
Still not working on the version 1.4.0 alpha 3
Without updating currencies and stocks this software is useless.

Re: updating currencies and stocks is failing

Posted: Wed Jul 18, 2018 11:30 am
by mr108
mr108 wrote:Still not working on the version 1.4.0 alpha 3
Without updating currencies and stocks this software is useless.
I got it working now, it's OK.

Re: updating currencies and stocks is failing

Posted: Sun May 05, 2019 4:08 pm
by hina
mr108 wrote:
mr108 wrote:Still not working on the version 1.4.0 alpha 3
Without updating currencies and stocks this software is useless.
I got it working now, it's OK.
How did it work for you?