From the message you are getting I think that the URL string is not properly constructed since there are unmatched or misplaced characters. Also, the linked service parameters may not be correctly referenced.
You should follow this syntax :
@concat('https://data.fixer.io/api/latest?access_key=', 'your_actual_access_key', '&base=', linkedService().tobaseparameter, '&symbols=', linkedService().tocurrparameter)
Test and tell me ! :)