Skip to content

Commit

Permalink
remove caching
Browse files Browse the repository at this point in the history
  • Loading branch information
ajakaiye33 committed Aug 22, 2024
1 parent d8cc280 commit 2ced335
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stock_view/data_prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# import requests

# Data Ingestion and Transformation
@st.cache_data(ttl=300)
def load_equities_data(
url="https://doclib.ngxgroup.com/REST/api/statistics/equities/?market=&sector=&orderby=&pageSize=300&pageNo=0",
):
Expand All @@ -27,7 +26,6 @@ def load_equities_data(


# Insider Trading Data
@st.cache_data()
def get_insider_symbols(
#url="https://raw.githubusercontent.com/ajakaiye33/ngrcoydisclosures/main/docs/insider-dealings.csv",
url = "https://raw.githubusercontent.com/ajakaiye33/ngrcoydisclosures/main/docs/coy_disclosures.json"
Expand Down

0 comments on commit 2ced335

Please sign in to comment.