Skip to content
This repository was archived by the owner on Aug 13, 2022. It is now read-only.
This repository was archived by the owner on Aug 13, 2022. It is now read-only.

Symbols with dot did not work always #25

Description

@MdmrBerlin

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);

        GlobalQuote globalQuote = await stocksClient.GetGlobalQuoteAsync("BMW.DEX");

`

Is there any howto handle symbols with dot ? Most of non US Symbols has an dot.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions