Skip to content

Get list of transactions after certain date #310

Answered by cwendt94
TheWorldIMN asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @TheWorldIMN,

To get the activity of only free agents add, your code should look something like

adds = studs.recent_activity(size=100, msg_type = 'FA')

The Activity Object also has a date field in Epoch time that can be used to determine if it was after or before your deadline.

This might not be the most efficient way to find it but I think it can unblock you for now. It might be a good idea to allow the caller to pass a date range to the recent_activity function for extra filtering.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@TheWorldIMN
Comment options

@cwendt94
Comment options

Answer selected by TheWorldIMN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants