🚀 Version 2.0 Documentation is now live! See our changelog for details.
curl --request GET \
--url 'https://api.example.com/api/v2.1/fundamentals/alphaBeta?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
},
"alphaBeta": [
{
"id": {
"shareClassId": "0P000000GY",
"asOf": "2019-07-31",
"period": "60M"
},
"alpha": 0.007715,
"beta": 1.249643,
"nonDivAlpha": -0.24129,
"nonDivBeta": 1.247545
}
],
"symbol": "AAPL",
"idType": "SYMBOL",
"id": "AAPL"
}
]
}
احصل على مقاييس Alpha وBeta للرموز المحددة. تشير هذه المقاييس إلى مستوى التقلب والأداء مقارنةً بالسوق.
curl --request GET \
--url 'https://api.example.com/api/v2.1/fundamentals/alphaBeta?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
},
"alphaBeta": [
{
"id": {
"shareClassId": "0P000000GY",
"asOf": "2019-07-31",
"period": "60M"
},
"alpha": 0.007715,
"beta": 1.249643,
"nonDivAlpha": -0.24129,
"nonDivBeta": 1.247545
}
],
"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
},
"alphaBeta": [
{
"id": {
"shareClassId": "0P000000GY",
"asOf": "2019-07-31",
"period": "60M"
},
"alpha": 0.007715,
"beta": 1.249643,
"nonDivAlpha": -0.24129,
"nonDivBeta": 1.247545
}
],
"symbol": "AAPL",
"idType": "SYMBOL",
"id": "AAPL"
}
]
}
قائمة من الرموز مفصولة بفواصل (مثل: AAPL, MSFT)
إرجاع النتائج للتواريخ اللاحقة أو المطابقة للتاريخ المحدد في هذا المعامل (YYYY-MM-DD)
يُحدِّد الفترة الزمنية للنتائج المُرجَعة (على سبيل المثال: Q1، 2023)
نوع التقرير: TTM (آخر اثني عشر شهرًا)، A (كما تم الإبلاغ عنه في الأصل)، R (معاد عرضه)، P (أولي)
بيانات ألفا وبيتا
The response is of type string.
هل كانت هذه الصفحة مفيدة؟