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 News API

We provide you the latest market news via the Market News API.

URL Schema

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

Example Request

https://api.finage.co.uk/news/market/amzn?apikey=YOUR_API_KEY

Example Output

{
  "ticker": "AMZN",
  "limit": 10,
  "news": [
{
      "source": "Seeking Alpha",
      "title": "Six Amazon warehouse workers confirmed dead after tornado strike",
      "description": "At least 30 tornados teared across six U.S. states on Friday and early Saturday morning, with some even causing paths of destruction over 200 miles long",
      "url": "https://seekingalpha.com/news/3779358-six-amazon-warehouse-workers-confirmed-dead-after-tornado-strike",
      "date": "2021-12-12T09:42:07.000Z"
    },
{
      "source": "Reuters",
      "title": "Six dead, no hope of more survivors after tornadoes destroy Amazon warehouse near St Louis",
      "description": "Six Amazon.com Inc workers were confirmed dead on Saturday after a series of tornadoes roared through a warehouse near St. Louis, ripping off its roof and causing 11-inch thick concrete walls longer than football fields to collapse on themselves.",
      "url": "https://www.reuters.com/article/us-usa-illinois-accident/six-dead-no-hope-of-more-survivors-after-tornadoes-destroy-amazon-warehouse-near-st-louis-idUSKBN2IQ03Z",
      "date": "2021-12-12T02:35:44.000Z"
    }
  ]
}

Input Parameters (* required field)

  • * symbolStock symbol name
  • limitLimit of the news. Default is 10 and maximum allowed limit is 30.

Output Parameters

  • tickerTicker name
  • limitLimit amount
  • newsNews
  • sourceTitle of News
  • titleDescription of News
  • descriptionUrl Address
  • urlNews Source
  • dateDate of News
Crafted, simply, by Finage © 2025 | All rights reserved.