Skip to content

Latest commit

 

History

History
113 lines (79 loc) · 3.71 KB

File metadata and controls

113 lines (79 loc) · 3.71 KB

Fin2Dev

Welcome to Fin2Dev — a unified financial data API platform.

We believe financial data integration should be easy, structured, predictable, and developer-friendly.
That’s why we built multiple financial APIs inside one unified ecosystem.

We created Fin2Dev to simplify financial data integration — combining macro, market, ETF, bond, and corporate data APIs into a single consistent platform.

Fin2Dev is built around a simple principles:

  • One Platform.
  • Multiple Financial Data APIs.
  • Created by developers, for developers.

We provide structured, consistent REST endpoints covering macroeconomic data, market data, ETFs, bonds, commodities, and corporate fundamentals — all within a single unified architecture.

Our focus is simple: clean JSON, logical structure, and seamless integration.

Instead of integrating multiple vendors with different formats and logic, you work with one consistent API structure across all datasets.

What We Provide

Fin2Dev currently includes the following APIs:

Why Fin2Dev

  • Structured JSON
  • Developer-friendly REST design
  • Reliable data coverage
  • Scalable architecture
  • Clear documentation

Example API Requests

Macroeconomic Calendar API

GET https://apidata.fin2dev.com/v1/macrocalendar?key=YOUR_API_KEY&country=United_Kingdom
{
  "datetime": "2026-02-20 07:00:00",
  "iso_country_code": "GB",
  "country": "United Kingdom",
  "report_name": "Retail Sales MoM",
  "actual": "1.8",
  "previous": "0.4",
  "consensus": "0.2",
  "unit": "percent",
  "impact": "1"
}

Bonds API

GET https://apidata.fin2dev.com/v1/bonds?key=YOUR_API_KEY&region=europe&type=2y
{
  "region": "europe",
  "country": "switzerland",
  "type": "2y",
  "yield": "-0.13",
  "price_change_day": "-0.001%",
  "percentage_week": "",
  "percentage_month": "-0.084%",
  "percentage_year": "-0.382%",
  "datetime": "2026-02-20T00:00:00.000"
}

Built For

Fin2Dev is designed for developers and teams building:

  • Algorithmic trading systems
  • Quantitative research platforms
  • Fintech SaaS products
  • AI and machine learning financial models
  • Enterprise data pipelines

Links