docs/HistoricalDataApi.md in intrinio-sdk-2.3.0 vs docs/HistoricalDataApi.md in intrinio-sdk-3.0.0
- old
+ new
@@ -5,31 +5,18 @@
Method | HTTP request | Description
------------- | ------------- | -------------
[**get_historical_data**](HistoricalDataApi.md#get_historical_data) | **GET** /historical_data/{identifier}/{tag} | Historical Data
-
-[//]: # (START_OPERTATION)
-
-[//]: # (ENDPOINT:/historical_data/{identifier}/{tag})
-
-[//]: # (DOC_LINK:HistoricalDataApi.md#get_historical_data)
-
# **get_historical_data**
-
-[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_historical_data_v2)
-
> ApiResponseHistoricalData get_historical_data(identifier, tag, opts)
Historical Data
Returns historical values for the given `tag` and the entity represented by the given `identifier`
### Example
-
-[//]: # (START_CODE_EXAMPLE)
-
```ruby
# Load the gem
require 'intrinio-sdk'
# Setup authorization
@@ -59,12 +46,10 @@
rescue Intrinio::ApiError => e
puts "Exception when calling HistoricalDataApi->get_historical_data: #{e}"
end
```
-[//]: # (END_CODE_EXAMPLE)
-
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**identifier** | **String**| An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID) |
@@ -78,8 +63,6 @@
**next_page** | **String**| Gets the next page of data from a previous API call | [optional]
### Return type
[**ApiResponseHistoricalData**](ApiResponseHistoricalData.md)
-
-[//]: # (END_OPERATION)