Skip to content

Commit

Permalink
release: version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ycytai authored Sep 21, 2024
1 parent 63b72bb commit 9a312be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/zh-TW/reference/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
|[StockPrice](/reference/stock-data-types/#fmd.resources.stock.types.StockPrice)|每日股票價格,包括開盤價、最高價、最低價、收盤價和成交量||
|[ValuationMeasurement](/reference/stock-data-types/#fmd.resources.stock.types.ValuationMeasurement)|本益比、市價淨值比和股息殖利率||
|[StockMarginBalance](/reference/stock-data-types/#fmd.resources.stock.types.StockMarginBalance)|融資相關資訊,例如資買、資賣、餘額...等||
|[StockInstitutionTradeSummary](/reference/stock-data-types/#fmd.resources.stock.types.StockInstitutionTradeSummary)|三大法人買賣超||
|[Revenue](/reference/stock-data-types/#fmd.resources.stock.types.Revenue)|每月營收與前期營收的比較數據||
|[FinancialRatio](/reference/stock-data-types/#fmd.resources.stock.types.FinancialRatio)|財務比率相關資料,例如毛利率||
|[BalanceSheet](/reference/stock-data-types/#fmd.resources.stock.types.BalanceSheet)|資產、負債、股東權益及資本資料||
Expand All @@ -18,5 +19,6 @@
|---|---|---|
|[ETFPrice](/reference/etf-data-types/#fmd.resources.etf.types.ETFPrice)|每日ETF價格,包括開盤價、最高價、最低價、收盤價和成交量||
|[ETFMarginBalance](/reference/stock-data-types/#fmd.resources.stock.types.ETFMarginBalance)|融資相關資訊,例如資買、資賣、餘額...等||
|[ETFInstitutionTradeSummary](/reference/stock-data-types/#fmd.resources.stock.types.ETFInstitutionTradeSummary)|三大法人買賣超||
|[ETFDividend](/reference/etf-data-types/#fmd.resources.etf.types.ETFDividend)|股息金額、除息日等||
|[ETFProfile](/reference/etf-data-types/#fmd.resources.etf.types.ETFProfile)|ETF相關基本資料|-|
2 changes: 1 addition & 1 deletion fmd/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from fmd.client import FmdApi

package_name = 'fmd'
__version__ = '0.3.0'
__version__ = '0.4.0'
__all__ = ['FmdApi']
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fmd"
version = "0.3.0"
version = "0.4.0"
description = "Download Taiwan financial market data via FMD API."
authors = ["Yu Chen, Yang <ycy.tai@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 9a312be

Please sign in to comment.