Skip to main content

Quant & Trading tools.

Project description

GiQuant

This Python package contain various tools for Quantative Finance and Trading. It should be considered an alpha version but feel free to try it out!

Install from PyPi with: python3 -m pip install giquant

TimeSeriesLanguage

giquiant.tsl is a DSL (domain specific language) for manipulation of time series.

Show the help with: python3 -m giquant.tsl.expr --help

Trading

The trade subpackage has some tools related to trading.

Show the help with:

  • python3 -m giquant.trade.dwnl --help
  • python3 -m giquant.trade.cl --help
  • python3 -m giquant.trade.cc --help

Web Server

I'm using Phusion Passenger 6 when deploying GiQuant to a web server (since its compatible with older python versions). Any WSGI server can be used though, see the Flask docs for the details of deployment of Flask apps.

# Create the necessary folders and config according the docs of you web & WSGI server
# It is useful to set `PassengerAppEnv development` (or the equivalent) when configuring everything 
# (just remember to remove this when finished).

# In the code folder for the new app. For instance /var/www/siteX
cp /var/www/venv1/lib/python3.X/site-packages/giquant/tsl/passenger_wsgi.py .

# change passenger_wsgi.py to
from giquant.tsl.server import app
application = app

# Copy the html-files to the web server
cp -r <python path>/lib/python3.X/site-packages/giquant/tsl/server_modules/templates .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

giquant-2024.0.6.tar.gz (34.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

giquant-2024.0.6-py3-none-any.whl (45.7 kB view details)

Uploaded Python 3

File details

Details for the file giquant-2024.0.6.tar.gz.

File metadata

  • Download URL: giquant-2024.0.6.tar.gz
  • Upload date:
  • Size: 34.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for giquant-2024.0.6.tar.gz
Algorithm Hash digest
SHA256 67459c2efdefd082a8cef2f9447204b865fbe9500bcae404311824c861ae3c07
MD5 f63c56409b156ae1481e5000054579a1
BLAKE2b-256 73e3d0f719fa16704c4dae7baef5fa31b0b75ea2980f14801e972073881eb128

See more details on using hashes here.

File details

Details for the file giquant-2024.0.6-py3-none-any.whl.

File metadata

  • Download URL: giquant-2024.0.6-py3-none-any.whl
  • Upload date:
  • Size: 45.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for giquant-2024.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 da4d8eb8699ba9489cfad9c647ccfbdf771951e274d7853a8a0abff22b276059
MD5 7da4f36a51de6a3b4441026763ad6809
BLAKE2b-256 939d25d8d1710f7a9b0b65d0c053bfbefb3fbe4d32eee6d16697f322f6f538bd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page