Securities Information API

A security is a tradable financial instrument. The term may refer to a variety of investments, including stocks, bonds, notes, limited partnership interests, investment contracts, and others. This API endpoint provides basic information about the securities, such as their trading symbol, issuer, local and international identification numbers, and other details.

API Endpoint

https://financialdata.net/api/v1/securities-information?identifier=AAPL

Query Parameters

NameTypeDescriptionExample
identifierstringOne of the following values: a security's trading symbol, the CUSIP (Committee on Uniform Securities Identification Procedures) number, or the ISIN (International Securities Identification Number).AAPL, 594918104, US5949181045
formatstring(Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON.json, csv

Sample Response

[
  {
    "trading_symbol": "AAPL",
    "issuer_name": "APPLE INC",
    "cusip_number": "037833100",
    "isin_number": "US0378331005",
    "figi_identifier": "BBG000B9XRY4",
    "security_type": "Common Stock"
  }
]
Ready to get started?

Get your API key instantly and start pulling data into your application.

Get Your API Key
Maximum Uptime

Our robust architecture guarantees 99.9% uptime for uninterrupted API access.

Easy Integration

Native Python SDK and REST support make data integration seamless.

MCP Server

The official MCP server delivers financial data directly to your AI agents.