danp
March 20, 2024, 9:36pm
1
The DataUniverse endpoint had 2 parameters added:
asOfDts: Accepts multiple dates as a array of strings. Can be used instead of asOfDt which only takes a single date.
FIGI: Either "Share Class" or "Country Composite" to return the FIGI type requested.
You will need to update the python package to use these new parameters.
3 Likes
marco
March 21, 2024, 12:56pm
3
Here's a Google Colab for this API that
pulls in data for two dates for DJIA
normalizes using minmax
saves results to a csv file in your google drive
Instructions:
Save a copy of the colab file to your google drive.
Enter your API key info.
Click the Play icon in each code section, in sequence.
Enjoy
feldy
March 24, 2024, 6:26am
4
Dan, is there a plan support the figi parameter for the /rank/ranks API endpoint too? I'm implicitly getting my universe of tickers/stockids through the returned ranks from this endpoint, so it would seem natural for this to support returning FIGIs too.
Thanks!
1 Like
danp
March 26, 2024, 4:42pm
5
FIGI has now been added to the rank_ranks endpoint.