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 cpo | Filter by the physical product. |
country | لا | الاستعلام · ISO 3166-1 alpha-3 | Filter by country, such as IDN. |
area / grade / brand | لا | query · discovery filters | Filter typed metadata without adding URL levels. |
limit / cursor | لا | query · 1–500 and opaque cursor | Paginate 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_end | string 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.