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 Aug 13, 2022. It is now read-only.
BMW.FRK is an valid symbol for example
This is not working in Demo Core
var querya = new Dictionary<string, string>() { {"symbol", "BMW.FRK"} }; string test = await client.RequestPureJsonAsync(ApiFunction.OVERVIEW, querya,true);
But this works fine
` StockTimeSeries stockTs = await stocksClient.GetTimeSeriesAsync("BMW.DEX", Interval.Daily, OutputSize.Compact, isAdjusted: true);
BMW.FRK is an valid symbol for example
This is not working in Demo Core
var querya = new Dictionary<string, string>() { {"symbol", "BMW.FRK"} }; string test = await client.RequestPureJsonAsync(ApiFunction.OVERVIEW, querya,true);
But this works fine
` StockTimeSeries stockTs = await stocksClient.GetTimeSeriesAsync("BMW.DEX", Interval.Daily, OutputSize.Compact, isAdjusted: true);
`
Is there any howto handle symbols with dot ? Most of non US Symbols has an dot.
The text was updated successfully, but these errors were encountered: