Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
philsv committed Jun 5, 2024
1 parent df5c6b5 commit 47b3dec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ df = cot.report(("FED FUNDS - CHICAGO BOARD OF TRADE", "30-DAY FEDERAL FUNDS - C

## How do I get cached results?

If you want to retrieve data from the same report multiple times, you can use the `cot_report` function. This will cache the results of the previous function call.
If you want to retrieve data from the same report multiple times, you can use the `report` function. This will cache the results of the previous function call.

Lets have a look at an example:

Expand Down Expand Up @@ -62,7 +62,7 @@ Output Example:

```ini
Contract Name Open Interest ... Net Change, Large Spec Net % of OI, Large Spec
Date ...
Date ...
2023-07-11 FED FUNDS - CHICAGO BOARD OF TRADE 1440370.0 ... -58101.0 -11.5
2023-07-03 FED FUNDS - CHICAGO BOARD OF TRADE 1414525.0 ... -17553.0 -7.5
2023-06-27 FED FUNDS - CHICAGO BOARD OF TRADE 1746984.0 ... 12437.0 -5.1
Expand Down Expand Up @@ -91,7 +91,7 @@ Output Example:

```ini
Contract Name Open Interest ... Net Change Managed Money Net % of OI Managed Money
Date ...
Date ...
2023-07-11 BRENT LAST DAY - NEW YORK MERCANTILE EXCHANGE 138358.0 ... -2134.0 -2.9
2023-07-03 BRENT LAST DAY - NEW YORK MERCANTILE EXCHANGE 130715.0 ... 9436.0 -1.4
2023-06-27 BRENT LAST DAY - NEW YORK MERCANTILE EXCHANGE 153190.0 ... -6135.0 -7.4
Expand Down Expand Up @@ -120,7 +120,7 @@ Output Example:

```ini
Contract Name Open Interest ... Net Change Lev Money Net % of OI Lev Money
Date ...
Date ...
2023-07-11 UST 10Y NOTE - CHICAGO BOARD OF TRADE 4800091.0 ... 155532.0 -26.8
2023-07-03 UST 10Y NOTE - CHICAGO BOARD OF TRADE 4737762.0 ... 7710.0 -30.4
2023-06-27 UST 10Y NOTE - CHICAGO BOARD OF TRADE 4663919.0 ... -51457.0 -31.1
Expand Down

0 comments on commit 47b3dec

Please sign in to comment.