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
Kenneth Miller committed Mar 26, 2019
1 parent 77ba3bb commit 03feeb8
Show file tree
Hide file tree
Showing 396 changed files with 35,851 additions and 240 deletions.
170 changes: 168 additions & 2 deletions README.md

Large diffs are not rendered by default.

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**date_time** | **datetime** | The date_time of the observation | [optional]
**adi** | **float** | The Accumulation/Distribution Index calculation value | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bids** | [**list[CryptoBookEntry]**](CryptoBookEntry.md) | The bid prices and their respective sizes, in descending order of price. | [optional]
**asks** | [**list[CryptoBookEntry]**](CryptoBookEntry.md) | The ask prices and their respective sizes, in ascending order of price. | [optional]
**pair** | [**CryptoPairSummary**](CryptoPairSummary.md) | | [optional]
**exchange** | [**CryptoExchangeSummary**](CryptoExchangeSummary.md) | | [optional]
**last_updated** | **str** | The UTC timestamp of when the order book was last updated. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**asks** | [**list[CryptoBookEntry]**](CryptoBookEntry.md) | The ask prices and their respective sizes, in ascending order of price. | [optional]
**pair** | [**CryptoPairSummary**](CryptoPairSummary.md) | | [optional]
**exchange** | [**CryptoExchangeSummary**](CryptoExchangeSummary.md) | | [optional]
**last_updated** | **str** | The UTC timestamp of when the order book was last updated. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bids** | [**list[CryptoBookEntry]**](CryptoBookEntry.md) | The bid prices and their respective sizes, in descending order of price. | [optional]
**pair** | [**CryptoPairSummary**](CryptoPairSummary.md) | | [optional]
**exchange** | [**CryptoExchangeSummary**](CryptoExchangeSummary.md) | | [optional]
**last_updated** | **str** | The UTC timestamp of when the order book was last updated. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**currencies** | [**list[CryptoCurrency]**](CryptoCurrency.md) | A list of Crypto Currencies for the given Crypto Exchange sorted by alphabetically by symbol. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**exchanges** | [**list[CryptoExchange]**](CryptoExchange.md) | A list of Crypto Exchanges for the given Crypto Currency Pair sorted alphabetically by code. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pairs** | [**list[CryptoPair]**](CryptoPair.md) | A list of Crypto Currency Pairs for the given Crypto Exchange and Crypto Currency sorted alphabetically by code. | [optional]
**next_page** | **str** | The token required to request the next page of the data | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**prices** | [**list[CryptoPrice]**](CryptoPrice.md) | All the BAR prices, time, and volume. | [optional]
**pair** | [**CryptoPairSummary**](CryptoPairSummary.md) | | [optional]
**exchange** | [**CryptoExchangeSummary**](CryptoExchangeSummary.md) | | [optional]
**timeframe** | **str** | The time interval for the crypto currency prices. | [optional]
**next_page** | **str** | The token required to request the next page of the data | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pair** | [**CryptoPairSummary**](CryptoPairSummary.md) | | [optional]
**exchange** | [**CryptoExchangeSummary**](CryptoExchangeSummary.md) | | [optional]
**snapshot** | [**CryptoSnapshot**](CryptoSnapshot.md) | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**stats** | [**list[CryptoStat]**](CryptoStat.md) | A list of Crypto Currencies and their stats. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**prices** | [**list[OptionPrice]**](OptionPrice.md) | A list of option prices in descending order by date | [optional]
**option** | [**Option**](Option.md) | | [optional]
**next_page** | **str** | The token required to request the next page of the data | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**options** | [**list[Option]**](Option.md) | A list of options contracts with the given symbol | [optional]
**next_page** | **str** | The token required to request the next page of the data | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**chains** | [**list[OptionChain]**](OptionChain.md) | A list of options for the provided expiration date their respective option prices. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**expirations** | **list[str]** | A list of option expiration dates in descending order | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**technicals** | [**list[AccumulationDistributionIndexTechnicalValue]**](AccumulationDistributionIndexTechnicalValue.md) | | [optional]
**indicator** | [**TechnicalIndicator**](TechnicalIndicator.md) | The name and symbol of the technical indicator | [optional]
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security of the Stock Price | [optional]
**next_page** | **str** | The token required to request the next page of the data | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**technicals** | [**list[AverageDailyTradingVolumeTechnicalValue]**](AverageDailyTradingVolumeTechnicalValue.md) | | [optional]
**indicator** | [**TechnicalIndicator**](TechnicalIndicator.md) | The name and symbol of the technical indicator | [optional]
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security of the Stock Price | [optional]
**next_page** | **str** | The token required to request the next page of the data | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**technicals** | [**list[AverageDirectionalIndexTechnicalValue]**](AverageDirectionalIndexTechnicalValue.md) | | [optional]
**indicator** | [**TechnicalIndicator**](TechnicalIndicator.md) | The name and symbol of the technical indicator | [optional]
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security of the Stock Price | [optional]
**next_page** | **str** | The token required to request the next page of the data | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**technicals** | [**list[AverageTrueRangeTechnicalValue]**](AverageTrueRangeTechnicalValue.md) | | [optional]
**indicator** | [**TechnicalIndicator**](TechnicalIndicator.md) | The name and symbol of the technical indicator | [optional]
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security of the Stock Price | [optional]
**next_page** | **str** | The token required to request the next page of the data | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**technicals** | [**list[AwesomeOscillatorTechnicalValue]**](AwesomeOscillatorTechnicalValue.md) | | [optional]
**indicator** | [**TechnicalIndicator**](TechnicalIndicator.md) | The name and symbol of the technical indicator | [optional]
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security of the Stock Price | [optional]
**next_page** | **str** | The token required to request the next page of the data | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**technicals** | [**list[BollingerBandsTechnicalValue]**](BollingerBandsTechnicalValue.md) | | [optional]
**indicator** | [**TechnicalIndicator**](TechnicalIndicator.md) | The name and symbol of the technical indicator | [optional]
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security of the Stock Price | [optional]
**next_page** | **str** | The token required to request the next page of the data | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**technicals** | [**list[ChaikinMoneyFlowTechnicalValue]**](ChaikinMoneyFlowTechnicalValue.md) | | [optional]
**indicator** | [**TechnicalIndicator**](TechnicalIndicator.md) | The name and symbol of the technical indicator | [optional]
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security of the Stock Price | [optional]
**next_page** | **str** | The token required to request the next page of the data | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**technicals** | [**list[CommodityChannelIndexTechnicalValue]**](CommodityChannelIndexTechnicalValue.md) | | [optional]
**indicator** | [**TechnicalIndicator**](TechnicalIndicator.md) | The name and symbol of the technical indicator | [optional]
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security of the Stock Price | [optional]
**next_page** | **str** | The token required to request the next page of the data | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**technicals** | [**list[DetrendedPriceOscillatorTechnicalValue]**](DetrendedPriceOscillatorTechnicalValue.md) | | [optional]
**indicator** | [**TechnicalIndicator**](TechnicalIndicator.md) | The name and symbol of the technical indicator | [optional]
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security of the Stock Price | [optional]
**next_page** | **str** | The token required to request the next page of the data | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**technicals** | [**list[DonchianChannelTechnicalValue]**](DonchianChannelTechnicalValue.md) | | [optional]
**indicator** | [**TechnicalIndicator**](TechnicalIndicator.md) | The name and symbol of the technical indicator | [optional]
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security of the Stock Price | [optional]
**next_page** | **str** | The token required to request the next page of the data | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**technicals** | [**list[EaseOfMovementTechnicalValue]**](EaseOfMovementTechnicalValue.md) | | [optional]
**indicator** | [**TechnicalIndicator**](TechnicalIndicator.md) | The name and symbol of the technical indicator | [optional]
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security of the Stock Price | [optional]
**next_page** | **str** | The token required to request the next page of the data | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**technicals** | [**list[ForceIndexTechnicalValue]**](ForceIndexTechnicalValue.md) | | [optional]
**indicator** | [**TechnicalIndicator**](TechnicalIndicator.md) | The name and symbol of the technical indicator | [optional]
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security of the Stock Price | [optional]
**next_page** | **str** | The token required to request the next page of the data | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**technicals** | [**list[IchimokuKinkoHyoTechnicalValue]**](IchimokuKinkoHyoTechnicalValue.md) | | [optional]
**indicator** | [**TechnicalIndicator**](TechnicalIndicator.md) | The name and symbol of the technical indicator | [optional]
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security of the Stock Price | [optional]
**next_page** | **str** | The token required to request the next page of the data | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**technicals** | [**list[KeltnerChannelTechnicalValue]**](KeltnerChannelTechnicalValue.md) | | [optional]
**indicator** | [**TechnicalIndicator**](TechnicalIndicator.md) | The name and symbol of the technical indicator | [optional]
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security of the Stock Price | [optional]
**next_page** | **str** | The token required to request the next page of the data | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**technicals** | [**list[KnowSureThingTechnicalValue]**](KnowSureThingTechnicalValue.md) | | [optional]
**indicator** | [**TechnicalIndicator**](TechnicalIndicator.md) | The name and symbol of the technical indicator | [optional]
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security of the Stock Price | [optional]
**next_page** | **str** | The token required to request the next page of the data | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


Loading

0 comments on commit 03feeb8

Please sign in to comment.