Building an AI agent? Start with /llms.txt for the full site index.
Market & Prices
Valuation data — the fuller per-stock valuation record: the core ratios plus market capitalization and shares outstanding, per trading day.
GET /v2/datasets/valuation-dataValuation data is a Taiwan market dataset sourced from TWSE / TPEx / MOPS, served by TW Market Data as GET /v2/datasets/valuation-data.
valuation-data is a derived dataset that extends the core valuation ratios with market capitalization and shares-outstanding context per stock per trading day, computed from the official price and MOPS financial inputs. The lineage block points back to those official sources so each figure is reproducible rather than a standalone assertion.
| Field | Type | Description |
|---|---|---|
market | string | |
as_of_date | string | |
valuation_version | string | |
pe_ratio | null | |
pb_ratio | number | |
earnings_yield | null | |
book_to_price | null | |
dividend_yield | number | |
market_cap | null | Market capitalization (TWD, derived). |
shares_outstanding | null | Shares outstanding used in the calculation. |
symbol | string | Ticker. |
fundamentals_context | object |
| Rows | ~7,654,206 |
| Window | 2006-01-02 – 2026-09-03 |
| Grade | Derived |
| Measured | 2026-09-04from the dataset registry |
A real response from this endpoint. Rows are returned under "rows", and provenance is carried in the shape shown below — it is not identical across datasets, so read this page's rather than assuming another's.
{
"dataset": "valuation_data",
"rows": [
{
"market": "TWSE",
"as_of_date": "2026-08-05",
"valuation_version": "v1",
"pe_ratio": null,
"pb_ratio": 0.77,
"earnings_yield": null,
"book_to_price": null,
"dividend_yield": 3.33,
"market_cap": null,
"shares_outstanding": null,
"provider": "twse_official",
"source_role": "official_twse_bwibbu",
"lineage": {
"row_index": 0,
"source_hash": "fd14579002ab6ebd9c138ccc167016ef416bcd524b343ea57f6e08ccf545712f",
"payload_date": "20260805",
"request_date": "2026-08-05",
"endpoint_name": "BWIBBU_d",
"source_authority": "TWSE BWIBBU"
},
"updated_at": "2026-08-05T09:01:40.982922",
"symbol": "1101",
"fundamentals_context": {
"generated_at": "2026-08-06T05:15:12Z",
"ticker": "1101",
"period": "2026-08-05",
"period_type": "daily_event",
"statement_family": "valuation_data",
"metric_values": {
"valuation_version": "v1",
"pe_ratio": null,
"pb_ratio": 0.77,
"earnings_yield": null,
"book_to_price": null,
"dividend_yield": 3.33,
"market_cap": null,
"shares_outstanding": null,
"updated_at": "2026-08-05T09:01:40.982922",
"symbol": "1101"
},
"source_lineage": {
"provider": "unknown",
"source_role": "official_twse_bwibbu",
"row_index": 0,
"source_hash": "fd14579002ab6ebd9c138ccc167016ef416bcd524b343ea57f6e08ccf545712f",
"payload_date": "20260805",
"request_date": "2026-08-05",
"endpoint_name": "BWIBBU_d",
"source_authority": "TWSE BWIBBU"
},
"data_gaps": [],
"restatement_warning": {
"has_restatement": false,
"reason": null,
"previous_version_ref": null
},
"not_investment_advice": true,
"coverage_window": {
"min_period": null,
"max_period": null,
"coverage_confidence": "medium",
"row_count": 0
},
"safe_usage_notes": [
"not_investment_advice",
"official_public_first_policy",
"period_semantics_explicit"
],
"available_tools_or_endpoints": [
{
"name": "valuation_data",
"path": "/v2/datasets/valuation-data"
}
]
}
},
{
"market": "TWSE",
"as_of_date": "2026-08-04",
"valuation_version": "v1",
"pe_ratio": null,
"pb_ratio": 0.75,
"earnings_yield": null,
"book_to_price": null,
"dividend_yield": 3.4,
"market_cap": null,
"shares_outstanding": null,
"provider": "twse_official",
"source_role": "official_twse_bwibbu",
"lineage": {
"row_index": 0,
"source_hash": "f9800a2fef80e7dca37fb3c284adbdc84920b48635e2e5d2a94e191926490712",
"payload_date": "20260804",
"request_date": "2026-08-04",
"endpoint_name": "BWIBBU_d",
"source_authority": "TWSE BWIBBU"
},
"updated_at": "2026-08-05T09:01:40.982922",
"symbol": "1101",
"fundamentals_context": {
"generated_at": "2026-08-06T05:15:12Z",
"ticker": "1101",
"period": "2026-08-04",
"period_type": "daily_event",
"statement_family": "valuation_data",
"metric_values": {
"valuation_version": "v1",
"pe_ratio": null,
"pb_ratio": 0.75,
"earnings_yield": null,
"book_to_price": null,
"dividend_yield": 3.4,
"market_cap": null,
"shares_outstanding": null,
"updated_at": "2026-08-05T09:01:40.982922",
"symbol": "1101"
},
"source_lineage": {
"provider": "unknown",
"source_role": "official_twse_bwibbu",
"row_index": 0,
"source_hash": "f9800a2fef80e7dca37fb3c284adbdc84920b48635e2e5d2a94e191926490712",
"payload_date": "20260804",
"request_date": "2026-08-04",
"endpoint_name": "BWIBBU_d",
"source_authority": "TWSE BWIBBU"
},
"data_gaps": [],
"restatement_warning": {
"has_restatement": false,
"reason": null,
"previous_version_ref": null
},
"not_investment_advice": true,
"coverage_window": {
"min_period": null,
"max_period": null,
"coverage_confidence": "medium",
"row_count": 0
},
"safe_usage_notes": [
"not_investment_advice",
"official_public_first_policy",
"period_semantics_explicit"
],
"available_tools_or_endpoints": [
{
"name": "valuation_data",
"path": "/v2/datasets/valuation-data"
}
]
}
}
],
"count": 50,
"status": "ok"
}Captured from the live API on 2026-07-20.
These columns are returned alongside the data and record where the row came from. They are provenance, not the dataset's subject matter, so they are listed here rather than in the field table.
providersource_rolelineageupdated_atPart of the data in this service is obtained from the Government Open Data Platform (data.gov.tw) and used under the Open Government Data License, version 1.0. Providing agencies: Taiwan Stock Exchange, Taipei Exchange, Taiwan Futures Exchange, Taiwan Depository & Clearing Corporation, National Development Council, Central Bank of the Republic of China (Taiwan), Department of Statistics of the Ministry of Economic Affairs, and Customs Administration of the Ministry of Finance. The value-added processing, derived calculations and presentation in this service are the responsibility of TWMD and are not associated with the providing agencies.
TW Market Data. (n.d.). Valuation data [Data set]. TW Market Data. Retrieved 2026-09-05, from https://twmarketdata.com/en/docs/api/market-prices/valuation-data
The version is the dataset's own as_of, not the date this page was built. Where we have no as_of the field is left out rather than filled in. Check a signature
Datasets that join with this one. The key each pair aligns on is shown, so you can plan a multi-table query without guessing.
Joins on as_of_date + market + ticker
Joins on as_of_date + market + ticker
Joins on as_of_date + market + ticker
Joins on as_of_date + market + ticker
Joins on as_of_date + market + ticker
curl "https://api.twmarketdata.com/v2/datasets/valuation-data?symbol=1101" \
-H "X-API-Key: sk_live_..."| Parameter | Required | Type | Description |
|---|---|---|---|
symbol | Yes | string | Ticker, e.g. 2330. |
start_date | No | string (YYYY-MM-DD) | Start of the query range. |
end_date | No | string (YYYY-MM-DD) | End of the query range. |
limit | No | integer | Maximum rows to return. |
import requests
resp = requests.get(
"https://api.twmarketdata.com/v2/datasets/valuation-data",
params={"symbol": "1101"},
headers={"X-API-Key": "sk_live_..."},
)
resp.raise_for_status()
print(resp.json()["rows"])This endpoint is GET /v2/datasets/valuation-data. The full machine-readable schema (parameters, security, response envelope) lives in the OpenAPI spec.