Skip to content

Commit

Permalink
fix(api): update stock year in API request for accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdullah Alqahtani committed Dec 27, 2024
1 parent 942777f commit b051021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api.http
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ GET {{baseUrl}}/
Content-Type: {{contentType}}

### Get Stocks by Year
GET {{baseUrl}}/api/v1/stocks/year/2017
GET {{baseUrl}}/api/v1/stocks/year/2018
Content-Type: {{contentType}}

### Search Stocks with Parameters
GET {{baseUrl}}/api/v1/stocks/year/2023/search?name=aramco&sector=energy&sharia_opinion=نقية
GET {{baseUrl}}/api/v1/stocks/year/2023/search?sector=الطاقة&sharia_opinion=نقية
Content-Type: {{contentType}}

### Calculate Purification Amount
Expand Down

0 comments on commit b051021

Please sign in to comment.