Change Alpha Vantage API from Symbol to WKN

21 Views Asked by At

How can I change this API call to search for the WKN instead of the symbol or is there any workaround?

string url = $"https://www.alphavantage.co/query?function=GLOBAL_QUOTE&symbol=
{symbol}&apikey=API-Key";

I can't find any Information on the docs or some elsewhere on the web. ‎‎‎‎‎‎‎‎

0

There are 0 best solutions below