catalog
Retrieve an instrument
Retrieve an instrument by ID or symbol. Note that the instrument has to be visible for your tenant to be accessible.
get/instruments/{id_or_symbol}
Path parameters
id_or_symbolstring required
The ID or symbol of the instrument to retrieve.
The ID or symbol of the instrument to retrieve.
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"
}