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

feat: add trade details history #215

Merged
merged 10 commits into from
Jul 14, 2023
Merged

Conversation

sfmqrb
Copy link
Collaborator

@sfmqrb sfmqrb commented Jul 3, 2023

@sfmqrb
Copy link
Collaborator Author

sfmqrb commented Jul 3, 2023

executing the following IO-intensive code with no problem

import pytse_client as tse
from datetime import date

start_date = date(2000, 3, 19)
end_date = date(2023, 4, 22)
symbol = "خودرو"

df = tse.get_trade_details(
    symbol, start_date, end_date, to_csv=True, aggregate=True, timeframe='1m'
)
print(df)

@sfmqrb
Copy link
Collaborator Author

sfmqrb commented Jul 3, 2023

@Glyphack Please check this out.

@Glyphack
Copy link
Owner

Glyphack commented Jul 5, 2023

@Glyphack Please check this out.

Will do today

@Glyphack
Copy link
Owner

Glyphack commented Jul 5, 2023

I couldn't check this, will be back next week

@Glyphack Glyphack self-assigned this Jul 14, 2023
@Glyphack Glyphack merged commit cc80cea into Glyphack:master Jul 14, 2023
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

Successfully merging this pull request may close these issues.

2 participants