Skip to content

Commit

Permalink
No release notes for this build
Browse files Browse the repository at this point in the history
  • Loading branch information
mvonlintel committed May 19, 2020
1 parent 792f8b4 commit 5626edd
Show file tree
Hide file tree
Showing 460 changed files with 14,631 additions and 612 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ To get an API key, [sign up here](https://intrinio.com/).

Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.

- API version: 2.13.0
- Package version: 5.5.0
- API version: 2.14.0
- Package version: 5.6.0


## Requirements.
Expand Down Expand Up @@ -110,6 +110,12 @@ Class | Method | HTTP request | Description
*DataTagApi* | [**get_all_data_tags**](docs/DataTagApi.md#get_all_data_tags) | **GET** /data_tags | All Data Tags
*DataTagApi* | [**get_data_tag_by_id**](docs/DataTagApi.md#get_data_tag_by_id) | **GET** /data_tags/{identifier} | Lookup Data Tag
*DataTagApi* | [**search_data_tags**](docs/DataTagApi.md#search_data_tags) | **GET** /data_tags/search | Search Data Tags
*ETFsApi* | [**get_all_etfs**](docs/ETFsApi.md#get_all_etfs) | **GET** /etfs | All ETFs
*ETFsApi* | [**get_etf**](docs/ETFsApi.md#get_etf) | **GET** /etfs/{identifier} | Lookup ETF
*ETFsApi* | [**get_etf_analytics**](docs/ETFsApi.md#get_etf_analytics) | **GET** /etfs/{identifier}/analytics | ETF Analytics
*ETFsApi* | [**get_etf_holdings**](docs/ETFsApi.md#get_etf_holdings) | **GET** /etfs/{identifier}/holdings | ETF Holdings
*ETFsApi* | [**get_etf_stats**](docs/ETFsApi.md#get_etf_stats) | **GET** /etfs/{identifier}/stats | Exchange Traded Fund (ETF) stats
*ETFsApi* | [**search_etfs**](docs/ETFsApi.md#search_etfs) | **GET** /etfs/search | Search ETFs
*FilingApi* | [**get_all_filings**](docs/FilingApi.md#get_all_filings) | **GET** /filings | All Filings
*FilingApi* | [**get_all_notes**](docs/FilingApi.md#get_all_notes) | **GET** /filings/notes | All Filing Notes
*FilingApi* | [**get_filing_by_id**](docs/FilingApi.md#get_filing_by_id) | **GET** /filings/{id} | Lookup Filing
Expand Down Expand Up @@ -264,6 +270,8 @@ Class | Method | HTTP request | Description
- [ApiResponseCompanySecurities](docs/ApiResponseCompanySecurities.md)
- [ApiResponseDataTags](docs/ApiResponseDataTags.md)
- [ApiResponseDataTagsSearch](docs/ApiResponseDataTagsSearch.md)
- [ApiResponseETFHoldings](docs/ApiResponseETFHoldings.md)
- [ApiResponseETFs](docs/ApiResponseETFs.md)
- [ApiResponseEconomicIndexHistoricalData](docs/ApiResponseEconomicIndexHistoricalData.md)
- [ApiResponseEconomicIndices](docs/ApiResponseEconomicIndices.md)
- [ApiResponseEconomicIndicesSearch](docs/ApiResponseEconomicIndicesSearch.md)
Expand Down Expand Up @@ -368,6 +376,11 @@ Class | Method | HTTP request | Description
- [DetrendedPriceOscillatorTechnicalValue](docs/DetrendedPriceOscillatorTechnicalValue.md)
- [DividendRecord](docs/DividendRecord.md)
- [DonchianChannelTechnicalValue](docs/DonchianChannelTechnicalValue.md)
- [ETF](docs/ETF.md)
- [ETFAnalytics](docs/ETFAnalytics.md)
- [ETFHolding](docs/ETFHolding.md)
- [ETFStats](docs/ETFStats.md)
- [ETFSummary](docs/ETFSummary.md)
- [EarningsRecord](docs/EarningsRecord.md)
- [EaseOfMovementTechnicalValue](docs/EaseOfMovementTechnicalValue.md)
- [EconomicIndex](docs/EconomicIndex.md)
Expand Down
25 changes: 25 additions & 0 deletions docs/ApiResponseETFHoldings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@


[//]: # (CLASS:ApiResponseETFHoldings)

[//]: # (KIND:object)

### ApiResponseETFHoldings

#### Properties

[//]: # (START_DEFINITION)

Name | Type | Description
------------ | ------------- | -------------
**holdings** | object |  
**etf** | [**ETFSummary**](ETFSummary.md) |  
**next_page** | str | The token required to request the next page of the data. If null, no further results are available.  

[//]: # (END_DEFINITION)


[//]: # (CONTAINED_CLASS:ETFSummary)



21 changes: 21 additions & 0 deletions docs/ApiResponseETFs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@


[//]: # (CLASS:ApiResponseETFs)

[//]: # (KIND:object)

### ApiResponseETFs

#### Properties

[//]: # (START_DEFINITION)

Name | Type | Description
------------ | ------------- | -------------
**etfs** | object |  
**next_page** | str | The token required to request the next page of the data. If null, no further results are available.  

[//]: # (END_DEFINITION)



30 changes: 15 additions & 15 deletions docs/CompanyApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ Name | Type | Description | Notes
#### Data Point (Number) for Company


Returns a numeric value for the given `tag` for the Company with the given `identifier`
$$v2_company_data_point_number_description$$

[//]: # (END_OVERVIEW)

Expand All @@ -327,8 +327,8 @@ intrinio_sdk.ApiClient().configuration.api_key['api_key'] = 'YOUR_API_KEY'

company_api = intrinio_sdk.CompanyApi()

identifier = 'AAPL' # str | A Company identifier (Ticker, CIK, LEI, Intrinio ID)
tag = 'marketcap' # str | An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
identifier = '$$v2_company_data_point_identifier_default$$' # str | $$v2_company_data_point_identifier_description$$
tag = '$$v2_company_data_point_item_number_default$$' # str | $$v2_company_data_point_item_description$$

try:
api_response = company_api.get_company_data_point_number(identifier, tag)
Expand All @@ -349,8 +349,8 @@ except ApiException as e:

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**identifier** | str| A Company identifier (Ticker, CIK, LEI, Intrinio ID) | &nbsp;
**tag** | str| An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;) | &nbsp;
**identifier** | str| $$v2_company_data_point_identifier_description$$ | &nbsp;
**tag** | str| $$v2_company_data_point_item_description$$ | &nbsp;
<br/>

[//]: # (END_PARAMETERS)
Expand Down Expand Up @@ -391,7 +391,7 @@ Name | Type | Description | Notes
#### Data Point (Text) for Company


Returns a text value for the given `tag` for the Company with the given `identifier`
$$v2_company_data_point_text_description$$

[//]: # (END_OVERVIEW)

Expand All @@ -409,8 +409,8 @@ intrinio_sdk.ApiClient().configuration.api_key['api_key'] = 'YOUR_API_KEY'

company_api = intrinio_sdk.CompanyApi()

identifier = 'AAPL' # str | A Company identifier (Ticker, CIK, LEI, Intrinio ID)
tag = 'ceo' # str | An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
identifier = '$$v2_company_data_point_identifier_default$$' # str | $$v2_company_data_point_identifier_description$$
tag = '$$v2_company_data_point_item_text_default$$' # str | $$v2_company_data_point_item_description$$

try:
api_response = company_api.get_company_data_point_text(identifier, tag)
Expand All @@ -431,8 +431,8 @@ except ApiException as e:

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**identifier** | str| A Company identifier (Ticker, CIK, LEI, Intrinio ID) | &nbsp;
**tag** | str| An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;) | &nbsp;
**identifier** | str| $$v2_company_data_point_identifier_description$$ | &nbsp;
**tag** | str| $$v2_company_data_point_item_description$$ | &nbsp;
<br/>

[//]: # (END_PARAMETERS)
Expand Down Expand Up @@ -663,7 +663,7 @@ Name | Type | Description | Notes
#### Historical Data for Company


Returns historical values for the given `tag` and the Company with the given `identifier`
$$v2_company_historical_data_description$$

[//]: # (END_OVERVIEW)

Expand All @@ -681,8 +681,8 @@ intrinio_sdk.ApiClient().configuration.api_key['api_key'] = 'YOUR_API_KEY'

company_api = intrinio_sdk.CompanyApi()

identifier = 'AAPL' # str | A Company identifier (Ticker, CIK, LEI, Intrinio ID)
tag = 'marketcap' # str | An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
identifier = '$$v2_company_historical_data_identifier_default$$' # str | $$v2_company_historical_data_identifier_description$$
tag = '$$v2_company_historical_data_item_default$$' # str | $$v2_company_historical_data_item_description$$
frequency = 'daily' # str | Return historical data in the given frequency (optional) (default to daily)
type = '' # str | Return historical data for given fiscal period type (optional)
start_date = '2018-01-01' # date | Return historical data on or after this date (optional)
Expand Down Expand Up @@ -710,8 +710,8 @@ except ApiException as e:

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**identifier** | str| A Company identifier (Ticker, CIK, LEI, Intrinio ID) | &nbsp;
**tag** | str| An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;) | &nbsp;
**identifier** | str| $$v2_company_historical_data_identifier_description$$ | &nbsp;
**tag** | str| $$v2_company_historical_data_item_description$$ | &nbsp;
**frequency** | str| Return historical data in the given frequency | [optional] [default to daily] &nbsp;
**type** | str| Return historical data for given fiscal period type | [optional] &nbsp;
**start_date** | date| Return historical data on or after this date | [optional] &nbsp;
Expand Down
20 changes: 10 additions & 10 deletions docs/DataPointApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Method | HTTP request | Description
#### Data Point (Number)


Returns a numeric value for the given `tag` and the entity with the given `identifier`
$$v2_data_point_number_description$$

[//]: # (END_OVERVIEW)

Expand All @@ -56,8 +56,8 @@ intrinio_sdk.ApiClient().configuration.api_key['api_key'] = 'YOUR_API_KEY'

data_point_api = intrinio_sdk.DataPointApi()

identifier = 'AAPL' # str | An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
tag = 'marketcap' # str | An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
identifier = '$$v2_data_point_identifier_default$$' # str | $$v2_data_point_identifier_description$$
tag = '$$v2_data_point_item_number_default$$' # str | $$v2_data_point_item_description$$

try:
api_response = data_point_api.get_data_point_number(identifier, tag)
Expand All @@ -78,8 +78,8 @@ except ApiException as e:

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**identifier** | str| An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID) | &nbsp;
**tag** | str| An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;) | &nbsp;
**identifier** | str| $$v2_data_point_identifier_description$$ | &nbsp;
**tag** | str| $$v2_data_point_item_description$$ | &nbsp;
<br/>

[//]: # (END_PARAMETERS)
Expand Down Expand Up @@ -120,7 +120,7 @@ Name | Type | Description | Notes
#### Data Point (Text)


Returns a text value for the given `tag` for the Security with the given `identifier`
$$v2_data_point_text_description$$

[//]: # (END_OVERVIEW)

Expand All @@ -138,8 +138,8 @@ intrinio_sdk.ApiClient().configuration.api_key['api_key'] = 'YOUR_API_KEY'

data_point_api = intrinio_sdk.DataPointApi()

identifier = 'AAPL' # str | An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
tag = 'ceo' # str | An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
identifier = '$$v2_data_point_identifier_default$$' # str | $$v2_data_point_identifier_description$$
tag = '$$v2_data_point_item_text_default$$' # str | $$v2_data_point_item_description$$

try:
api_response = data_point_api.get_data_point_text(identifier, tag)
Expand All @@ -160,8 +160,8 @@ except ApiException as e:

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**identifier** | str| An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID) | &nbsp;
**tag** | str| An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;) | &nbsp;
**identifier** | str| $$v2_data_point_identifier_description$$ | &nbsp;
**tag** | str| $$v2_data_point_item_description$$ | &nbsp;
<br/>

[//]: # (END_PARAMETERS)
Expand Down
Loading

0 comments on commit 5626edd

Please sign in to comment.