# TakeProfit ## Docs - [Create Token](https://developers.takeprofit.com//docs/partner/credentials/create-token.md): Authenticates a partner using their API key. - [Refresh Token](https://developers.takeprofit.com//docs/partner/credentials/refresh-token.md): Generates a new access token using a valid refresh token. - [Get Linked Security](https://developers.takeprofit.com//docs/partner/link/get-linked-security.md): Retrieve the linkage information for a specific security. - [Link Security](https://developers.takeprofit.com//docs/partner/link/link-security.md): Link a security to the partner's own security identifier. This will overwrite any existing link. - [List Linked Securities](https://developers.takeprofit.com//docs/partner/link/list-linked-securities.md): Retrieve a list of all securities linked by the partner. - [Unlink Security](https://developers.takeprofit.com//docs/partner/link/unlink-security.md): Remove the linkage between a security and the partner's identifier. - [List Candles](https://developers.takeprofit.com//docs/partner/marketdata-api/list-candles.md): The `ListCandles` method retrieves historical candlestick data for a given security, time frame, and range. This documentation provides details on how to use the `ListCandles` endpoint, including request and response formats, and includes JSON schemas for the request and response. - [Security Info](https://developers.takeprofit.com//docs/partner/reference-api/security-info.md): The `Security Info` method allows you to retrieve detailed information about multiple securities identified by ticker and exchange code or by GUID. - [Introduction](https://developers.takeprofit.com/docs/partner/introduction.md): Overview of the TakeProfit Partner APIs and how they can be used to access financial data, security information, manage security links and more. - [Creating Your First Widget](https://developers.takeprofit.com/docs/sdk/first-widget.md): This guide provides a comprehensive, step-by-step process to create your first custom widget using the TakeProfit Widget SDK. - [Angular](https://developers.takeprofit.com/docs/sdk/guides/angular.md): This guide provides a comprehensive, step-by-step process to create your first custom widget using **Angular** and the **TakeProfit Widget SDK** (version **0.2.3**). By following this guide, you'll set up an Angular project, integrate the SDK, configure necessary security headers, and implement basi… - [Nuxt.js](https://developers.takeprofit.com/docs/sdk/guides/nuxtjs.md): This guide provides a comprehensive, step-by-step process to create your first custom widget using **Nuxt.js** and the **TakeProfit Widget SDK** (version **0.2.3**). By following this guide, you'll set up a Nuxt.js project, integrate the SDK, configure necessary security headers, and implement basic… - [Vanilla JS](https://developers.takeprofit.com/docs/sdk/guides/vanillajs.md): This guide provides a comprehensive, step-by-step process to create your first custom widget using **Vanilla JavaScript** and the **TakeProfit Widget SDK** (version **0.2.3**). By following this guide, you'll set up a simple project structure, integrate the SDK, configure necessary security headers,… - [SDK Installation](https://developers.takeprofit.com/docs/sdk/installation.md): Step-by-step guide to install the TakeProfit Widget SDK, covering prerequisites, installation commands, and initial setup. Follow this guide to ensure the SDK is correctly integrated into your project and ready for widget development on the TakeProfit platform. - [Introduction](https://developers.takeprofit.com/docs/sdk/introduction.md): The TakeProfit Widget SDK is a tool designed to help developers create and integrate interactive, data-driven widgets directly into the TakeProfit platform. Widgets embedded with this SDK can communicate with the platform, exchange data, and offer seamless, customized experiences for users. - [Widget SDK Reference](https://developers.takeprofit.com/docs/sdk/reference.md): This SDK reference provides comprehensive details about the methods, interfaces, and message types available in the TakeProfit Widget SDK. It is designed to help developers effectively integrate and utilize the SDK to build interactive widgets within the TakeProfit platform. ## OpenAPI Specs - [openapi](https://developers.takeprofit.com/docs/partner/openapi.json) ## Optional - [Community](https://discord.gg/WVk8TjwU7p) - [SDK Playground](https://stackblitz.com/edit/stackblitz-starters-cypbbn?file=README.md)