-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Ibovespa index support #990
Merged
Merged
Changes from 6 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
3419ec9
feat: download ibovespa index historic composition
igor17400 c2f933b
fix: typo error instead of end_date, it was written end_ate
igor17400 09b8ad9
feat: adds support for downloading stocks historic prices from Brazil…
igor17400 77107f3
fix: code formatted with black.
igor17400 3aaf1df
wip: Creating code logic for brazils stock market data normalization
igor17400 9ceb592
docs: brazils stock market data normalization code documentation
igor17400 d1b73b3
fix: code formatted the with black
igor17400 cc0e126
docs: fixed typo
igor17400 95938ea
docs: more info about python version used to generate requirements.tx…
igor17400 b0aafa2
docs: added BeautifulSoup requirements
igor17400 592559a
feat: removed debug prints
igor17400 92aa003
feat: added ibov_index_composition variable as a class attribute of I…
igor17400 4903845
feat: added increment to generate the four month period used by the i…
igor17400 6db33ef
refactor: Added get_instruments() method inside utils.py for better c…
igor17400 ae6380a
refactor: improve brazils stocks download speed
igor17400 1d80c4c
fix: added __main__ at the bottom of the script
igor17400 dc72c6b
refactor: changed interface inside each index
igor17400 6cc96cc
refactor: implemented class interface retry into YahooCollectorBR
igor17400 1cbfb5c
docs: added BR as a possible region into the documentation
igor17400 c313804
refactor: make retry attribute part of the interface
igor17400 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.