# IBKR US Shortable Stocks Data Extractor

**Use case:** 

Obtain current short borrow rates, fees, and shares available for US stocks from Interactive Brokers. Data ready for quant trading and analysis.

## Input

```json
{
  "countries": [
    "usa"
  ],
  "forceRefresh": false
}
```

## Output

```json
{
  "symbol": {
    "label": "Symbol",
    "format": "string"
  },
  "name": {
    "label": "Company name",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "feeRate": {
    "label": "Fee rate (%)",
    "format": "number"
  },
  "rebateRate": {
    "label": "Rebate rate (%)",
    "format": "number"
  },
  "available": {
    "label": "Shares available",
    "format": "integer"
  },
  "fileTimestamp": {
    "label": "File timestamp",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [IBKR Shortable Stocks Scraper](https://apify.com/stdevi/ibkr-shortable-stocks-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/stdevi/ibkr-shortable-stocks-scraper) to learn more, explore other use cases, and run it yourself.