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.
Powering Next-Gen Financial Applications
Supported Data Streams.
Comprehensive market coverage via normalized API endpoints.
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
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.
Professional
Scalable high-throughput for live professional trading dashboards.
Enterprise
Mission-critical infrastructure for high-volume professional platforms.
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.
{
"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.
{
"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.
{
"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.
{
"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.
{
"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.
{
"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.
{
"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