Skip to main content

Deliverable Futures Contract (DFC)

Retrieve deliverable futures contract data including contract specifications and pricing information.

GET/3.0/market/quote/dfc

Description

This endpoint returns price quotes for deliverable futures contracts (DFC), including open, high, low, close, volume, and circuit limits for physically-settled futures instruments listed on the exchange.

Request

Authentication

  • Type: Bearer Token
  • Required: Yes

Parameters

This endpoint does not accept any query parameters.

Response

Success Response (200)

{
"status": "ok",
"message": "",
"count": 2292,
"data": [
{
"date": "2024-11-29 16:46:23",
"status": 1,
"symbol": "PTC-NOV",
"open": 0,
"high": 0,
"low": 0,
"close": 20.34,
"ldcp": 32.11,
"volume": 0,
"ldcv": 5200500,
"change": 0,
"change_percent": 0,
"ucap": 35.32,
"lcap": 28.9
},
{
"date": "2025-05-30 16:47:17",
"status": 0,
"symbol": "TRG-MAY",
"open": 62.14,
"high": 62.14,
"low": 60.4,
"close": 61.3,
"ldcp": 61.9,
"volume": 17294500,
"ldcv": 0,
"change": -0.6,
"change_percent": -0.0097,
"ucap": 68.09,
"lcap": 55.71
},
]
}

Response Fields

FieldTypeDescription
datestringData timestamp (YYYY-MM-DD HH:MM:SS)
statusintegerContract status (1=active, 0=inactive/expired)
symbolstringDeliverable futures contract symbol
opennumberOpening price
highnumberDay's high price
lownumberDay's low price
closenumberClosing price
ldcpnumberLast day's closing price
volumenumberTrading volume
ldcvnumberLast day's closing volume
changenumberPrice change from previous close
change_percentnumberPercentage change from previous close
ucapnumberUpper circuit/cap price
lcapnumberLower circuit/cap price

Error Responses

For detailed Common Error responses, see the Error Handling.

Examples

Get All DFC Contracts

curl -X GET "https://csapis.com/3.0/market/quote/dfc" \
-H "Authorization: Bearer YOUR_API_TOKEN"

Use Cases

  • Physical Settlement: Trade futures contracts with physical delivery of the underlying asset
  • Hedging Strategies: Use deliverable contracts for hedging physical positions
  • Price Discovery: Track deliverable futures pricing for fair value assessment
  • Market Analysis: Analyze deliverable contract activity and trends
  • Portfolio Management: Manage physically-settled derivative positions