cyberhybridhub/server/test/fixtures/alpaca_assets_active.json
2026-05-31 11:17:12 -05:00

68 lines
1.6 KiB
JSON

[
{
"id": "b0b6dd9d-8b9b-48a9-ba46-b9d54906e415",
"class": "us_equity",
"exchange": "NASDAQ",
"symbol": "AAPL",
"name": "Apple Inc. Common Stock",
"status": "active",
"tradable": true,
"marginable": true,
"shortable": true,
"easy_to_borrow": true,
"fractionable": true
},
{
"id": "8ccae427-5dd0-45b3-b5fe-7ba5e422c766",
"class": "us_equity",
"exchange": "NASDAQ",
"symbol": "MSFT",
"name": "Microsoft Corporation Common Stock",
"status": "active",
"tradable": true,
"marginable": true,
"shortable": true,
"easy_to_borrow": true,
"fractionable": true
},
{
"id": "a8ab8ab8-7777-4444-aaaa-cccccccccccc",
"class": "us_equity",
"exchange": "ARCA",
"symbol": "SPY",
"name": "SPDR S&P 500 ETF Trust",
"status": "active",
"tradable": true,
"marginable": true,
"shortable": true,
"easy_to_borrow": true,
"fractionable": true
},
{
"id": "11111111-2222-3333-4444-555555555555",
"class": "us_equity",
"exchange": "OTC",
"symbol": "PNKZZ",
"name": "Pink Sheet Test Co.",
"status": "active",
"tradable": false,
"marginable": false,
"shortable": false,
"easy_to_borrow": false,
"fractionable": false
},
{
"id": "66666666-7777-8888-9999-000000000000",
"class": "us_equity",
"exchange": "NYSE",
"symbol": "BRK.B",
"name": "Berkshire Hathaway Inc. Class B",
"status": "active",
"tradable": true,
"marginable": true,
"shortable": true,
"easy_to_borrow": true,
"fractionable": false
}
]