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.
https://financialdata.net/api/v1/securities-information?identifier=AAPL| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | One 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 |
| format | string | (Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON. | json, csv |
[
{
"trading_symbol": "AAPL",
"issuer_name": "APPLE INC",
"cusip_number": "037833100",
"isin_number": "US0378331005",
"figi_identifier": "BBG000B9XRY4",
"security_type": "Common Stock"
}
]Get your API key instantly and start pulling data into your application.
Get Your API KeyOur robust architecture guarantees 99.9% uptime for uninterrupted API access.
Native Python SDK and REST support make data integration seamless.
The official MCP server delivers financial data directly to your AI agents.