En el Balance de una crtera con distintas moneds las suma directamente sin conversion

si en un balance tengo 2 monedas por ejemplo un saldo en $ y otro en UDS los suma todo en la moneda principal y no lo convierte, que estoy haciendo mal?

Lamentablemente, tu pregunta no tiene sentido.

DeberĂ­as explicar tu problema detalladamente.

Sería útil que pudieras traducir tu pregunta al inglés. Ahora mismo, estás obligando a todos los que quieren ayudarte a traducirla ellos mismos, lo cual no es muy eficiente.

1 Like

Thanks for the advice, I was able to solve the problem; it was that the currency wasn’t loaded correctly.
Is there a way to add a new category to the Spanish forum? I think many users might be interested. On another note, I still need to figure out how to add the investment funds that the ticker can’t find. I saw there’s an option to get the quote from a website, but it’s not working for me. If you could help me with how to proceed with that, I would appreciate it.

You have example ISINs?

I don’t think this will come in the near future, as the main group of people answering questions speaks German and English.

Here you’ll find information on how quotes can be used:

And as @ProgFriese said, if you provide us with an example ISIN we can help you.

I’m also sending you this; it might be helpful.

For example, the funds listed on this website: https://allaria.com.ar/Fondos

Json works here:

Create an empty instrument and use:

URL: https://fondosonline.com/Information/FundData/GetPriceData?ticker=ALDIVEA&benchMark='merval'

Date: $.fundValues[*].date

Close $.fundValues[*].close

More information you’ll find in the documentation.

2 Likes

This worked really well, thank you so much. Is it too much to ask if you could explain how you got to that address so I can learn? Thanks!

@ProgFriese created a nice description:

What he describes is the principle, every endpoint could behave a little different.