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.Option A: Registered User (Recommended)
Create a permanent account with full access and credit management:Option B: Guest User (Testing Only)
Get a temporary 24-hour API key for testing: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:Step 3: Make Your First API Call
Let’s price a European call option using the Black-Scholes model.Example: Price an Option
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:200- Success400- Bad request (invalid parameters)401- Unauthorized (invalid/missing API key)402- Insufficient credits403- Forbidden (tier access required)500- Server error
Check Available Endpoints
Browse all endpoints for a specific tier: Free Tier (Core & Scheduling):- Check the API Reference under “Free Tier”
- Requires Basic tier or higher subscription
- Requires Standard tier or higher subscription
- 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
