Skip to main content

numin package

Project description

numin Package

numin is a Python package designed for algorithmic trading and backtesting providing an API called NuminAPI.

Features

  • Data Retrieval: Download training, round, and validation data.
  • Prediction Submission: Upload prediction CSVs to the server with built-in validation.
  • Real-Time Round Management: Fetch the current trading round from the server.
  • Backtesting: Run backtests on user-defined strategies with support for additional features and discretization.
  • File Management: Upload and deploy files via Anvil's server.
  • Returns Summary: Retrieve and format live (or simulation) trading returns.

Supported Methods

  • Data Download:

    • get_data(data_type: str)
      • Fetches data from the server based on the type (training, round, or validation).
  • Prediction Submission:

    • submit_predictions(file_path: str)
      • Submits a CSV file of predictions to the server.
      • Note: The file must include mandatory columns ["id", "predictions", "round_no"] and optional columns ["stop", "target", "tLimit"] (if provided, they must be integers between 1 and 100).
  • Round and Validation Data:

    • get_current_round()
      • Retrieves the current round number from the server.
    • fetch_validation_data(date: str)
      • Downloads validation data for a given date.
    • get_validation_dates()
      • Lists available validation dates on the server.
  • Backtesting:

    • run_backtest(user_strategy : str, date:str, val_data:str, val_df:DataFrame,result_type="results" or "returns")
      • Executes a backtest using a user-provided strategy function on the given date.
    • display_results(backtest_results: results as above, validation_dataframe: dataFrame, indicators: list of indicators to show e.g. used for entry by strategy )
      • Displays results of a backtest in a readable format with entry, exit prices, p/l etc.
      • Input can be merely the date, in which case the data is downloade; if a csv file path is provided in val_data then that file is taken; if a dataframe is provided in val_df that is taken. (e.g. using the dataframe returned by fetch_validation_data.)
  • File Upload and Deployment:

    • upload_file(file, user_id, filename)
      • Uploads a file to remote storage via the Anvil server.
    • deploy_file(filename: str, user_id: str)
      • Deploys a file for a given user.
  • Live Returns Summary:

    • show_returns(user_id, mode="live"/"sim")
      • Retrieves and displays a formatted summary of returns for the strategy associated with the given user ID

Installation

Install numin using pip:

pip install numin

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

numin-1.2.7.tar.gz (27.3 kB view details)

Uploaded Source

Built Distribution

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

numin-1.2.7-py3-none-any.whl (29.4 kB view details)

Uploaded Python 3

File details

Details for the file numin-1.2.7.tar.gz.

File metadata

  • Download URL: numin-1.2.7.tar.gz
  • Upload date:
  • Size: 27.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.14

File hashes

Hashes for numin-1.2.7.tar.gz
Algorithm Hash digest
SHA256 50d4c4a415f41465d03db34ab671dd15f0fcbcc48cae2e36b3a780e36f6a25eb
MD5 5fdcb02ffd0e23891f92fac3ad8c8cde
BLAKE2b-256 cc7ad38b270057cae0706e776bd01072ef7be032918c8698d5b444782d3cb242

See more details on using hashes here.

File details

Details for the file numin-1.2.7-py3-none-any.whl.

File metadata

  • Download URL: numin-1.2.7-py3-none-any.whl
  • Upload date:
  • Size: 29.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.14

File hashes

Hashes for numin-1.2.7-py3-none-any.whl
Algorithm Hash digest
SHA256 1302b23ce56b4e7592f7b87f705e2591f4884039bf8b5d7806a0116e010128ba
MD5 2b1f6d04e8933bf0ae906f42141493ea
BLAKE2b-256 2743d7004de28212a90de5a21f488b2cceeb79a715cadf47e8d66b803a1c4739

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