iexcloud_api_wrapper icon indicating copy to clipboard operation
iexcloud_api_wrapper copied to clipboard

iexcloud api wrapper written in typescript (asynchronous interface)

Results 28 iexcloud_api_wrapper issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

npm WARN deprecated [email protected]: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410

**Changes** - Resolves #34: - For some reason calling the OHLC endpoint with `AAPL` returns empty data but for `T` it doesn't. I guess it might be because they are...

**Changes** - Resolves #37: - Add missing types to IEXCompany - Create a separate `Company.test.ts` file for the Company service **Notes** Hi @schardtbc! I'm adding this as part of the...

**Changes** - Add [Daily Treasury Rates](https://iexcloud.io/docs/api/#daily-treasury-rates) endpoint - Add Daily Treasury Rates test - Add the `CEO Compensation` entry to the README **Notes** Hi @schardtbc! I'm adding this as part...

I am using the Quote APR which retrieves quote information for a single stock symbol. It would help if multiple stocks could be retrieved at once. Perhaps up to 50...

enhancement
In process

https://github.com/schardtbc/iexcloud_api_wrapper/blob/b3c1b2d0f4b90fb10b0d5e17e60837e6d5c22177/src/Services/Company.service.ts#L9-L22 Can you please add the following missing types: address: string; address2: string; city: string; state: string; zip: string; country: string; phone: string; Thanks :)

OHLC test is currently always failing. if you go to https://sandbox.iexapis.com/stable/stock/aapl/ohlc you will notice it returns an empty object, so line 11 in OHLC.service.ts results in an error `data.open.price` doesn't...