catalog
List instruments
Retrieve all instruments. Note that only instruments visible for your tenant will be returned.
get/instruments
Query parameters
instrument_typeInstrumentType[]
Return instruments of the given types.
Return instruments of the given types.
trading_statusInstrumentTradingStatus[]
Return instruments with the given trading statuses.
Return instruments with the given trading statuses.
Response
OK
Example response
[
{
"about": "Common stock listed on the Nasdaq Global Select Market.",
"days_to_maturity": 182,
"decimal_precision": 2,
"exchange": "XNAS",
"icon_url": "https://storage.googleapis.com/sophic-assets/instrument-icons/in_x7GqT.png",
"initial_auction_date": "2024-12-30",
"initial_issue_date": "2025-01-02",
"isin": "US5949181045",
"issuer": "United States Department of the Treasury",
"issuer_country": "US",
"issuer_credit_rating": "AA+",
"latest_auction_date": "2025-01-27",
"latest_issue_date": "2025-01-30",
"maturity_date": "2025-07-03",
"minimum_initial_cash_investment": "1000.00",
"minimum_trading_quantity": "1.00",
"name": "Apple Inc.",
"par_value": "100.00",
"required_cash_increment": 100,
"symbol": "US5949181045",
"ticker": "AAPL",
"trading_increment": "0.01"
}
]