--- title: Python sidebar_position: 3 slug: /py --- Welcome to the Market Data Python SDK documentation. This SDK allows you to easily integrate Market Data services into your Python applications. ## Open Source The SDK is completely open source under the MIT license and is available on GitHub. Feel free to contribute to the project, report bugs, or request new features. - [Python SDK GitHub](https://github.com/MarketDataApp/sdk-py/) - [Python SDK PyPI](https://pypi.org/project/marketdata-sdk-py/) ## Documentation The best source for documentation on the SDK is right here. This documentation is the most up-to-date and accurate source of information on the SDK. ## Using the SDK This SDK is designed to help you get up and running with Market Data's APIs as quickly as possible, providing you with all the tools you need to access real-time stock and options prices, historical data, and much more. ### Getting Started 1. [Install the SDK](/sdk/py/installation) with the appropriate dependencies for your needs. 2. Set up your [authentication token](/sdk/py/authentication) to access the API. 3. Learn about the [client](/sdk/py/client) and how to make your first API requests. 4. Configure [Settings](/sdk/py/settings) to customize output format, date format, and other universal parameters. 5. Explore the available endpoints for [stocks](/sdk/py/stocks), [options](/sdk/py/options), [funds](/sdk/py/funds), and [markets](/sdk/py/markets). ### Support - If you have any questions or need further assistance, please don't hesitate to open a ticket at our [helpdesk](https://www.marketdata.app/dashboard/). - If you find a bug you may also [open an issue in our GitHub repository](https://github.com/MarketDataApp/sdk-py/issues). Please only open issues if you find a bug. Use our helpdesk for general questions or implementation assistance.