Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trade imports should accept a currency, exchange, and ticker field #1718

Open
zachgoll opened this issue Jan 27, 2025 · 0 comments
Open

Trade imports should accept a currency, exchange, and ticker field #1718

zachgoll opened this issue Jan 27, 2025 · 0 comments
Labels
Community This is a great issue for community members to work on 3️⃣ Low priority Contributions accepted, but Maybe team will not be working on this in the near term

Comments

@zachgoll
Copy link
Collaborator

Discussed in #1656

Originally posted by jelloc January 23, 2025

Describe the feature

When importing a CSV file of investment activities (buying/selling shares), you can tie a collumn to the Ticker field.
When importing a CSV file of share transactions you should be able to set the following fields:

  • Ticker (e.g. AMZN, AIR, HPE)
  • Exchange (e.g. NYSE, ASX)
  • Currency (e.g. NZD, AUD, USD)

Why is this feature important?

Ticker symbols aren't unique across all exchanges - for example, ANZ (Australia and New Zealand Banking Group Limited) uses the same ANZ ticker code on both the NZSE and ASX exchanges, but both are different shares with their own pricing and currencies.

If you import in the current state, it can't match the stock correctly so the activity and holdings may not be updated correctly.
Manually adding all transactions as a workaround will work but is time consuming.

Additional context, screenshots, and relevant links

image
image
image

@zachgoll zachgoll added 3️⃣ Low priority Contributions accepted, but Maybe team will not be working on this in the near term Community This is a great issue for community members to work on labels Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Community This is a great issue for community members to work on 3️⃣ Low priority Contributions accepted, but Maybe team will not be working on this in the near term
Projects
None yet
Development

No branches or pull requests

1 participant