finbif-api-endpoints

Map FinBIF OpenAPI endpoints with exact parameter names, types, and responses.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/luomus/finbif-skills --skill finbif-api-endpoints
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finbif-api-endpoints
Source: https://github.com/luomus/finbif-skills/tree/main/finbi-api-endpoints
Command: npx skills add https://github.com/luomus/finbif-skills --skill finbif-api-endpoints

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Detailed, up-to-date endpoint-level information for FinBIF APIs is hard to locate manually. This skill consolidates exact parameter names, types, and response schemas to speed up API calls and integration.

Core Features & Use Cases

  • Exact parameter definitions (names, required/optional, types) for all endpoints
  • Central OpenAPI reference at api.laji.fi/openapi-json with per-endpoint details
  • Use Case: generate curl commands or SDK calls for a specific endpoint with correct query and path parameters

Quick Start

Maps to the endpoint references directory and the OpenAPI spec to construct a valid request.

Frequently Asked Questions about finbif-api-endpoints

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find exact parameter names and types for FinBIF API endpoints?

This Skill maps to FinBIF API endpoints with exact parameter names, types, and response schemas by directing you to per-endpoint reference files and the central OpenAPI spec at api.laji.fi/openapi-json.

How do I generate a valid curl command for a specific FinBIF API endpoint?

You can generate valid curl commands for FinBIF API endpoints by consulting the OpenAPI spec to construct requests with exact query and path parameters defined in the per-endpoint reference files.

Can I use the FinBIF OpenAPI spec to build SDK integrations?

Yes, you can use the FinBIF OpenAPI specification to build SDK integrations by extracting exact parameter definitions and response schemas required for precise API calls across all endpoints.

What is the best way to locate up-to-date response schemas for FinBIF API calls?

The best way to locate up-to-date FinBIF API response schemas is by accessing the central OpenAPI reference at api.laji.fi/openapi-json, which consolidates exact endpoint-level information to speed up integration.

Do I need to manually search for required versus optional parameters when using FinBIF APIs?

No, you do not need to manually search for required versus optional parameters because the Skill provides exact parameter definitions for all FinBIF endpoints directly from the OpenAPI spec and reference directory.