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.
This weekend Oslo Børs was moved to Euronexts trading platform. As a consequence, some tickers were changed, these changes are not implemented in the market stack API. For instance using the correct ticker BOUV.XOSL for the company Bouvet ASA I do not get a result, and using the old ticker I only receive data from before the change. See examples of batch requests below, where I request one security where the ticker remains unchanged (SVEG.XOSL), and either BOUV.XOSL or BOUVET.XOSL. The list of changed tickers can be found here: https://newsweb.oslobors.no/message/519215
This weekend Oslo Børs was moved to Euronexts trading platform. As a consequence, some tickers were changed, these changes are not implemented in the market stack API. For instance using the correct ticker BOUV.XOSL for the company Bouvet ASA I do not get a result, and using the old ticker I only receive data from before the change. See examples of batch requests below, where I request one security where the ticker remains unchanged (SVEG.XOSL), and either BOUV.XOSL or BOUVET.XOSL. The list of changed tickers can be found here: https://newsweb.oslobors.no/message/519215
curl "http://api.marketstack.com/v1/eod/latest?access_key=<redacted>&symbols=BOUV.XOSL,SVEG.XOSL" > result.json
curl "http://api.marketstack.com/v1/eod/latest?access_key=<redacted>&symbols=BOUVET.XOSL,SVEG.XOSL" > result_old.json
The text was updated successfully, but these errors were encountered: