Python API wrapper library for Convex Value API

Overview

convex-value-python

Python API wrapper library for Convex Value API.

Further Links:

Authentication

Grab your API key from Convex Value terminal. This will be used when instantiating a CVObject.

To avoid hardcoding your token in, set it as an environment variable if you'd like: export CV_API_KEY=

Using

# import the library
from convexvalue.core import CVObject

# instantiate a CV Object
cvx = CVObject('
   

Supported methods

Method Name Description Object Method Parameters
getFlowTableParams gets the available parameters for usage in fields and filters CVObject.getFlowTableParams() None
getChain gets the options chain for a symbol CVObject.getChain(sym: str, otm: str, stks: int, exp: str, fields: str) sym: symbol of the stock ticker, e.g. AAPl
otm: out-of-the-money, e.g. True
stks: e.g. 5
exp: expiration dates, e.g. 1,2,3
fields: fields to bring into chart, e.g. vol,delta,gamma
tasQuery gets database result CVObject.tasQuery(lim: int, filters: str, root: str, dir: str, orderby: str) lim: limit of data, e.g. 100
filters: query filters, e.g. size>100
root: symbol of stock, e.g. AAPL
dir: direction, e.g. desc
orderby: field to order by, e.g. size
getSeries gets simple series data for a symbol CVObject.getSeries(sym: str) sym: symbol of the stock ticker, e.g. AAPl
activeOptionsQuery gets the options database result CVObject.activeOptionsQuery(lim: int, filters: str, dir: str, orderby: str) lim: limit of data, e.g. 100
filters: query filters, e.g. volm>100,delta<0.05,delta>0.05
dir: direction, e.g. desc
orderby: field to order by, e.g. dayVolume
getFlowTable gets the options flow table CVObject.getFlowTable(lim: int, fields: str, cat: str, list: str, page: int, minprem: int, maxprem: int) lim: limit of data, e.g. 100
fields: fields to bring into chart, e.g. value,price,volatility
cat: direction, e.g. ALL
list: field to order by, e.g. ALL
page: pagination marker, e.g. 1
minprem: minium premium filter, e.g. 0
maxprem: maximum premium filter, e.g. 0
getFlowRep gets the options flow rep CVObject.getFlowRep() None
Owner
Aaron DeVera
former ex-hacker. founder @backchannelre. member @labacdotdev, @nycyberabusetaskforce.
Aaron DeVera
A little proxy tool based on Tencent Cloud Function Service.

SCFProxy 一个基于腾讯云函数服务的免费代理池。 安装 python3 -m venv .venv source .venv/bin/activate pip3 install -r requirements.txt 项目配置 函数配置 开通腾讯云函数服务 在 函数服务 新建 中使用自定义

Mio 716 Dec 26, 2022
Discord bot written in discord.py

Orion Discord bot written in discord.py Installation Installation of code is supported for macOS only currently First open the terminal. If incase you

Zeus 3 May 19, 2022
Forward Propagation, Backward Regression and Pose Association for Hand Tracking in the Wild (CVPR 2022)

HandLer This repository contains the code and data for the following paper: Forward Propagation, Backward Regression, and Pose Association for Hand Tr

<a href=[email protected]"> 17 Oct 02, 2022
Change Discord HypeSquad in few seconds!

a simple python script that change your hypesquad to what house you choose

Ho3ein 5 Nov 16, 2022
A file-based quote bot written in Python

Let's Write a Python Quote Bot! This repository will get you started with building a quote bot in Python. It's meant to be used along with the Learnin

Jyoti prakash Rout 1 Jan 08, 2022
BLYRIC is a Twitter bot that tweets a song lyric every night.

BLYRIC BLYRIC, a bot that tweets a song lyric every night. Follow on Twitter: @blyric_ Overview BLYRIC is a Twitter bot that tweets a song quote every

Bruno Kenzo Hyodo 6 Oct 05, 2022
Multi-Branch CI/CD Pipeline using CDK Pipelines.

Using AWS CDK Pipelines and AWS Lambda for multi-branch pipeline management and infrastructure deployment. This project shows how to use the AWS CDK P

AWS Samples 36 Dec 23, 2022
A telegram smoot and high quality music player bot.

▪︎ Music Player ▪︎ A smooth telegram music bot with high quality songs ■ [Features] • Fast Starts streaming your inputs while downloading and converti

Simple Boy 3 Feb 05, 2022
a harbinger of events or things.

Herald: Intrusion Detection System using IR and ML Herald - noun; a harbinger of events or things. Overview Herald is an intrusion detection system us

Muhammad Muzzammil 4 Jun 07, 2021
A GETTR API client written in Python.

GUTTR A GETTR client library written in Python. I rushed to get this out so it's a bit janky. Open an issue if something is broken or missing. Getting

Roger Johnston 13 Nov 23, 2022
Asyncevents: a small library to help developers perform asynchronous event handling in Python

asyncevents - Asynchronous event handling for modern Python asyncevents is a small library to help developers perform asynchronous event handling in m

Mattia 5 Aug 07, 2022
A Telegram robot can clone medias from any chat to your own chat.

Clonebot A Telegram robot can clone medias from any chat to your own chat. Read the documentation to know how to use the bot Deploy Developer Document

Renjith Mangal 224 Dec 30, 2022
A simple python script for rclone. Use multiple Google Service Accounts and cycle through them.

About GSAclone GSAclone is a simple python script for rclone, written with the purpose of using multiple Google service accounts on Google Drive and "

Shiro39 6 Feb 25, 2022
Automatically pulls specified repository whenever a specified file is pushed. Great for working collaboratively when you need to run something locally.

autopull Simple python tool that allows you to automatically pull from a github repository whenever a file with a specified name is uploaded installat

carreb 0 Sep 27, 2022
A program used to create accounts in bulk, still a work in progress as of now.

Discord Account Creator This project is still a work in progress. It will be published upon its full completion. About This project is still under dev

patched 8 Sep 15, 2022
Weee - Advanced project's versions bumper

Weee - Advanced project's versions bumper

Yan Kurbatov 2 Jun 06, 2022
Stream Telegram files to web

Telegram File Stream Bot A Telegram bot to stream files to web Demo Bot » Report a Bug | Request Feature Table of Contents About this Bot Original Rep

Wrench 572 Jan 09, 2023
Twitter for Python!

Tweepy: Twitter for Python! Installation The easiest way to install the latest version from PyPI is by using pip: pip install tweepy You can also use

9.4k Jan 07, 2023
Automatically download any NFT collection from OpenSea.

OpenSea NFT Stealer The sole purpose of this script is to download any NFT collection from OpenSea. How does it work? Basically, the OpenSea website a

Dan 111 Dec 29, 2022
YouTube playlist Files downloaded by FDM are not organized according to the original order on YouTube

Youtube-Playlist-File-Organizer YouTube playlist Files downloaded by Free Download Manager are not organized according to the original order on YouTub

David Mainoo 3 Dec 27, 2021