You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
Some Danish and Swedish company symbols contains a dash -. For example:
alk-b.xcse - Alk-abello A/S B Aktie
novo-b.xcse - Novo Nordisk A/S B Aktie
swed-a.xsto - SWEDBANK AB
If I try end-of-day for any of these three I just get an error message that there is no symbols. For example: http://api.marketstack.com/v1/eod?access_key=myKey&symbols=alk-b.xcse
gives:
{"error":{"code":"no_valid_symbols_provided","message":"At least one valid symbol must be provided"}}
If instead one tries with a company without a dash in its symbol - eg. CHR.XCSE as in:
On 14 Mar 2021, at 17.07, TimMonks ***@***.***> wrote:
Hi, I noticed your comment as I had been doing some development using HEXA_B.XSTO.
If you change "-" to "_" then it will work: swed_a.xsto
But be careful, I found that HEXA_B.XSTO prices stopped a few weeks ago, never to resume. No response from support.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#20 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AEHHCYN2MSIVM55QGIAV5MTTDTNMFANCNFSM4WQM5VDA>.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Some Danish and Swedish company symbols contains a dash
-
. For example:If I try end-of-day for any of these three I just get an error message that there is no symbols. For example:
http://api.marketstack.com/v1/eod?access_key=myKey&symbols=alk-b.xcse
gives:
If instead one tries with a company without a dash in its symbol - eg. CHR.XCSE as in:
http://api.marketstack.com/v1/eod?access_key=myKey&symbols=CHR.XCSE
it works like a charm!
The text was updated successfully, but these errors were encountered: