Skip to content

Commit

Permalink
fix docs indice historico
Browse files Browse the repository at this point in the history
  • Loading branch information
GMBueno committed Dec 9, 2023
1 parent a44b4f5 commit 4893f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/endpoints/indices.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ import requests as req

URL_BASE = 'https://api.fintz.com.br'
HEADERS = { 'X-API-Key': 'chave-de-teste-api-fintz' }
PARAMS = { 'indice': 'USD' }
PARAMS = { 'codigo': 'USD', 'dataInicio': '2020-01-01' }

res = req.get(f'{URL_BASE}/cambio/ptax/historico', headers=HEADERS, params=PARAMS)
print(res.json())
Expand Down

0 comments on commit 4893f50

Please sign in to comment.