You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank for you writing up a quick Python library to access Simplefin's API. The accounts endpoint offers three parameters that we can use to query transactions:
Thank for you writing up a quick Python library to access Simplefin's API. The accounts endpoint offers three parameters that we can use to query transactions:
start-date
- unix timestampend-date
- unix timestamppending
-1
or0
This will allow for finer control over what transactions we can query and retrieve. I can write up a quick PR adding these in, if you need some help.
The text was updated successfully, but these errors were encountered: