Realiz FinData
Languages (언어)
  • Korean
  • English
Languages (언어)
  • Korean
  • English
  1. Analysting
  • 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. Analysting

Analysis Overview

GET
/analysting/{ticker}/overview
Summarize information such as ratings and target prices.

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/analysting/MSFT/overview'

Responses

🟢200OK
application/json
Body
ratings
object 
required
total
number 
required
exBuy
number 
required
buy
number 
required
hold
number 
required
sell
number 
required
exSell
number 
required
score
string  | null 
required
rating
string  | null 
required
targetPrice
object 
required
currency
string 
required
high
number 
required
low
number 
required
median
number 
required
mean
number 
required
numberOfAnalysts
number 
required
Example
{"ratings":{"total":41,"exBuy":27,"buy":6,"hold":6,"sell":2,"exSell":0},"score":"2.0","rating":"Buy","targetPrice":{"currency":"USD","high":300,"low":164,"median":217,"mean":223.02,"numberOfAnalysts":37}}
Modified at 2024-08-16 06:15:13
Previous
Sales ratio by geolocation
Next
Analysis Report by Stock
Built with