You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Intrinio::SecurityApi* | [**get_security_data_point_text**](docs/SecurityApi.md#get_security_data_point_text) | **GET** /securities/{identifier}/data_point/{tag}/text | Data Point (Text) for Security
174
174
*Intrinio::SecurityApi* | [**get_security_historical_data**](docs/SecurityApi.md#get_security_historical_data) | **GET** /securities/{identifier}/historical_data/{tag} | Historical Data for Security
Copy file name to clipboardexpand all lines: docs/ApiResponseSecurityIntervalPrices.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
13
13
Name | Type | Description
14
14
------------ | ------------- | -------------
15
-
**intervals** | [**Array<StockPriceInterval>**](StockPriceInterval.md) | Open, High, Low, Close, and Volume for a particular interval
15
+
**intervals** | [**Array<StockPriceInterval>**](StockPriceInterval.md) | Open, close, high, low, volume, average price, and change ratio for a particular interval
16
16
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security resolved from the given identifier
17
17
**source** | String | The source of the data
18
18
**next_page** | String | The token required to request the next page of the data. If null, no further results are available.
[**get_security_data_point_text**](SecurityApi.md#get_security_data_point_text) | **GET** /securities/{identifier}/data_point/{tag}/text | Data Point (Text) for Security
11
11
[**get_security_historical_data**](SecurityApi.md#get_security_historical_data) | **GET** /securities/{identifier}/historical_data/{tag} | Historical Data for Security
12
12
[**get_security_insider_ownership**](SecurityApi.md#get_security_insider_ownership) | **GET** /securities/{identifier}/institutional_ownership | Institutional Ownership by Security
[**get_security_interval_movers_change**](SecurityApi.md#get_security_interval_movers_change) | **GET** /securities/market_movers/change | Security Intervals Movers By Change
15
+
[**get_security_interval_movers_volume**](SecurityApi.md#get_security_interval_movers_volume) | **GET** /securities/market_movers/volume | Security Intervals Movers By Volume
13
16
[**get_security_interval_prices**](SecurityApi.md#get_security_interval_prices) | **GET** /securities/{identifier}/prices/intervals | Interval Stock Prices for Security
14
17
[**get_security_intraday_prices**](SecurityApi.md#get_security_intraday_prices) | **GET** /securities/{identifier}/prices/intraday | Intraday Stock Prices for Security
15
18
[**get_security_latest_dividend_record**](SecurityApi.md#get_security_latest_dividend_record) | **GET** /securities/{identifier}/dividends/latest | Latest Dividend Record for Security
@@ -582,6 +585,252 @@ Name | Type | Description | Notes
**interval_size** | String| The interval for which to return stock prices | [default to 15m]
664
914
**source** | String| Return intervals from the specified data source | [optional]
665
915
**start_date** | Date| Return intervals starting at the specified date | [optional]
666
-
**start_time** | String| Return intervals starting at the specified time on the `start_date` (24-hour in 'hh:mm' format, UTC timezone) | [optional]
916
+
**start_time** | String| Return intervals starting at the specified time on the `start_date` (24-hour in 'hh:mm:ss' format) | [optional]
667
917
**end_date** | Date| Return intervals stopping at the specified date | [optional]
668
-
**end_time** | String| Return intervals stopping at the specified time on the `end_date` (24-hour in 'hh:mm' format, UTC timezone) | [optional]
918
+
**end_time** | String| Return intervals stopping at the specified time on the `end_date` (24-hour in 'hh:mm:ss' format) | [optional]
669
919
**timezone** | String| Returns trading times in this timezone | [optional][default to UTC]
670
-
**interval_size** | String| The interval for which to return stock prices | [optional][default to 1d]
671
920
**page_size** | Integer| The number of results to return | [optional][default to 100]
672
921
**next_page** | String| Gets the next page of data from a previous API call | [optional]
0 commit comments