Skip to content

Commit

Permalink
available indices fetcher
Browse files Browse the repository at this point in the history
  • Loading branch information
montezdesousa committed Apr 19, 2024
1 parent 50aa237 commit cd5b609
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def transform_query(params: Dict[str, Any]) -> YFinanceAvailableIndicesQueryPara
def extract_data(
query: YFinanceAvailableIndicesQueryParams, # pylint disable=unused-argument
credentials: Optional[Dict[str, str]],
**kwargs: Any,
) -> List[Dict]:
"""Extract the data."""
indices = pd.DataFrame(INDICES).transpose().reset_index()
Expand Down

0 comments on commit cd5b609

Please sign in to comment.