Skip to main content

Tickcatcher API

Project description

tickcatcher

The Tickcatcher API provides access to cryptocurrency market data including candlesticks, symbols, and indicators. All requests require authentication using your RapidAPI key.

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 1.1.4
  • Package version: 1.1.4
  • Generator version: 7.17.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

Requirements.

Python 3.9+

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

pip install git+https://github.com/yagiziskirik/tickcatcher-sdk.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/yagiziskirik/tickcatcher-sdk.git)

Then import the package:

import tickcatcher

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import tickcatcher

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import tickcatcher
from tickcatcher.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://tickcatcher.p.rapidapi.com
# See configuration.py for a list of all supported configuration parameters.
configuration = tickcatcher.Configuration(
    host = "https://tickcatcher.p.rapidapi.com"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure API key authorization: rapidapiKey
configuration.api_key['rapidapiKey'] = os.environ["API_KEY"]

# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['rapidapiKey'] = 'Bearer'


# Enter a context with an instance of the API client
with tickcatcher.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = tickcatcher.BasicIndicatorsApi(api_client)
    ema_request = tickcatcher.EmaRequest() # EmaRequest | 

    try:
        # Calculate Exponential Moving Average (EMA)
        api_response = api_instance.ema(ema_request)
        print("The response of BasicIndicatorsApi->ema:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling BasicIndicatorsApi->ema: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://tickcatcher.p.rapidapi.com

Class Method HTTP request Description
BasicIndicatorsApi ema POST /api/indicators/ema Calculate Exponential Moving Average (EMA)
BasicIndicatorsApi rsi POST /api/indicators/rsi Calculate Relative Strength Index (RSI)
BasicIndicatorsApi sma POST /api/indicators/sma Calculate Simple Moving Average (SMA)
CalendarApi calendar GET /api/calendar Get economic calendar within a selected period
CandlesApi basic_candles GET /api/bcandles Get candlestick data
CandlesApi enterprise_candles GET /api/ecandles Get candlestick data
CandlesApi mega_candles GET /api/mcandles Get candlestick data
CandlesApi pro_candles GET /api/pcandles Get candlestick data
CandlesApi ultra_candles GET /api/ucandles Get candlestick data
EnterpriseIndicatorsApi keltner POST /api/indicators/keltner Calculate Keltner Channels
EnterpriseIndicatorsApi pivot POST /api/indicators/pivot Calculate Pivot Points
EnterpriseIndicatorsApi vwap POST /api/indicators/vwap Calculate VWAP
EnterpriseIndicatorsApi zigzag POST /api/indicators/zigzag Calculate ZigZag Indicator
GeneralApi info GET /api/info Get your package information as well as your limitations
GeneralApi metadata GET /api/metadata Get metadata of selected timeframe/symbol pair
GeneralApi search GET /api/search Search through the list of symbols to use correct one in the query
MegaIndicatorsApi heikenashi POST /api/indicators/heikenashi Calculate Heiken Ashi
MegaIndicatorsApi ichimoku POST /api/indicators/ichimoku Calculate Ichimoku Cloud
MegaIndicatorsApi supertrend POST /api/indicators/supertrend Calculate SuperTrend
MegaIndicatorsApi williamsr POST /api/indicators/williamsr Calculate Williams %R
ProIndicatorsApi bbands POST /api/indicators/bbands Calculate Bollinger Bands
ProIndicatorsApi macd POST /api/indicators/macd Calculate MACD
ProIndicatorsApi stoch POST /api/indicators/stoch Calculate Stochastic Oscillator
ProIndicatorsApi volumema POST /api/indicators/volumema Calculate Volume MA
UltraIndicatorsApi adx POST /api/indicators/adx Calculate Average Directional Index (ADX)
UltraIndicatorsApi atr POST /api/indicators/atr Calculate Average True Range (ATR)
UltraIndicatorsApi cci POST /api/indicators/cci Calculate Commodity Channel Index (CCI)
UltraIndicatorsApi psar POST /api/indicators/psar Calculate Parabolic SAR

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

rapidapiKey

  • Type: API key
  • API key parameter name: X-RapidAPI-Key
  • Location: HTTP header

Author

yagiz@iskirik.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tickcatcher-1.1.4.tar.gz (47.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tickcatcher-1.1.4-py3-none-any.whl (89.3 kB view details)

Uploaded Python 3

File details

Details for the file tickcatcher-1.1.4.tar.gz.

File metadata

  • Download URL: tickcatcher-1.1.4.tar.gz
  • Upload date:
  • Size: 47.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for tickcatcher-1.1.4.tar.gz
Algorithm Hash digest
SHA256 fce23780b29a2b3bd80e0994bfce8c7e0e6eba015ea7367657295c9a8327a415
MD5 0a5978b7d9d3a34fa4714be620de818a
BLAKE2b-256 c1db62eca299af7c5db0c152363eb31a9898ea2e266a10023d2cf9ac073341d4

See more details on using hashes here.

File details

Details for the file tickcatcher-1.1.4-py3-none-any.whl.

File metadata

  • Download URL: tickcatcher-1.1.4-py3-none-any.whl
  • Upload date:
  • Size: 89.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for tickcatcher-1.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 55dc89c50f5c736b8d4a2177701a4334713c57e8b825b15805ae6f9ed0fe6a06
MD5 24b5a235edf02ee6cb1ca30b39dc2b7c
BLAKE2b-256 07789ba97f59bc8257455ced9a834cbabab3ccdee6e17674ac45591987ee9348

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page