We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77b6a3 commit ae193ccCopy full SHA for ae193cc
src/rest/reference/tickerDetails.ts
@@ -10,6 +10,7 @@ export interface ITickerDetails {
10
address1?: string;
11
city?: string;
12
state?: string;
13
+ postal_code?: string;
14
};
15
branding?: {
16
icon_url?: string;
@@ -27,11 +28,13 @@ export interface ITickerDetails {
27
28
name?: string;
29
phone_number?: string;
30
primary_exchange?: string;
31
+ round_lot?: number;
32
share_class_figi?: string;
33
share_class_shares_outstanding?: number;
34
sic_code?: number;
35
sic_description?: string;
36
ticker?: string;
37
+ ticker_root?: string;
38
total_employees?: number;
39
type?: string;
40
weighted_shares_outstanding?: number;
0 commit comments