- 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 Report Feed (RSS)
GET
/analysting
Request
Query Params
limit
number
optional
Default:
20
page
number
optional
Default:
1
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?limit&page'
Responses
🟢200OK
application/json
Body
array of:
date
string
required
action
string
required
priceTarget
number
required
beforePriceTarget
number | null
required
rating
string | null
required
beforeRating
string | null
required
stock
object
required
isin
string
required
logo
string
required
name
string
required
ticker
string
required
analyst
object | null
required
name
string
required
company
object
required
name
string
required
Example
[{"date":"2024-08-15T21:10:00.000Z","action":"TARGET LOWERED BY","priceTarget":164,"beforePriceTarget":176,"rating":"SECTOR OUTPERFORM","beforeRating":"SECTOR OUTPERFORM","stock":{"isin":"US4523271090","logo":"https://fcdn.realiz.so/logos/0003076ILMN.png","name":"Illumina, Inc.","ticker":"ILMN"},"analyst":null,"company":{"name":"Scotiabank"}},{"date":"2024-08-15T21:10:00.000Z","action":"TARGET LOWERED BY","priceTarget":4.25,"beforePriceTarget":8,"rating":"SECTOR OUTPERFORM","beforeRating":"SECTOR OUTPERFORM","stock":{"isin":"CA53681K1003","logo":"https://fcdn.realiz.so/logos/0001005LAAC.png","name":"Lithium Americas (Argentina) Corp.","ticker":"LAAC"},"analyst":null,"company":{"name":"Scotiabank"}},{"date":"2024-08-15T21:10:00.000Z","action":"TARGET LOWERED BY","priceTarget":3,"beforePriceTarget":5.5,"rating":"SECTOR PERFORM","beforeRating":"SECTOR PERFORM","stock":{"isin":"CA53681J1030","logo":"https://fcdn.realiz.so/logos/0001231LAC.png","name":"Lithium Americas Corp.","ticker":"LAC"},"analyst":null,"company":{"name":"Scotiabank"}},{"date":"2024-08-15T21:10:00.000Z","action":"TARGET RAISED BY","priceTarget":365,"beforePriceTarget":340,"rating":"OVERWEIGHT","beforeRating":"OVERWEIGHT","stock":{"isin":"US6974351057","logo":"https://fcdn.realiz.so/logos/0000650PANW.png","name":"Palo Alto Networks, Inc.","ticker":"PANW"},"analyst":null,"company":{"name":"JPMorgan Chase & Co."}},{"date":"2024-08-15T20:40:00.000Z","action":"REITERATED BY","priceTarget":54,"beforePriceTarget":54,"rating":"OUTPERFORM","beforeRating":"OUTPERFORM","stock":{"isin":"US8760301072","logo":"https://fcdn.realiz.so/logos/0004749TPR.png","name":"Tapestry, Inc.","ticker":"TPR"},"analyst":null,"company":{"name":"Telsey Advisory Group"}}]
Modified at 2024-08-16 06:18:28