Returns security beta data in the Stock Exchange with the given `identifier`
Name | Description | Example |
---|---|---|
identifier
* required
|
A Stock Exchange identifier (MIC or Intrinio ID) | USCOMP |
type
|
Only of the given type
Options:
weekly
monthly
show more
show less
|
- |
date
|
Return data for this period end date. | - |
page_size
|
The number of results to return | - |
next_page
|
Gets the next page of data from a previous API call | - |
identifier
* required
A Stock Exchange identifier (MIC or Intrinio ID)
|
||
type
* required
Only of the given type
|
||
date
* required
Return data for this period end date.
|
||
page_size
* required
The number of results to return
|
||
next_page
* required
Gets the next page of data from a previous API call
|
Name | Description | Type |
---|---|---|
betas | The mover security. | array |
period_end_date
|
The period end date for this beta value. | date |
period_type
|
Type of period for this beta value. | select |
one_year_beta
|
The one year beta value for this security. | number |
three_year_beta
|
The three year beta value for this security. | number |
five_year_beta
|
The five year beta value for this security. | number |
seven_year_beta
|
The seven year beta value for this security. | number |
ten_year_beta
|
The ten year beta value for this security. | number |
security
|
The Security. | object |
id
|
The Intrinio ID for Security | string |
company_id
|
The Intrinio ID for the Company for which the Security is issued | string |
name
|
The name of the Security | string |
code
|
A 2-3 digit code classifying the Security (reference) | string |
currency
|
The currency in which the Security is traded on the exchange | string |
ticker
|
The common/local ticker of the Security | string |
composite_ticker
|
The country-composite ticker of the Security | string |
figi
|
The OpenFIGI identifier | string |
composite_figi
|
The country-composite OpenFIGI identifier | string |
share_class_figi
|
The global-composite OpenFIGI identifier | string |
primary_listing
|
If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange | boolean |
stock_exchange | The Stock Exchange resolved from the given identifier | object |
id
|
The Intrinio ID for the Stock Exchange | string |
name
|
The name of the exchange | string |
mic
|
The Market Identifier Code (MIC) of the exchange | string |
acronym
|
The acronym of the exchange's name | string |
city
|
The city in which the exchange is located | string |
country
|
The country in which the exchange is located | string |
country_code
|
The 2-digit code of the exchange's country | string |
website
|
The website of the exchange | string |
first_stock_price_date
|
The earliest date for which Intrinio has stock prices for the exchange | date |
last_stock_price_date
|
The latest date for which Intrinio has stock prices for the exchange | date |
next_page | The token required to request the next page of the data. If null, no further results are available. | string |
betas
The mover security.
|
||
stock_exchange
The Stock Exchange resolved from the given identifier
|
||
next_page
The token required to request the next page of the data. If null, no further results are available.
|