الانتقال إلى المحتوى الرئيسي
GET
/
api
/
v2.1
/
fundamentals
/
earningRatios
جلب نسب الأرباح v2.1
curl --request GET \
  --url 'https://api.example.com/api/v2.1/fundamentals/earningRatios?token='
{
  "result": [
    {
      "company": {
        "primarySymbol": "AAPL",
        "primaryExchange": "NAS",
        "cik": "320193",
        "isin": "CA03785Y1007",
        "cusip": "03785Y100",
        "standardName": "Apple",
        "countryId": "USA",
        "isReit": false,
        "industryTemplateCode": "N",
        "businessCountryId": "USA",
        "isLimitedPartnership": false,
        "yearofEstablishment": 1977,
        "isLimitedLiabilityCompany": false
      },
      "earningRatios": [
        {
          "id": {
            "shareClassId": "0P000000GY",
            "asOf": "2025-09-30",
            "reportType": "R",
            "period": "3M",
            "aorOrRestate": "RESTATE"
          },
          "fiscalYearEnd": 9,
          "dilutedEpsGrowth": 0.907216,
          "dilutedContEpsGrowth": 0.907216,
          "dpsGrowth": 0.04,
          "normalizedDilutedEpsGrowth": 0.907216,
          "normalizedBasicEpsGrowth": 0.907216
        }
      ],
      "symbol": "AAPL",
      "idType": "SYMBOL",
      "id": "AAPL"
    }
  ]
}
{
  "result": [
    {
      "company": {
        "primarySymbol": "AAPL",
        "primaryExchange": "NAS",
        "cik": "320193",
        "isin": "CA03785Y1007",
        "cusip": "03785Y100",
        "standardName": "Apple",
        "countryId": "USA",
        "isReit": false,
        "industryTemplateCode": "N",
        "businessCountryId": "USA",
        "isLimitedPartnership": false,
        "yearofEstablishment": 1977,
        "isLimitedLiabilityCompany": false
      },
      "earningRatios": [
        {
          "id": {
            "shareClassId": "0P000000GY",
            "asOf": "2025-09-30",
            "reportType": "R",
            "period": "3M",
            "aorOrRestate": "RESTATE"
          },
          "fiscalYearEnd": 9,
          "dilutedEpsGrowth": 0.907216,
          "dilutedContEpsGrowth": 0.907216,
          "dpsGrowth": 0.04,
          "normalizedDilutedEpsGrowth": 0.907216,
          "normalizedBasicEpsGrowth": 0.907216
        }
      ],
      "symbol": "AAPL",
      "idType": "SYMBOL",
      "id": "AAPL"
    }
  ]
}

التفويضات

token
string
query
مطلوب

معلمات الاستعلام

symbols
string
مطلوب

قائمة من الرموز مفصولة بفواصل (مثل: AAPL, MSFT)

asOf
string

إرجاع النتائج للتواريخ الأحدث من أو المطابقة للتاريخ المحدد في هذا المعامل (YYYY-MM-DD)

period
string

يحدّد الفترة الزمنية للنتائج المُرجَعة (مثلًا: Q1، 2023)

reportType
string

نوع التقرير: TTM (آخر اثني عشر شهرًا)، A (كما أُبلِغ عنه في الأصل)، R (مُعاد عرضه)، P (أولي)

الاستجابة

بيانات نسب الربحية

The response is of type string.