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

@MdmrBerlin

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.

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