Skip to content

Commit

Permalink
fixes missing property
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoputzer committed Oct 20, 2024
1 parent 3873575 commit c2e2274
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Consider having https://finance.codin.xyz as main project but then also link the
-->

## Currently supported routes
- [-] `/api/{interval:1d,1w,1m,1y}.{format:json,csv} → [[{date}, {open}, {high}, {low}, {close}, {volume}], ...]`
- [-] `/api/{id}/{interval:1d,1w,1m,1y}.{format:json,csv} → [[{date}, {open}, {high}, {low}, {close}, {volume}], ...]`
- [x] `/api/{id}/{year?}/{month?}/{day?}/{interval:1d}.{format:json,csv} → [[{date}, {open}, {high}, {low}, {close}, {volume}], ...]`
- [-] `/api/{interval:1d,1w,1m,1y}.{format:json,csv} → [[{ticker},{date},{open},{high},{low},{close},{volume}], ...]`
- [-] `/api/{id}/{interval:1d,1w,1m,1y}.{format:json,csv} → [[{date},{open},{high},{low},{close},{volume}], ...]`
- [x] `/api/{id}/{year?}/{month?}/{day?}/{interval:1d}.{format:json,csv} → [[{date},{open},{high},{low},{close},{volume}], ...]`

## Donations 🙏
- **BTC:** bc1qp8v7qleltzas46h3zmsw0epflmkks5v3c3f0cq <!-- codin.x -->
Expand Down

0 comments on commit c2e2274

Please sign in to comment.