Skip to content

Instantly share code, notes, and snippets.

View harrylyx's full-sized avatar
🏠
Working from home

harrylyx

🏠
Working from home
View GitHub Profile
@harrylyx
harrylyx / stock_code.json
Last active March 1, 2022 03:28
所有股票代码和名称
{
"600000": "\u6d66\u53d1\u94f6\u884c",
"600001": "\u90af\u90f8\u94a2\u94c1",
"600002": "\u9f50\u9c81\u77f3\u5316",
"600003": "st\u4e1c\u5317\u9ad8",
"600004": "\u767d\u4e91\u673a\u573a",
"600005": "\u6b66\u94a2\u80a1\u4efd",
"600006": "\u4e1c\u98ce\u6c7d\u8f66",
"600007": "\u4e2d\u56fd\u56fd\u8d38",
"600008": "\u9996\u521b\u80a1\u4efd",
import os
import json
import asyncio
import logging
from datetime import datetime
from concurrent.futures import ThreadPoolExecutor
import pathlib
import pandas as pd
import akshare as ak
from tqdm import tqdm, trange