# SDK Walkthrough

{% embed url="<https://www.loom.com/share/d9f3bd175ebe446eb0e13fbada6d7436?sid=5ac1de6a-c45f-44d6-9a88-3ff77b33f38c>" %}
Pushing Data Using SDK
{% endembed %}

In this quick tutorial, we walks you through how to use our Python SDK to upload trading and market data to the Blockhouse platform.

You’ll learn how to:

• Generate your API key

• Install and configure the SDK

• Push trade and market data files from your local environment

Everything’s demoed using Jupyter Notebook, so you can follow along step-by-step.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blockhouse-app.gitbook.io/blockhouse/undefined/tutorial-videos/sdk-walkthrough.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
