When trying do download data to a local machine from dataset "US Index Options", no files are downloaded: "0" appears in the “File Count” field of the CLI report and no new files are found on the /data folder.

Tried with both SPX and VIX as symbols, “Quote" and “Trade” data-types.
Nothing works :(

I'm using this CLI command:

lean data download \
        --dataset "US Index Options" \
        --organization "----------------------------" \
        --data-type "Trade" \
        --option-style "American" \
        --ticker "SPX" \
        --resolution "Daily" \
        --start "20100601" \
        --end "20230505"

And this is the CLI report:

Data that will be purchased and downloaded:
┌──────────────────┬──────────┬────────────────────────┬────────────┬───────┐
│ Dataset          │ Vendor   │ Details                │ File count │ Price │
├──────────────────┼──────────┼────────────────────────┼────────────┼───────┤
│ US Index Options │ AlgoSeek │ Data type: Trade       │ 0          │ 0 QCC │
│                  │          │ Option style: American │            │       │
│                  │          │ Ticker: SPX            │            │       │
│                  │          │ Resolution: Daily      │            │       │
│                  │          │ Start date: 2010-06-01 │            │       │
│                  │          │ End date: 2023-05-05   │            │       │
└──────────────────┴──────────┴────────────────────────┴────────────┴───────┘

 

Any idea?