Skip to main content
The Nolano Python SDK provides a simple and intuitive way to interact with the Nolano API from your Python applications.
Nolano Logo

Nolano Python SDK

v1.0.0

Simple and intuitive Python SDK for the Nolano API. Built for developers who want fast integration with powerful time series forecasting capabilities.

Active maintenance
Latest release

Installation

Install the SDK using pip:
Or install directly from GitHub:

Quick Start

Initialize the Client

Basic Usage

API Reference

Constructor Parameters

Forecast Method

Error Handling

The SDK provides helpful error messages for common issues:

Advanced Examples

Using Different Models

Data Validation

Working with Forecast Results

Supported Frequencies

The Nolano API supports the following time series frequencies:
  • Seconds - Second-level data
  • Minutes - Minute-level data
  • Hours - Hourly data
  • Daily - Daily data
  • Weekly - Weekly data
  • Monthly - Monthly data
  • Quarterly - Quarterly data
  • Yearly - Annual data

Environment Variables

For production applications, use environment variables:

Examples

Check out the examples directory in the GitHub repository for complete usage examples:
  • examples/verify_api_key.py - Quick API key verification script
  • examples/nolano_example.py - Comprehensive usage examples with API verification
  • examples/nolano-forecasting-example.ipynb - Jupyter notebook tutorial

Quick API Key Test

To quickly verify your API key is working:

Next Steps