-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Former-commit-id: 82be58c
- Loading branch information
Showing
51 changed files
with
182 additions
and
138 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
zvdata == 1.1.3 | ||
zvdata == 1.1.4 | ||
requests == 2.20.1 | ||
SQLAlchemy == 1.2.14 | ||
pandas == 0.24.2 | ||
|
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,20 +1,7 @@ | ||
# -*- coding: utf-8 -*- | ||
from .dividend_financing.dividend_detail_recorder import DividendDetailRecorder | ||
from .dividend_financing.dividend_financing_recorder import DividendFinancingRecorder | ||
from .dividend_financing.rights_issue_detail_recorder import RightsIssueDetailRecorder | ||
from .dividend_financing.spo_detail_recorder import SPODetailRecorder | ||
from .finance.china_stock_balance_sheet_recorder import ChinaStockBalanceSheetRecorder | ||
from .finance.china_stock_cash_flow_recorder import ChinaStockCashFlowRecorder | ||
from .finance.china_stock_finance_factor_recorder import ChinaStockFinanceFactorRecorder | ||
from .finance.china_stock_income_statement_recorder import ChinaStockIncomeStatementRecorder | ||
from .holder.top_ten_holder_recorder import TopTenHolderRecorder | ||
from .holder.top_ten_tradable_holder_recorder import TopTenTradableHolderRecorder | ||
from .meta.china_stock_category_recorder import ChinaStockCategoryRecorder | ||
from .meta.china_stock_meta_recorder import ChinaStockMetaRecorder | ||
from .trading.holder_trading_recorder import HolderTradingRecorder | ||
from .trading.manager_trading_recorder import ManagerTradingRecorder | ||
|
||
__all__ = ['ChinaStockBalanceSheetRecorder', 'ChinaStockIncomeStatementRecorder', 'ChinaStockCashFlowRecorder', | ||
'ChinaStockFinanceFactorRecorder', 'ChinaStockCategoryRecorder', 'ChinaStockMetaRecorder', | ||
'DividendFinancingRecorder', 'RightsIssueDetailRecorder', 'DividendDetailRecorder', 'SPODetailRecorder', | ||
'TopTenHolderRecorder', 'TopTenTradableHolderRecorder', 'HolderTradingRecorder', 'ManagerTradingRecorder'] | ||
from zvt.recorders.eastmoney.dividend_financing import * | ||
from zvt.recorders.eastmoney.finance import * | ||
from zvt.recorders.eastmoney.holder import * | ||
from zvt.recorders.eastmoney.meta import * | ||
from zvt.recorders.eastmoney.quotes import * | ||
from zvt.recorders.eastmoney.trading import * |
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 +1,5 @@ | ||
# -*- coding: utf-8 -*- | ||
# -*- coding: utf-8 -*- | ||
from zvt.recorders.eastmoney.dividend_financing.dividend_detail_recorder import * | ||
from zvt.recorders.eastmoney.dividend_financing.dividend_financing_recorder import * | ||
from zvt.recorders.eastmoney.dividend_financing.rights_issue_detail_recorder import * | ||
from zvt.recorders.eastmoney.dividend_financing.spo_detail_recorder import * |
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
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 +1,5 @@ | ||
# -*- coding: utf-8 -*- | ||
# -*- coding: utf-8 -*- | ||
from zvt.recorders.eastmoney.finance.china_stock_balance_sheet_recorder import * | ||
from zvt.recorders.eastmoney.finance.china_stock_cash_flow_recorder import * | ||
from zvt.recorders.eastmoney.finance.china_stock_finance_factor_recorder import * | ||
from zvt.recorders.eastmoney.finance.china_stock_income_statement_recorder import * |
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
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 +1,3 @@ | ||
# -*- coding: utf-8 -*- | ||
# -*- coding: utf-8 -*- | ||
from zvt.recorders.eastmoney.holder.top_ten_holder_recorder import * | ||
from zvt.recorders.eastmoney.holder.top_ten_tradable_holder_recorder import * |
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 +1,3 @@ | ||
# -*- coding: utf-8 -*- | ||
# -*- coding: utf-8 -*- | ||
from zvt.recorders.eastmoney.meta.china_stock_category_recorder import * | ||
from zvt.recorders.eastmoney.meta.china_stock_meta_recorder import * |
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.