This commit is contained in:
jim
2025-12-12 15:53:31 +00:00
commit 31a11e3ba4
6051 changed files with 2099864 additions and 0 deletions
+71
View File
@@ -0,0 +1,71 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"id": "0f233fb0-626f-4b4e-9641-1bf922228675",
"metadata": {},
"outputs": [],
"source": [
"import requests"
]
},
{
"cell_type": "code",
"execution_count": 6,
"id": "8ec0e0a6-e506-48f9-8271-06f7ebfbd6dc",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<Response [200]>"
]
},
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"symbols = requests.get('https://finnhub.io/api/v1/stock/symbol?exchange=US&token=d4pg06pr01qjpnav1vg0d4pg06pr01qjpnav1vgg')\n",
"symbols"
]
},
{
"cell_type": "markdown",
"id": "1cb8cbbc-61bf-4bc2-bcfd-1006b74496b1",
"metadata": {},
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "7c754a32-be02-44ef-a926-4797ada6a2d6",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.6"
}
},
"nbformat": 4,
"nbformat_minor": 5
}