Sugra API V1.0.0
  1. /v1/quotes
Sugra API V1.0.0
  • /v1/quotes
    • Retrieves all available information for a given stock symbol.
      GET
    • Get Stock Price
      GET
    • Retrieves news related to a given stock symbol.
      GET
    • Retrieves stock recommendations for a given symbol.
      GET
    • Retrieves upgrades and downgrades for a given stock symbol.
      GET
    • Retrieve targets for a stock symbol
      GET
    • Retrieves historical actions related to a given stock symbol.
      GET
    • Retrieves earnings report dates for a given stock symbol.
      GET
    • Retrieves top institutional holders for a given stock symbol.
      GET
    • Retrieves top mutual fund holders for a given stock symbol.
      GET
    • Retrieves insider roster holders for a given stock symbol.
      GET
    • Retrieves insider transactions for a given stock symbol.
      GET
    • Retrieves annual or quarterly income statements for a given stock symbol.
      GET
    • Retrieves annual or quarterly balance sheets for a given stock symbol.
      GET
    • Retrieves annual or quarterly cash flow data for a given stock symbol.
      GET
    • Retrieves multiple stock quotes
      GET
    • Get technical analysis for a stock symbol
      GET
    • Retrieve SEC filings for a specific stock symbol
      GET
    • Retrieves the ISIN (International Securities Identification Number) for a given stock symbol.
      GET
    • Get Stock Dividend Information
      GET
    • Retrieves Historical Price information for a given stock symbol.
      GET
  • v1/economics/
    • Get Economic Countries Indicators
      GET
    • Get Economics Indicators Overview
      GET
    • Get Economics GDP Indicators
      GET
    • Get Economics labour Indicators
      GET
    • Get Economics Prices Indicators
      GET
    • Get Economics Health Indicators
      GET
    • Get Economics Money Indicators
      GET
    • Get Economics Trade Indicators
      GET
    • Get Economics Government Indicators
      GET
    • Get Economics Business Indicators
      GET
    • Get Economics Consumer Indicators
      GET
    • Get Economics Housing Indicators
      GET
  1. /v1/quotes

Retrieves earnings report dates for a given stock symbol.

GET
https://api.sugra.ai/v1/quotes/{symbol}/earnings-dates
Last modified:2024-02-08 16:53:53
Maintainer:Not configured
OperationId:GetEarningsDates
Retrieve a list of scheduled and historical earnings report dates for a specific stock symbol.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.sugra.ai/v1/quotes/TSLA/earnings-dates' \
--header 'x-api-key:   ABCD314159'
Response Response Example
[
    {
        "Earnings Date": "2025-01-22 04:00:00 PM EST",
        "EPS Estimate": null,
        "Reported EPS": null,
        "Surprise(%)": null
    },
    {
        "Earnings Date": "2024-10-16 06:00:00 AM EDT",
        "EPS Estimate": null,
        "Reported EPS": null,
        "Surprise(%)": null
    },
    {
        "Earnings Date": "2024-07-17 06:00:00 AM EDT",
        "EPS Estimate": null,
        "Reported EPS": null,
        "Surprise(%)": null
    },
    {
        "Earnings Date": "2024-04-17 06:00:00 AM EDT",
        "EPS Estimate": 0.68,
        "Reported EPS": null,
        "Surprise(%)": null
    },
    {
        "Earnings Date": "2024-01-24 11:00:00 AM EST",
        "EPS Estimate": 0.74,
        "Reported EPS": 0.71,
        "Surprise(%)": -0.0444
    },
    {
        "Earnings Date": "2024-01-23 04:00:00 PM EST",
        "EPS Estimate": 0.74,
        "Reported EPS": 0.71,
        "Surprise(%)": -0.0405
    },
    {
        "Earnings Date": "2023-10-18 12:00:00 PM EDT",
        "EPS Estimate": 0.72,
        "Reported EPS": 0.66,
        "Surprise(%)": -0.0825
    },
    {
        "Earnings Date": "2023-07-19 12:00:00 PM EDT",
        "EPS Estimate": 0.82,
        "Reported EPS": 0.91,
        "Surprise(%)": 0.1063
    },
    {
        "Earnings Date": "2023-04-19 12:00:00 PM EDT",
        "EPS Estimate": 0.85,
        "Reported EPS": 0.85,
        "Surprise(%)": -0.0004
    },
    {
        "Earnings Date": "2023-01-25 11:00:00 AM EST",
        "EPS Estimate": 1.13,
        "Reported EPS": 1.19,
        "Surprise(%)": 0.0555
    },
    {
        "Earnings Date": "2022-10-19 12:00:00 PM EDT",
        "EPS Estimate": 0.99,
        "Reported EPS": 1.05,
        "Surprise(%)": 0.057
    },
    {
        "Earnings Date": "2022-07-20 12:00:00 PM EDT",
        "EPS Estimate": 0.6,
        "Reported EPS": 0.76,
        "Surprise(%)": 0.2511
    }
]

Request

Path Params
symbol
string 
required
The stock symbol for which to retrieve earnings report dates.
Example:
TSLA
Header Params
x-api-key
string 
optional
Default:
ABCD314159

Responses

🟢200Earnings report dates for the specified stock symbol.
application/json
Body
array of:
Earnings Date
string 
required
EPS Estimate
number  | null 
required
Reported EPS
number  | null 
required
Surprise(%)
number  | null 
required
Modified at 2024-02-08 16:53:53
Previous
Retrieves historical actions related to a given stock symbol.
Next
Retrieves top institutional holders for a given stock symbol.
Built with