Developer Community

Ask a Question
ANSWERED

Understanding tax lots and testing in sandbox

Hello, The documentation for the /investments endpoint (<https://docs.akoya.com/reference/investments>) shows that the Holding object contains a field called "taxLots". However, when I test the /investments endpoint in the sandbox, the response does not include any taxLot info in the array of holdings objects. Two questions: 1. Are taxLots only returned _sometimes_? If so, in what cases are they returned? 2. Is there anyway to receive taxLots data in a test (i.e. in the sandbox environment)? Do we have to go live in production with real data in order to see an example of taxLots data? Thank you for your time. Best, Andrew <br>
ANSWERED

List of financial institutions?

Where can I find a list of all the financial institutions that are part of the Akoya data access network?
ANSWERED

Transaction Date

We have 2 date postedTimestamp and transactionTimestamp in transaction response. Most of time we get transactionTimestamp only. Can you explain the difference between these 2 and which one will be displayed in site for user ?
ANSWERED

2FA on Akoya

How does Akoya function for clients with 2FA setup?
ANSWERED

Streamlining Mikomo Accounts Transactions

Hi, Why can't we simplify this process by allowing a default request without parameters to fetch all transactions for a user? Ideally, such a request would initially return the oldest transaction. Subsequently, we could retrieve additional data in a paginated format using the 'next' property. This approach seems more streamlined and user-friendly. Any guidance on efficiently managing these transactions would be greatly appreciated. Thank you for your assistance. Best regards, Shimri
ANSWERED

🌐 Anticipating Fintech's Future

As we continue to innovate at Akoya, we would like to know: What are some fintech trends or challenges you foresee in the next 5 years, and how can we best position ourselves to address them together?
ANSWERED

Rate Limiting

We use /accounts-info and /transactions endpoints. If we send several requests concurrently, we often end up receiving HTTP 429 Too Many Requests in response, with FDX error code 1207, Too Many Requests This is a standard behavior with REST API services, returning 429 Too Many Requests if their rate limits are exceeded. However, I couldn't find anywhere in Akoya documentation, what are the limits? For example, how many concurrent requests per client Id is able to make, or how many requests per second or minute or hour? Please confirm what are the rate limits of Akoya, so that we configure API request throttling limits on our side and stop sending too many requests too fast. Cheers
ANSWERED

Unable to determine client migration status

Currently trying to exchange the for a token explained in get-token api <https://docs.akoya.com/reference/get-token>. I'm running into 500 errors for `unable to determine client migration status`. Is there a reference for what this error means and how I can fix my request?
ANSWERED

IFrame Usage

Is there any intention to allow the Akoya Oauth authentication flow to take place in an IFrame similar to Plaid or MX? It is much less disruptive for our web users to be able to stay on the same page as well as providing a simpler authentication architecture for our developers. Thanks!
ANSWERED

get data providers ( banks )

Is there a possibility to get all the providers(banks) with an endpoint REST?? Because we need this information in our backend.