schwab_api 0.0.4

An unofficial rust library for Schwab API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "instruments": [
        {
            "cusip": "037833100",
            "symbol": "AAPL",
            "description": "Apple Inc",
            "exchange": "NASDAQ",
            "assetType": "EQUITY"
        },
        {
            "cusip": "060505104",
            "symbol": "BAC",
            "description": "Bank Of America Corp",
            "exchange": "NYSE",
            "assetType": "EQUITY"
        }
    ]
}