Skip to main content

Quickstart Guide

Get up and running with Fincept API in under 5 minutes. This guide walks you through registration, authentication, and making your first API call.

Step 1: Register for an API Key

Choose between a permanent registered account or temporary guest access for testing. Create a permanent account with full access and credit management:
Response:
Verify your email with the OTP received:
Response:
Save your API key - you’ll need it for all API requests!

Option B: Guest User (Testing Only)

Get a temporary 24-hour API key for testing:
Response:
Guest keys have limited credits (50) and expire after 24 hours. Register for a permanent account to get 350 free credits that never expire!

Step 2: Check Your Credit Balance

Verify your account is active and check available credits:
Response:

Step 3: Make Your First API Call

Let’s price a European call option using the Black-Scholes model.

Example: Price an Option

Response:
Congratulations! You just priced an option and calculated all Greeks in one API call.

Step 4: Explore More Capabilities

Calculate Bond Price

Price a bond with given yield:

Build a Yield Curve

Construct a yield curve from market rates:

Calculate Portfolio VaR

Compute Value at Risk for a portfolio:

Common Patterns

Working with Dates

All dates use ISO 8601 format (YYYY-MM-DD):

Error Handling

The API returns detailed error messages:
Common HTTP status codes:
  • 200 - Success
  • 400 - Bad request (invalid parameters)
  • 401 - Unauthorized (invalid/missing API key)
  • 402 - Insufficient credits
  • 403 - Forbidden (tier access required)
  • 500 - Server error

Check Available Endpoints

Browse all endpoints for a specific tier: Free Tier (Core & Scheduling): Basic Tier (Statistics, Numerical, Solver, Economics):
  • Requires Basic tier or higher subscription
Standard Tier (Analysis, Curves, Pricing, Instruments, Stochastic, Volatility):
  • Requires Standard tier or higher subscription
Pro Tier (Models, Portfolio, Risk, Regulatory, ML, Physics):
  • Requires Pro tier subscription

Credit Costs

All QuantLib endpoints cost credits based on tier: See the Pricing page for detailed credit information.

Quick Reference

Authentication Header

All requests (except registration/login) require the API key header:

Base URL

Content Type

All POST requests require JSON content type:

Next Steps

Authentication Guide

Learn about API key management, security, and MFA

Pricing Details

Understand credit costs and subscription tiers

QuantLib Overview

Explore all 18 modules and 497+ endpoints

API Reference

Browse complete endpoint documentation

Code Examples

Python

JavaScript

Getting Help

Need assistance? We’re here to help:
  • Documentation: Browse our comprehensive guides and API reference
  • Email Support: support@fincept.in
  • GitHub Issues: Report bugs or request features
  • Discord Community: Join discussions with other developers
Ready to build something amazing? Start exploring our API Reference or check out the QuantLib Overview for detailed module documentation.