历史 棕榈油 FFB 价格 API
获取 FFB 历史价格表
端点与请求
REST 端点
GET /v1/commodities/oil-palm-ffb-price/observations契约 请求
curl --request GET \
--url "https://api.narwhalapi.com/v1/commodities/oil-palm-ffb-price/observations?series_id=id-ri-oil-palm-ffb-smallholder-purchase-agreement&start=2026-08-01&end=2026-09-02&limit=100" \
--header "Authorization: Bearer $NARWHAL_API_KEY"MCP 使用 commodities_get_oil_palm_ffb_price_observations。REST 和 MCP 使用相同的结构、账户额度、权限检查和问题格式。
参数
| 名称 | 必填 | 类型 | 含义 |
|---|---|---|---|
series_id | 是 | 查询·稳定的 Narwhal ID | 通过实物序列发现返回的序列。 |
start | 否 | 查询·YYYY-MM-DD | 包含下限。必须与 end 一起提供。 |
end | 否 | 查询·YYYY-MM-DD | 不包含的上限,必须晚于 start。 |
limit | 否 | 查询·整数,1–500 | 最多返回的完整日程数量。默认为 100。 |
cursor | 否 | 查询·不透明字符串 | 绑定到相同序列和日期范围的续接令牌。 |
响应
契约 示例
{
"series_id": "id-ri-oil-palm-ffb-smallholder-purchase-agreement",
"commodity": "OIL-PALM-FFB",
"country": "IDN",
"area": "ID-RI",
"producer_type": "smallholder",
"producer_arrangement": "purchase_agreement",
"price_basis": "official_purchase_schedule",
"currency": "IDR",
"unit": "kilogram",
"observations": [
{
"effective_from": "2026-08-26",
"effective_to": "2026-09-01",
"released_on": "2026-08-26",
"revision": 1,
"prices": [
{
"tree_age_min_years": 9,
"tree_age_max_years": 9,
"price": "3878.72"
}
]
}
],
"next_cursor": null
}| 字段 | 类型 | 必填 | 含义 |
|---|---|---|---|
series_id / commodity / country / area | 字符串 | 是 | 稳定的身份和实物市场范围。 |
producer_type / producer_arrangement | 字符串或 null | 是 | 生产者范围 由每个返回的时间表共享. |
price_basis / currency / unit | 字符串 | 是 | 共享值含义和报价约定。 |
observations | 数组 | 是 | 按 effective_from 排序的完整价目表,最早的在前。 |
next_cursor | 字符串或 null | 是 | 不透明的延续令牌,结束时为 null。 |
错误与配额
400 invalid_query— 代码、区域、日期范围、限制或选择器无效。400 invalid_cursor— 游标无效,或与序列及范围不匹配。401 invalid_api_key— Bearer 密钥缺失或被拒绝。404 physical_price_observations_not_found— 没有完整的已批准数据符合请求。429 rate_limit_exceeded或quota_exhausted— 共享额度已耗尽。503 physical_price_unavailable— 完整发布版本无法安全满足该接口。
被拒绝的请求和服务器错误不会消耗月度配额。
覆盖范围
历史记录仅包含已接受的完整价目表。这不代表每个区域或每个年份都完整覆盖。
使用 Narwhal API 密钥即可获得。