Skip to content

Commit

Permalink
Added some tasks to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Dec 28, 2024
1 parent 52bf33e commit 567b84e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,16 @@ Now we need to **fetch data** related to some asset. To do that, we can use http
~/git/misc/python-scripts/ohlcv-fetchers/invoke.sh yahoo-finance '^GSPC' -i1d -d2020-01-01T00Z -f'{:.6f}' > ohlcv-SPX500.csv
```

TODO complete this part. You can take inspiration from apycalc
TODO complete this part. You can take inspiration from `apycalc`. You can even extract the current rate from the CSV file with `tail + cut`

> **Note**: each **output value** and **entry field** is described with a comment in the `compute_stuff` function's code. You can search for the strings `# - entry` and `# - values` in the [`smartchg/cli.py`](smartchg/cli.py) file to get an overview.
For more details on how to use this command, you can also refer to its help message (`--help`).

## Algorithm

TODO describe the algorithm here using LaTeX formulas (with `$$ ... $$`)

## Development

If you want to contribute to this project, you can install the package in **editable** mode:
Expand Down

0 comments on commit 567b84e

Please sign in to comment.