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

Crypto News API

Finage's Crypto News API is the fastest crypto news API in the market. Our In-Memory Cache Engine will cache the old news according to the request frequency. It will help you to build faster websites and applications. Your customers will have a quick access without waiting for the news to load.

URL Schema

https://api.finage.co.uk/news/cryptocurrency/{ symbol }?apikey=YOUR_API_KEY

Example Request

https://api.finage.co.uk/news/cryptocurrency/BTC?apikey=YOUR_API_KEY

Example Output

{
  "ticker": "BTC",
  "limit": 10,
  "news": [
{
      "title": "The Grayscale Bitcoin Trust on Track to Surpass the Largest Gold ETF: Bloomberg",
      "description": "The massive BTC price surge and the ongoing institutional adoption could help the Grayscale Bitcoin Trust surpass the largest commodity ETF soon.",
      "url": "https://cryptopotato.com/the-grayscale-bitcoin-trust-on-track-to-surpass-the-largest-gold-etf-bloomberg/",
      "source": "CryptoPotato",
      "date": "2021-04-17T12:41:00+00:00"
    },
{
      "title": "On-Chain Analysis: This Is not What the Bitcoin Top Looks Like",
      "description": "In today's on-chain analysis, we are trying to answer the question of whether there are reasons to fear the ending of the ongoing Bitcoin bull run. We are looking at the activity of long-term hodlers who stopped selling their coins again in the last week.",
      "url": "https://beincrypto.com/on-chain-analysis-this-is-not-what-the-bitcoin-top-looks-like/",
      "source": "BeInCrypto",
      "date": "2021-04-17T12:30:00+00:00"
    }
  ]
}

Input Parameters (* required field)

  • * symbolCrypto symbol name [Eg. BTC, ETH, DOGE]
  • limitLimit of the news. Default is 10 and maximum allowed limit is 30.

Output Parameters

  • tickerTicker Name
  • limitLimit amount
  • newsNews
  • titleTitle of News
  • descriptionDescription of News
  • urlUrl Address
  • sourceNews Source
  • dateDate of News
Crafted, simply, by Finage © 2025 | All rights reserved.