Skip to content

Instantly share code, notes, and snippets.

@WeslenPy
Created December 20, 2023 14:35
Show Gist options
  • Save WeslenPy/70b0804a58cf86939b2ea9eb7d9fcb19 to your computer and use it in GitHub Desktop.
Save WeslenPy/70b0804a58cf86939b2ea9eb7d9fcb19 to your computer and use it in GitHub Desktop.
Post route B3
import requests
url = "https://arquivos.b3.com.br/bdi/table/SharesInvesVolum/2023-12-19/2023-12-19/1/100"
payload = {}
headers = {}
response = requests.request("POST", url, json=payload, headers=headers)
print(response.json())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment