I have some troubles getting quotes from Ariva. I want to use Ariva because some ETF's I use are only listed in Europe and are not on Google
For example:
I use the ETFSCoffee (ISIN: GB00B15KXP72). In Ariva it is:
http://www.ariva.de/quote/profile.m?secu=106097539&utp=1As I understand it I should use the number after "secu=" in the psconfig.txt.
103389940,,,,N
103376739,,,,N
106097650,,,,N
106097649,,,,N
106097981,,,,N
106097539,,,,N
The log file gives following info:
Starting script. 2017-07-15 10:29:15
Data root folder: C:\PortfolioSlicer
=======================================================================================
10:29:15 --- Starting script GetQuotesAriva.ps1. Symbol count: 6. MinDate: 2016-12-31
Symbol: 103389940
Requesting url:
http://www.ariva.de/103389940/historische_kurse 103389940 - Not Found (web err)
Symbol: 103376739
Requesting url:
http://www.ariva.de/103376739/historische_kurse 103376739 - Not Found (web err)
Symbol: 106097650
Requesting url:
http://www.ariva.de/106097650/historische_kurse 106097650 - Not Found (web err)
Symbol: 106097649
Requesting url:
http://www.ariva.de/106097649/historische_kurse 106097649 - Not Found (web err)
Symbol: 106097981
Requesting url:
http://www.ariva.de/106097981/historische_kurse 106097981 - Not Found (web err)
Symbol: 106097539
Requesting url:
http://www.ariva.de/106097539/historische_kurse 106097539 - Not Found (web err)
10:29:16 --- Finished. Quotes Requested/Succeed/Failed/Rows: 6/0/6/0. Duration: 1 sec.
=======================================================================================
Apparently the requesting url's are not correct anymore
http://www.ariva.de/106097539/historische_kurse should be
http://www.ariva.de/quote/simple.m?secu=106097539.
Anyone solved this already?
Comments
Some time last year or early this year ariva changed how they provide quotes. Original script author decided not to update that script, so you cannot get quotes from Ariva using that script. Sorry.