-
I am making this call to IEX Cloud API via postman https://cloud.iexapis.com/stable/deep/trading-status?symbols=aapl&token=sk_xxxxxxxxxxxxxxxxxxx
I get a 200 response code, but the response body is…
-
with v2.0.9.
Very simple code:
```
auto headers = [
"Content-Type": "application/json"
];
auto rq = Request();
rq.verbosity = 2;
rq.addHeaders(headers);
auto resp = rq.get(u…
-
`(Mint.TransportError) socket closed\\n (req 0.4.8) lib/req.ex:1029: Req.request!/`
It's quite hard to find a repro for this bug it's frequent enough that it shows up regularly on my Oban jobs a…
-
Hello! thanks for Etso!
I was wondering if it would make sense to implement https://hexdocs.pm/ecto/Ecto.Query.API.html#like/2 in Etso to have basic search capabilities.
A "trick" for prefix sea…
-
`getSymbols.tiingo` currently only supports daily-monthly data sets. However tiingo does have an API sitting on top of IEX data that support intra-day granularity: https://api.tiingo.com/docs/iex/real…
-
symbol="AAPL"
api_url = f'https://sandbox.iexapis.com/stable/stock/{symbol}/quote/?token={IEX_CLOUD_API_TOKEN}'#base url
#print(api_url)
data=requests.get(api_url)
print(data.status_code)
Hi I …
-
# Contribute to the API List 🎉
We are building a comprehensive list of APIs across different categories, and **you can help**! Each contributor can add **1-5 APIs** from the table below to the list…
-
Hello,
I'm trying to connect and test the "wss://api.bitfinex.com/ws/2"
Docs: https://bitfinex.readme.io/v2/reference#ws-public-ticker
Code:
```Bash
iex(10)> uri = URI.parse "wss://api.bitfin…
-
``I'm currently attempting a nodeJS project using commonJS modules. Whenever I try to run my server it gives me the following error:
Error: The API key provided is not valid.
at IEXRequest. (D…
-
- Select a source of historic data set for backtesting and associated APIs like AlphaVantage, IEX Cloud, or Yahoo Finance.
- Select a source of real-time data through an API from a brokerage (Intera…