すべてのドキュメントを閲覧

Palmoil physical series API

Find admitted Palmoil physical series by product and country

エンドポイントとリクエスト

REST エンドポイント
GET /v1/commodities/palmoil/physical
契約リクエスト
curl --request GET \
  --url "https://api.narwhalapi.com/v1/commodities/palmoil/physical?product=ffb&country=IDN&area=ID-RI&limit=100" \
  --header "Authorization: Bearer $NARWHAL_API_KEY"

MCPの使用 commodities_list_palmoil_physical_series。RESTとMCPは同じスキーマ、アカウントクォータ、権限チェック、問題の形式を共有します。

パラメータ

名前必須種別意味
productいいえquery · ffb or cpoFilter by the physical product.
countryいいえクエリ · ISO 3166-1 alpha-3Filter by country, such as IDN.
area / grade / brandいいえquery · discovery filtersFilter typed metadata without adding URL levels.
limit / cursorいいえquery · 1–500 and opaque cursorPaginate stable discovery results.

レスポンス

契約例
{
  "series": [
    {
      "series_id": "id-ri-oil-palm-ffb-smallholder-purchase-agreement",
      "commodity": "palmoil",
      "product": "ffb",
      "country": "IDN",
      "area": "ID-RI",
      "producer_type": "smallholder",
      "producer_arrangement": "purchase_agreement",
      "price_type": "official_purchase_schedule",
      "currency": "IDR",
      "unit": "kilogram",
      "coverage_start": "2026-08-19",
      "coverage_end": "2026-09-01",
      "frequency": "weekly"
    }
  ]
}
フィールド種別必須意味
series配列はい安定したseries_id順に並べた、承認済み系列の完全版。
series_id文字列はい履歴操作で使用する安定した識別情報。
area / producer_type / producer_arrangement文字列または nullはい正確な市場と生産者の範囲。
product / country / area / grade / brand文字列または nullはいTyped physical-market metadata.
frequency / coverage_start / coverage_endstring and datesはいCadence and accepted history bounds.

エラーとクォータ

  • 400 invalid_query — コード、地域、日付範囲、上限、セレクターが無効です。
  • 401 invalid_api_key — Bearer キーがないか拒否されました。
  • 429 rate_limit_exceeded または quota_exhausted — 共有枠を使い切りました。
  • 503 physical_price_unavailable — 完全な公開データでインターフェースを安全に満たせません。

拒否されたリクエストとサーバーエラーは月間クォータを消費しません。

カバレッジ

Only admitted series appear. Malaysia is not currently admitted.

Narwhal APIキーで利用できます。