تصفّح الوثائق كلها

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سلاسل نصية أو قيمة فارغةنعمنطاق السوق والمنتج الدقيق.
product / country / area / grade / brandسلاسل نصية أو قيمة فارغةنعم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.