Skip to main content

Furlpay Python SDK

pip install furlpay
import os
from furlpay import Furlpay, construct_event

client = Furlpay(api_key=os.environ["FURLPAY_API_KEY"])

# Place a fractional order
order = client.investing_create_order(symbol="AAPL", side="buy", notional=25)

# Verify an incoming webhook (e.g. in a Flask route)
event = construct_event(
    request.data,
    request.headers.get("furlpay-signature"),
    os.environ["FURLPAY_ENDPOINT_SECRET"],
)

Uses only the Python standard library — no runtime dependencies.

Download files

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

Source Distribution

furlpay-0.1.0.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

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

furlpay-0.1.0-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file furlpay-0.1.0.tar.gz.

File metadata

  • Download URL: furlpay-0.1.0.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.10

File hashes

Hashes for furlpay-0.1.0.tar.gz
Algorithm Hash digest
SHA256 569df2c82c812fa073183673b22fde2fadd2a1c9e0e938d9b9bed4078ec3b432
MD5 d4b1982ca41aa4bdbb6973f2995cfeab
BLAKE2b-256 bdb90de6e50faecb00fac197dee6908d0a43f2212f630f4ed442f6cc37ae047b

See more details on using hashes here.

File details

Details for the file furlpay-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: furlpay-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 5.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.10

File hashes

Hashes for furlpay-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8faf186d7e548076518613ce3d2d2ddeb70183281f4b0290ee4ab913b2e08560
MD5 ec0f249fbed240e8ea47f90f23c4ea9d
BLAKE2b-256 68ed5452eb05f6b9464f5b3cc811f1690a31808a06f9dfffe6219121a8e931cc

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.0 This release

2 files

Supported by

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