-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v0.5rc' of github.com:toomore/grs
- Loading branch information
Showing
17 changed files
with
7,645 additions
and
129 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,31 @@ | ||
Stock 擷取股票資訊 | ||
========================== | ||
|
||
|
||
擷取股票股價(上市 / 上櫃) | ||
--------------------------- | ||
.. autoclass:: grs.Stock | ||
:members: | ||
|
||
擷取上市股票股價 | ||
--------------------------- | ||
.. autoclass:: grs.fetch_data.TWSEFetch | ||
:show-inheritance: | ||
:inherited-members: | ||
|
||
擷取上櫃股票股價 | ||
--------------------------- | ||
.. autoclass:: grs.fetch_data.OTCFetch | ||
:show-inheritance: | ||
:inherited-members: | ||
|
||
簡單分析工具 | ||
--------------------------- | ||
.. autoclass:: grs.fetch_data.SimpleAnalytics | ||
:members: | ||
|
||
擷取工具 | ||
--------------------------- | ||
.. autoclass:: grs.fetch_data.FetchData | ||
:show-inheritance: | ||
:inherited-members: |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
TWSENo 上市股票列表 | ||
上市 / 上櫃股票代碼列表 | ||
======================= | ||
|
||
上市股票代碼列表 | ||
----------------------------- | ||
.. autoclass:: grs.TWSENo | ||
:members: | ||
:show-inheritance: | ||
:inherited-members: | ||
|
||
上櫃股票代碼列表 | ||
----------------------------- | ||
.. autoclass:: grs.OTCNo | ||
:show-inheritance: | ||
:inherited-members: | ||
|
||
匯入上市上櫃股票列表檔案 | ||
----------------------------- | ||
.. autoclass:: grs.twseno.ImportCSV | ||
:show-inheritance: | ||
:inherited-members: |
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.