SkillAgentSearch skills...

TradovatePy

Python wrapper for the Tradovate API

Install / Use

/learn @antonio-hickey/TradovatePy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

TradovatePy

Python wrapper for the Tradovate API

Installation

pip install TradovatePy==0.1

Example

Get the current positions you have open.

NOTE: You need to replace values below with your info

import asyncio
from TradovatePy.models.session import Session
from TradovatePy.positions import Positions

if __name__ == "__main__":
    session = Session(
        "LIVE", 
        "YOUR_USERNAME", 
        "YOUR_PASSWORD", 
        "YOUR_SECRET_KEY", 
        "YOUR_DEVICE_ID", 
        "YOUR_APP_VERSION", 
        "YOUR_APP_ID", 
        123, # YOUR CID
    )
    print(
        asyncio.run(Positions(session).position_list())
    )

Related Skills

View on GitHub
GitHub Stars42
CategoryFinance
Updated1mo ago
Forks9

Languages

Python

Security Score

95/100

Audited on Feb 23, 2026

No findings