Query Parameters:
| Parameter |
Meaning |
Data Type |
| T |
Application Key which authenticates you with cloudquote (required) |
Base64 string |
| symbol |
The ticker symbol of the security to retrieve events for |
String |
JSON Response:
The response is an object, containing the following keys:
| Parameter |
Meaning |
Data Type |
| rows |
A collection of income statements |
Array of Array |
| rows[i] |
A single income statement - each data point corresponds to a matching column |
Array of String or Number |
| columns |
The names of the columns used in rows[i] |
Array of Strings |
Response Fields
| Field |
Description |
Data Type |
| symbol |
Ticker symbol of security |
String |
| name |
Name of security |
String |
| ratingDate |
Date when rating was made |
Date String |
| firm |
Firm that rated the security |
String |
| type |
Type of rating |
String |
| rating |
A string explaining the rating |
String |
| pastRating |
The previous rating for this security |
String |
| priceTarget |
The price target for this security |
Number |
| pastPriceTarget |
The previous price target for this security |
Number |