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

Generating transaction IDs / accessing historical data #8

Open
ebai101 opened this issue Oct 24, 2024 · 1 comment
Open

Generating transaction IDs / accessing historical data #8

ebai101 opened this issue Oct 24, 2024 · 1 comment

Comments

@ebai101
Copy link

ebai101 commented Oct 24, 2024

I'm writing a script that uses SimpleFIN to fill a spreadsheet, and I'd like to be able to manually import CSVs or QFX files downloaded from bank websites to fill out missing data, since it seems like SimpleFIN only provides about 6 months of data. I'm wondering if it's possible to generate transaction IDs in a similar manner to those returned from the SimpleFIN API, so that I can more easily compare the data from the API and my manual import files.

It seems like the transaction IDs are UUID4s with a prefix, so this may not be possible. However, if there's a way to access further historical data, even if it's limited to six months at a time, that'd solve the problem. Any help is appreciated.

@iffy
Copy link
Member

iffy commented Oct 24, 2024

We get the IDs from our provider and they are an opaque UUID. I don't know, but I would guess that they are randomly assigned (UUID4). It won't be possible to derive matching IDs for historical transaction, unfortunately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants