Realiz FinData
Languages (언어)
  • Korean
  • English
Languages (언어)
  • Korean
  • English
  1. Earning & Revenue
  • Historical Quotes (Chart)
    • Stock Historical Quote
      GET
    • Crypto Historical Quote
      GET
  • Market Data
    • US Market Status
      GET
    • Sector info list
      GET
    • Industry info list
      GET
    • Industry info list by Sector
      GET
    • Active trading volume
      GET
    • Market Top Gainers
      GET
    • Market Top Losers
      GET
  • Dividend
    • Dividend Overview
      GET
    • Dividend Records
      GET
  • Earning & Revenue
    • Earning Records & Estimates
      GET
    • Sales ratio by product
      GET
    • Sales ratio by geolocation
      GET
  • Analysting
    • Analysis Overview
      GET
    • Analysis Report by Stock
      GET
    • Target Price Trend
      GET
    • Analysis Report Feed (RSS)
      GET
  • Company
    • Full list of companies (LD)
      GET
    • Company Overview
      GET
    • Company Valuations & Metrics
      GET
    • Historical Company Valuations & Metrics Trend
      GET
  • Financial Statement
    • Cash Flow (Quarterly/Yearly)
      GET
    • BalanceSheet (Quarterly/Yearly)
      GET
    • Income Statement (Quarterly/Yearly)
      GET
  • Insider (Executives&Employee)
    • Latest Insider Trading Feed (RSS)
    • Insider trading by company
    • Number of employees trend
    • Executives
  • Congressman (Senator&Representative)
    • Congressman Transaction History Feed (RSS)
    • Transaction History by Stock
  • 13F institution
    • 13F Institutional Investor List (LD)
    • 13F Trader Performance Details
    • Quarterly portfolio analysis
    • Holding Stocks by 13F
    • 13F holders by stock
  • ETF
    • ETF Provider List
    • ETF List by Provider
    • ETF List (Large Data)
    • ETF Overview
    • Holding Stocks by ETF
    • ETF holders by stock
  • News
    • Headlines
    • Stock News
    • Forex News
    • Market News
    • News by Ticker
  • Forex
    • All Available Currency List
    • Latest Forexes Price
  • Commodity
    • All Available Commodity List
    • Latest Commodities Price
  • Stock
    • All Available Stock List
    • Latest Stocks Price
  • Market Index
    • All Available Index
    • Latest Indexes Price
  • Global Interests
    • Global Interest rates
    • Base Interest History Records By Country
  • Schedule Calendar
    • Economic Events Calendar
    • Earning Calendar
    • Delisting Calendar
    • Ticker Change Calendar
    • Split Calendar
    • IPO Calendar
  • IPO
    • IPO application list
    • IPO accepted list
    • IPO detail information
  1. Earning & Revenue

Earning Records & Estimates

GET
/earning/{ticker}
View earnings announcement details, scheduled earnings announcements, and estimated values ​​by stock.

Request

Path Params
ticker
string 
required
Ticker of the stock
Example:
MSFT

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://your-api-server.com/earning/MSFT'

Responses

🟢200OK
application/json
Body
array of:
earningDate
string 
Date
required
time
string 
required
endDate
string 
required
quarter
string 
required
epsActual
number  | null 
required
epsEstimate
number  | null 
required
revenueActual
number  | null 
required
revenueEstimate
number  | null 
required
Example
[
    {
        "earningDate": "2024-07-30T20:00:00.000Z",
        "time": "AMC",
        "endDate": "2024-06",
        "quarter": "4",
        "epsActual": null,
        "epsEstimate": 2.93,
        "revenueActual": null,
        "revenueEstimate": 64357400000
    },
    {
        "earningDate": "2024-04-25T04:00:00.000Z",
        "time": "AMC",
        "endDate": "2024-03",
        "quarter": "3",
        "epsActual": 2.71,
        "epsEstimate": 2.82,
        "revenueActual": 61858000000,
        "revenueEstimate": 60861823613
    },
    {
        "earningDate": "2024-01-30T05:00:00.000Z",
        "time": "AMC",
        "endDate": "2023-12",
        "quarter": "2",
        "epsActual": 2.93,
        "epsEstimate": 2.78,
        "revenueActual": 62020000000,
        "revenueEstimate": 56239300000
    },
    {
        "earningDate": "2023-10-24T04:00:00.000Z",
        "time": "AMC",
        "endDate": "2023-09",
        "quarter": "1",
        "epsActual": 2.99,
        "epsEstimate": 2.65,
        "revenueActual": 56517000000,
        "revenueEstimate": 54489000000
    },
    {
        "earningDate": "2023-07-25T04:00:00.000Z",
        "time": "AMC",
        "endDate": "2023-06",
        "quarter": "4",
        "epsActual": 2.69,
        "epsEstimate": 2.55,
        "revenueActual": 56189000000,
        "revenueEstimate": 55470200000
    },
    {
        "earningDate": "2023-04-25T04:00:00.000Z",
        "time": "AMC",
        "endDate": "2023-03",
        "quarter": "3",
        "epsActual": 2.45,
        "epsEstimate": 2.23,
        "revenueActual": 52857000000,
        "revenueEstimate": 51017600000
    },
    {
        "earningDate": "2023-01-24T05:00:00.000Z",
        "time": "AMC",
        "endDate": "2022-12",
        "quarter": "2",
        "epsActual": 2.32,
        "epsEstimate": 2.29,
        "revenueActual": 52747000000,
        "revenueEstimate": null
    }
]
Modified at 2024-08-20 10:28:46
Previous
Dividend Records
Next
Sales ratio by product
Built with