Skip to content

Instantly share code, notes, and snippets.

@git-shogg
Last active February 9, 2023 10:42
Show Gist options
  • Save git-shogg/70882b2a94acfe2b2c0bdbb1060ef271 to your computer and use it in GitHub Desktop.
Save git-shogg/70882b2a94acfe2b2c0bdbb1060ef271 to your computer and use it in GitHub Desktop.
#--- Import the Required Libraries ---
import requests
import json
import pandas as pd
import open_figi_key
import time
import seaborn as sns
import numpy as np
import matplotlib.pyplot as plt
#--- Settings ---
OPEN_FIGI_KEY = "ENTER_OPENFIGI_KEY_HERE"
OPEN_FIGI_API = "https://api.openfigi.com/v3/mapping"
HEADERS = {"X-OPENFIGI-APIKEY": "{}".format(open_figi_key.KEY)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment