We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example let's take a look on VTBR M5 data for first hour of 2016.01.04 day:
The text was updated successfully, but these errors were encountered:
Hmm good point, this definitely needs to be fixed. @stealzy do you have a pull request for that? I don't know what I'd have time for that
Sorry, something went wrong.
Попытаю питон на этой неделе. If API will still open.
To reproduce and test
from finam.export import Exporter, Market, Timeframe from datetime import datetime ticker = "VTBR" exporter = Exporter() data = exporter.download(id_=exporter.lookup(code=ticker).index[0], market=Market.SHARES, timeframe=Timeframe.MINUTES5, start_date=datetime(2016, 1, 4), end_date=datetime(2016, 1, 4)) print(data.iloc[:,0].to_list()) print(data.info())
No branches or pull requests
For example let's take a look on VTBR M5 data for first hour of 2016.01.04 day:
The text was updated successfully, but these errors were encountered: