Live Market Data API

Data Infrastructure
for Global Finance.

Connect your applications to the world's most reliable, low-latency financial data streams. Built for enterprise throughput and developer elegance.

Stock Data

Powering Next-Gen Financial Applications

Partner Logo Partner Logo Partner Logo Partner Logo

Supported Data Streams.

Comprehensive market coverage via normalized API endpoints.

Stocks
ETFs
Bonds
Mutual Funds
Futures
Margins
Forex

Developer First experience.

Integrate our APIs in minutes, not weeks. Comprehensive documentation, SDKs for major languages, and a beautiful developer dashboard.

  • RESTful and WebSocket Interfaces
  • Detailed request & response analytics
  • Webhooks for instant event notifications
Explore Documentation
Pricing Request
curl -X GET \
  "https://binso.io/api/v1/futures/BTCUSDT" \
  -H "x-api-key: YOUR_API_KEY"

// Response
{
  "status": "success",
  "message": "Success",
  "data": {
    "ticker": "BTCUSDT",
    "current_price": "67652.50",
    "change_1d": "-191.10",
    "change_1d_percentage": "-0.282",
    "open_price": "67843.60",
    "high": "68689.70",
    "low": "66462.00",
    "volume": "178860.088",
    "quote_volume": "12070217591.47",
    "open_time": 1772092560000,
    ...
    "exchanges": {
      "binance": {
        "symbol": "BTCUSDT",
        "status": "TRADING",
        ...
        "permission_sets": ["GRID", "COPY", "DCA"]
      }
    }
  }
}

Transparent Pricing.

Predictable costs for infrastructure you can rely on.

Standard

Production-ready access for standard volume API applications.

$ 107.89 /annum
60 RPM
259,200 Requests / Month
Equities /v1/market/stocks
ETFs & Indices /v1/market/etfs
Fixed Income /v1/market/bonds
Funds /v1/market/mutual-funds
Derivatives /v1/trade/futures
Levered /v1/trade/margins
FX Core /v1/market/forex
Standard (24h) Support SLA

Professional

Scalable high-throughput for live professional trading dashboards.

$ 539.89 /annum
300 RPM
1,296,000 Requests / Month
Equities /v1/market/stocks
ETFs & Indices /v1/market/etfs
Fixed Income /v1/market/bonds
Funds /v1/market/mutual-funds
Derivatives /v1/trade/futures
Levered /v1/trade/margins
FX Core /v1/market/forex
Priority (4h) Support SLA
Enterprise

Enterprise

Mission-critical infrastructure for high-volume professional platforms.

$ 2,699.89 /annum
1,000 RPM
4,320,000 Requests / Month
Equities /v1/market/stocks
ETFs & Indices /v1/market/etfs
Fixed Income /v1/market/bonds
Funds /v1/market/mutual-funds
Derivatives /v1/trade/futures
Levered /v1/trade/margins
FX Core /v1/market/forex
Direct/Instant Support SLA

Unified Data Models.

Consistent, predictable JSON structures across every asset class.

Stocks API

Access real-time pricing, market capitalization, and detailed metadata for global equities. Our unified model ensures seamless integration across different exchanges.

GET /api/v1/stocks/NVDA
{
  "status": "success",
  "message": "Ticker information retrieved successfully",
  "data": {
    "name": "NVIDIA Corporation",
    "ticker": "NVDA",
    "current_price": 184.89,
    "market_cap": 4501516845056,
    "last_updated": 1772178481,
    "public_png_logo_url": "https://financialmodelingprep.com/image-stock/NVDA.png",
    "sector": "Technology",
    "dividend_yield": 0.02,
    "p_e_ratio": 17.443655,
    "description": "Fiserv, Inc. provides payments and financial services technology worldwide...",
    "ceo": "Michael P. Lyons",
    "chairman": "Gordon Nixon",
    "founded": "1984",
    "change_1d_percentage": -5.48754,
    "change_1d": -10.735,
    "change_50_day": -0.5155945,
    "change_50_day_percentage": -0.0027809003,
    "change_200_day": 10.544754,
    "change_200_day_percentage": 0.06048203,
    "volume": 357990754,
    "latest_trading_day": 1772139600,
    "previous_close": 195.625,
    "open": 194.21,
    "high": 194.21,
    "low": 184.315,
    "cik": "00001045810"
  }
}

ETFs API

Explore professional ETF data including top holdings, expense ratios, and AUM. Designed for deep-dive portfolio analysis.

GET /api/v1/etfs/GDX
{
  "status": "success",
  "message": "ETF ticker information retrieved successfully",
  "data": {
    "name": "VanEck Vectors ETF Trust - VanEck Gold Miners ETF",
    "ticker": "GDX",
    "public_png_logo_url": "https://financialmodelingprep.com/image-stock/GDX.png",
    "current_price": 113.89,
    "issuer": "VanEck",
    "asset_class": "ETF",
    "benchmark_index": "MarketVector Global Gold Miners Index",
    "assets_under_management": 28887650300,
    "expense_ratio": 0.51,
    "dividend_yield": 0.67,
    "top_holdings": [
        "Agnico Eagle Mines Limited",
        "Newmont Corporation",
        "Barrick Mining Corporation",
        "Gold Fields Ltd ADR",
        "Wheaton Precious Metals Corp.",
        "AngloGold Ashanti plc",
        "Franco-Nevada Corporation",
        "Kinross Gold Corporation",
        "Pan American Silver Corp.",
        "Northern Star Resources Limited"
    ],
    "change_1d_percentage": 2.45592,
    "change_50_day_percentage": 0.17478502,
    "change_200_day_percentage": 0.58140355,
    "ytd_return": 10.0558,
    "volume": 18252041,
    "latest_trading_day": 1772139600,
    "previous_close": 111.16,
    "open": 110.4,
    "high": 113.915,
    "low": 109.13
  }
}

Bonds API

Institutional-grade fixed income data. Access bond maturity, coupon rates, and ratings directly via CUSIP identification.

GET /api/v1/bonds/91282CQD6
{
  "status": "success",
  "message": "bond retrieved successfully",
  "data": {
    "cusip": "91282CQD6",
    "name": "3 1/2 02/28/2031",
    "maturity": 1930003200,
    "issue": 1772409600,
    "coupon": 3.5,
    "county": "us",
    "rating": "AAA",
    "issuer": "US Treasury bonds",
    "pay_interval": 6,
    "flag": "us"
  }
}

Mutual Funds API

Get real-time NAV and AUM data for thousands of mutual funds. Track performance and expense ratios with ease.

GET /api/v1/mutual-funds
{
  "status": "success",
  "message": "mutual fund retrieved successfully",
  "data": {
    "name": "Vanguard Total Stock Market Index Fund Admiral Shares",
    "ticker": "VTSAX",
    "public_png_logo_url": "https://financialmodelingprep.com/image-stock/VTSAX.png",
    "current_nav": 165.76,
    "asset_class": "Mutual Fund",
    "assets_under_management": 2095260760000,
    "expense_ratio": 0.04,
    "dividend_yield": 1.09,
    "change_1d_percentage": -0.37862852,
    "change_50_day_percentage": 0.0041641872,
    "change_200_day_percentage": 0.05848042,
    "ytd_return": 1.58088,
    "latest_valuation_day": 1772154502
  }
}

Margins API

Real-time margin requirements and risk control parameters. Critical for systems requiring leveraged trade execution.

GET /api/v1/margins/BTCUSDT
{
  "status": "success",
  "message": "Success",
  "data": {
    "ticker": "BTCUSDT",
    "current_price": "67701.99000000",
    "change_1d": "-147.35000000",
    "change_1d_percentage": "-0.217",
    "open_price": "67849.34000000",
    "high": "68722.64000000",
    "low": "66500.00000000",
    "volume": "20378.59920000",
    "quote_volume": "1376775817.50737190",
    "open_time": 1772092620012,
    "close_time": 1772179020012,
    "base": "BTC",
    "quote": "USDT",
    "exchanges": {
      "binance": {
        "symbol": "BTCUSDT",
        "status": "TRADING",
        "order_types": ["LIMIT", "MARKET", "STOP_LOSS"],
        "is_spot_trading_allowed": true,
        "is_margin_trading_allowed": true
      }
    },
    "logo": "btc.svg"
  }
}

Futures API

Comprehensive perpetual and delivery futures data. Essential for hedging and derivative strategies.

GET /api/v1/futures/BTCUSDT
{
  "status": "success",
  "message": "Success",
  "data": {
    "ticker": "BTCUSDT",
    "current_price": "67652.50",
    "change_1d": "-191.10",
    "change_1d_percentage": "-0.282",
    "open_price": "67843.60",
    "high": "68689.70",
    "low": "66462.00",
    "volume": "178860.088",
    "quote_volume": "12070217591.47",
    "open_time": 1772092560000,
    "close_time": 1772179013940,
    "base": "BTC",
    "quote": "USDT",
    "exchanges": {
      "binance": {
        "symbol": "BTCUSDT",
        "contract_type": "PERPETUAL",
        "maint_margin_percent": "2.5000",
        "required_margin_percent": "5.0000"
      }
    },
    "logo": "btc.svg"
  }
}

Forex API

Ultra-low latency spot foreign exchange rates. Precision data for global currency markets.

GET /api/v1/forex/tickers/EUR_USD
{
  "status": "success",
  "message": "Success",
  "data": {
    "p": 1.18157,
    "a": 1.1816,
    "b": 1.18154,
    "s": "EUR/USD",
    "t": 1772178543145
  }
}

Ready to scale?

Join thousands of developers building scalable, reliable financial applications on our infrastructure.

Join Now For Free