Today we introduce a new feature to our Search APIsearch by ISINs. International Securities Identification Numbers (or ISINs) are very important for investors and traders. And we keep the deep attention on our ISINs database. We keep to add more and more numbers and for the moment we have already 45000+ ISINs.

It’s easy to use the search, just use ISIN in the query string. Either complete or incomplete ISINs are accepted. Below you can see an example of query and output with incomplete ISIN:

https://eodhistoricaldata.com/api/search/AAPL?api_token=YOUR_API_TOKEN

Search By ISIN. ISIN Lookup

If you have CUSIPs only in your database, it’s easy to calculate ISIN from CUSIP. You should add ‘US’ characters to the beginning of the CUSIP and the checksum to the end. The checksum is calculated with the Luhn Algorithm. If it’s hard to calculate the checksum, you can search for incomplete ISIN, if we have this ISIN in our database, we find it.

More information and examples you can find on our documentation page for Search API.