LogoLogo
  • Kaiko Knowledge Hub
  • General
    • 👋Introduction
    • â„šī¸General information
      • Response codes
      • API Key
      • Parameter patterns
      • Rate limiting
    • đŸŽī¸Quick-Start Guides
      • Quick-Start: Python
      • Quick-Start: cURL
  • Data Feeds
    • Introduction
    • Level 1 & Level 2 Data
      • Level 1 Aggregations
        • OHLCV
        • VWAP
      • Level 1 Tick-Level
        • All trades
        • Best bids and asks (top of book)
      • Level 2 Tick-Level
        • Bids and asks
    • Reference Data
      • Derivatives pricing
  • Analytics Solutions
    • Kaiko Best Execution
    • Kaiko Fair Market Value
      • Kaiko Fair Market Value (high liquidity pairs)
      • Kaiko Fair Market Value (low liquidity pairs)
    • Kaiko Derivatives Risk Indicators
      • Exchange-provided metrics
  • Legacy endpoints
    • Aggregated Quotes (v1)
    • OHLCV Candles (v1)
    • Trades (v1)
    • VWAP (v1)
    • Bids and asks: Market Update
  • BETA ENDPOINTS
    • Implied Volatility SVI (Closed Beta)
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. General
  2. Quick-Start Guides

Quick-Start: Python

Get started with Kaiko Stream and Python

PreviousQuick-Start GuidesNextQuick-Start: cURL

Last updated 9 months ago

Was this helpful?

Using Kaiko Stream with Python is simple. Before we start, let's create a new folder on your machine, and save these files to it. Once you've done this, follow the checklist below.

File
Purpose
Link

Pipfile

This file contains important PIP information for your Python script to run.

Pipfile.lock

This file contains additional PIP information for your Python script to run.

Requirements

This file contains the minimum requirements for the script to run.

Resubscribe

This tells Python what to do in the instance you lose connection with Kaiko Stream.

Checklist

.... and that's it! You'll now receive updates in real-time as per your configuration.

This guide is intended to get you started with Stream and Python. You can also access our full SDK , where you'll find more coding languages, examples and guidance.

đŸŽī¸
here
here
here
this
here
https://raw.githubusercontent.com/kaikodata/kaiko-sdk-examples/master/python/Pipfile
https://raw.githubusercontent.com/kaikodata/kaiko-sdk-examples/master/python/Pipfile.lock
https://raw.githubusercontent.com/kaikodata/kaiko-sdk-examples/master/python/requirements.txt
https://raw.githubusercontent.com/kaikodata/kaiko-sdk-examples/master/python/resubscribe.py