- Historical Quotes (Chart)
- Market Data
- Dividend
- Earning & Revenue
- Analysting
- Company
- Financial Statement
- Insider (Executives&Employee)
- Congressman (Senator&Representative)
- 13F institution
- ETF
- News
- Forex
- Commodity
- Stock
- Market Index
- Global Interests
- Schedule Calendar
- IPO
Analysis Overview
GET
/analysting/{ticker}/overview
Request
Path Params
ticker
string
required
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