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

Multiple symbols for MOEX data connector #563

Merged
merged 2 commits into from
Aug 12, 2018
Merged

Multiple symbols for MOEX data connector #563

merged 2 commits into from
Aug 12, 2018

Conversation

Mottl
Copy link
Contributor

@Mottl Mottl commented Aug 12, 2018

Now MOEX data connector supports multiple symbols in constructor:

import pandas_datareader.data as web

df = web.DataReader(['USD000UTSTOM', 'SBER'], 'moex',
                    start='2017-07-01', end='2017-07-31')

closes #562

@Mottl
Copy link
Contributor Author

Mottl commented Aug 12, 2018

@bashtage, could you look at travis? Errors aren't related to this commit.

@bashtage bashtage merged commit c36c8f0 into pydata:master Aug 12, 2018
@khazamov
Copy link

@Mottl thanks Dmitry! That was a very quick implementation :)

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.

Support for multiple symbols for MOEX
3 participants