portfolio icon indicating copy to clipboard operation
portfolio copied to clipboard

Currency problem with new stock

Open traits opened this issue 8 months ago • 2 comments

I created a new entry for ISIN: US46120E6023 resp ISRG with currency set to "EUR". Unfortunately, I have to fall back to Yahoo's default as share price source (in USD), because only one European exchange, not quite suiting me, offers price and history in Euro. Server answer from Yahoo is something like:

        {
          "meta": {
            "currency": "USD",
            "symbol": "ISRG",
            "exchangeName": "NMS",
            "fullExchangeName": "NasdaqGS",
            "instrumentType": "EQUITY",
            "firstTradeDate": 961162200,
            "regularMarketTime": 1719496649,
            "hasPrePostMarketData": true,
            "gmtoffset": -14400,
            "timezone": "EDT",
            "exchangeTimezoneName": "America/New_York",
            "regularMarketPrice": 442.25,
            "fiftyTwoWeekHigh": 445.79,
            "fiftyTwoWeekLow": 441.84,
            "regularMarketDayHigh": 445.79,
            "regularMarketDayLow": 441.84,
            "regularMarketVolume": 78242,
            "chartPreviousClose": 400.1,
            "priceHint": 2,
            ...
          }
        }

This regularMarketPrice is shown in all the widgets that I have checked, despite the fact that it should be converted, as demanded by the stocks settings. Yesterday - the day of first purchase - this worked correctly IIRC. Or does this constellation have a fundamental limitation?

  • OS: Windows
  • Version: 0.69.0

traits avatar Jun 27 '24 14:06 traits