-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
finance ochl->ohlc #1920
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
Merged
Merged
finance ochl->ohlc #1920
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
2c4727a
Update of finance.py to (O,H,L,C) instead of (O,C,H,L)
kramer650 8745e3a
implemented the wrappers discussed in #1783.
tacaswell f16dc47
import and pep8 changes
tacaswell ffb2074
tweaked wording of documentation
tacaswell 35d70d8
wrapped candlestick2 to have new argument order
tacaswell 4ab6b95
minor documentation tweak
tacaswell 4ee6d2e
added depreciation warning + fixed error is function call argument
tacaswell 428333d
converted all the docstrings numpydoc format
tacaswell e509cd2
wrapped and depreciated parse_yahoo_historical
tacaswell 9c5e1c3
commented out unused line
tacaswell ca8845e
fixed pep8, updated depreciation messages because this missed 1.3
tacaswell 45eea6e
fixed documentation
tacaswell 10adeb2
wrapped and deprecated plot_day_summary
tacaswell 96b859f
fixed documentation
tacaswell f4dcc2f
re-factored to actually raise depreciation warnings
tacaswell c8fcc1a
wrapped and deprecated quotes_historical_yahoo
tacaswell a92039b
fixed naming bugs
tacaswell 1def459
fixed a collection of stupid bugs (like not returning from
tacaswell e4fab5d
added note to api_change.rst
tacaswell 469e267
documentation corrections
tacaswell 007754c
minor pep8 fix
tacaswell 58d741f
minor formatting changes to doc-strings
tacaswell 62f4e19
spelling + formatting fixes
tacaswell 4ef8ac9
Added Examples section to `parse_yahoo_historical*`.
tacaswell 4c76044
fixed typos
tacaswell 1e39c0c
updated `finance_demo.py` code to use new api
tacaswell ca81f16
added the finance module to api list so the documentation gets
tacaswell e772ac4
added depreciation warning to module doc-string
tacaswell c4819c2
cleaned up usage of `quotes_historical_yahoo` in demos
tacaswell 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
minor formatting changes to doc-strings
tweaked import
- Loading branch information
commit 58d741fe8f84569c9f54d120002cb834eedea56a
There are no files selected for viewing
This file contains hidden or 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
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.
Can you please add a blank line after the docstring summary?