🚀 Version 2.0 Documentation is now live! See our changelog for details.
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"
}
]
}
Obtén ratios de beneficios para una lista de símbolos. Incluye métricas como la relación P/E, las ganancias por acción (EPS) y otros ratios relacionados con los beneficios.
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"
}
]
}
Lista separada por comas de símbolos (p. ej., AAPL, MSFT)
Devuelve resultados para fechas mayores o iguales que la fecha especificada en este parámetro (AAAA-MM-DD)
Especifica el período de los resultados devueltos (p. ej., Q1 de 2023)
Tipo de informe: TTM (Últimos doce meses), A (Tal como se informó originalmente), R (Reexpresado), P (Preliminar)
Datos de ratios de beneficio
The response is of type string.
¿Esta página le ayudó?