I'm interested in getting to grips with the new API asap, and will probably take this opportunity to rewrite my code in a more efficient way.
However, before I decide on an approach, I was wondering if there was any info on how the new API will work in terms of call limits and/or free vs paid for access?
I currently use the free API and the overlapping nature of many of the current calls influenced the way I coded my program. I realize I should probably try to code any new version in a way that is independent of allowed call rate, but it'd be useful to know what is allowed - less so for the current beta, but what may be available when the new API is released.
As an example, knowing this would allow me to decide if I should try to max out the 200 points of the market data request in a dynamic way each call, or if I should keep it simple and call it 1 market at a time.
However, before I decide on an approach, I was wondering if there was any info on how the new API will work in terms of call limits and/or free vs paid for access?
I currently use the free API and the overlapping nature of many of the current calls influenced the way I coded my program. I realize I should probably try to code any new version in a way that is independent of allowed call rate, but it'd be useful to know what is allowed - less so for the current beta, but what may be available when the new API is released.
As an example, knowing this would allow me to decide if I should try to max out the 200 points of the market data request in a dynamic way each call, or if I should keep it simple and call it 1 market at a time.


Comment