API Documentation
Access real-time and historical market data with easy-to-integrate RESTful endpoints.

Products

high demand High demand

Endpoint

38 endpoint(s) for Fundamentals
Search Icon
  • Full Symbol List API
  • Market News API
  • Forex News API
  • Crypto News API
  • Market Status API
  • Economic Calendar
  • Earnings Calendar
  • IPO Calendar
  • Stock Split Calendar
  • Historical Stock Split Calendar
  • Dividends Calendar
  • Historical Dividends Calendar
  • Delisted Companies
  • Cash Flow Statements
  • Balance Sheet Statements
  • Income Statements
  • International Filings
  • Stock Market Details API
  • Institutional Holders API
  • Mutual Fund Holders API
  • SEC RSS Feed API
  • Technical Indicators
  • Most Active US Stocks API
  • Top US Stock Gainers API
  • Top US Stock Losers API
  • Sector Performance API
  • Shares Float API
  • Market Search API
  • Country Search
  • Country Details
  • Forex Currency Search
  • Forex Currency Details
  • Crypto Search API
  • Crypto Details API
  • Crypto Market Cap Ranks API
  • Crypto Detailed Last Price API
  • Financial Ratios
  • Forex Technical Indicators

Market Status API

Market Status API is an endpoint that shows the market, forex and crypto statuses. You can check the market is closed, open or in extended hours with our Market Status API.

URL Schema

https://api.finage.co.uk/marketstatus?apikey=YOUR_API_KEY

Example Request

https://api.finage.co.uk/marketstatus?apikey=YOUR_API_KEY

Example Output

{
  "market": "open",
  "timezone": "UTC-05:00",
  "country": "US",
  "exchanges": {
    "nyse": "open",
    "nasdaq": "open",
    "otc": "open"
  },
  "currencies": {
    "fx": "open",
    "crypto": "open"
  }
}

Input Parameters (* required field)

  • countryCheck the specified country's market status. Default is US
  • currenciesYou can display or hide currencies part from the output. Default is true.
  • holidaysDisplay selected country's holidays. Default is false
  • trading_hoursDisplay trading hours of the market. Default is false
  • extended_hoursDisplay extended hours of the market. Default is false

Output Parameters

  • marketMarket Status
  • timezoneTimezone
  • countryCountry Short Code
  • exchangesExchanges List
  • currenciesCurrency Market List
Crafted, simply, by Finage © 2025 | All rights reserved.