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

Full Symbol List API

You can download and view our symbols and get more details from the symbols page. If you want to get the all symbols with one endpoint, this endpoint will be useful in your product. You can use our search endpoints to search one or more specific tickers. Forex and Crypto pages include 500 symbols, US Market pages include 2500 symbols.

URL Schema

https://api.finage.co.uk/symbol-list/{ type }?apikey=YOUR_API_KEY

Example Request

https://api.finage.co.uk/symbol-list/forex?page=1&apikey=YOUR_API_KEY

Example Output

{
  "page": 1,
  "symbols": [
{
      "symbol": "AEDAUD",
      "name": "United Arab Emirates dirham - Australian dollar "
    },
{
      "symbol": "AEDBHD",
      "name": "United Arab Emirates dirham - Bahraini dinar "
    },
{
      "symbol": "AEDCAD",
      "name": "United Arab Emirates dirham - Canadian dollar "
    }
  ]
}

Input Parameters (* required field)

  • * typeMarket type (us-stock, ca-stock, in-stock, ru-stock, forex, crypto, index)
  • pageDefault page is 1
  • searchYou can search symbol or name by this query. (eg: BTC, or Bitcoin) [Optional]

Output Parameters

  • pagePage number
  • symbolsSymbol Descripiton
Crafted, simply, by Finage © 2025 | All rights reserved.