Need Forex Feed in PHP [message #180840] |
Thu, 21 March 2013 11:08 |
roopal pareek
Messages: 1 Registered: March 2013
Karma: 0
|
Junior Member |
|
|
Hi,
I want Feed For Exchange rate API like Spot, Bid, Ask, Forward Premia, Cash, Tom, Libor values Etc. for Website. If you people know about any Paid API of Paid platform please let me know. But please it will be cheaper.
Thankx
|
|
|
Re: Need Forex Feed in PHP [message #180841 is a reply to message #180840] |
Thu, 21 March 2013 12:44 |
Peter H. Coffin
Messages: 245 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On Thu, 21 Mar 2013 04:08:54 -0700 (PDT), roopal pareek wrote:
> Hi, I want Feed For Exchange rate API like Spot, Bid, Ask, Forward
> Premia, Cash, Tom, Libor values Etc. for Website. If you people know
> about any Paid API of Paid platform please let me know. But please it
> will be cheaper.
You'll probably need to contact the management of those sources
directly for information about the API. Once you've got that, then it's
time to talk to people that do PHP....
--
"This system operates under martial law. The constitution is suspended.
You have no rights except as declared by the area commander. Violators
will be shot. Repeat violators will be repeatedly shot...."
-from "A_W_O_L"
|
|
|
Re: Need Forex Feed in PHP [message #180843 is a reply to message #180840] |
Thu, 21 March 2013 12:56 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 3/21/2013 7:08 AM, roopal pareek wrote:
> Hi,
> I want Feed For Exchange rate API like Spot, Bid, Ask, Forward Premia, Cash, Tom, Libor values Etc. for Website. If you people know about any Paid API of Paid platform please let me know. But please it will be cheaper.
>
> Thankx
>
Your PHP question is?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|
Re: Need Forex Feed in PHP [message #180846 is a reply to message #180841] |
Thu, 21 March 2013 13:50 |
J.O. Aho
Messages: 194 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 21/03/13 13:44, Peter H. Coffin wrote:
> On Thu, 21 Mar 2013 04:08:54 -0700 (PDT), roopal pareek wrote:
>
>> Hi, I want Feed For Exchange rate API like Spot, Bid, Ask, Forward
>> Premia, Cash, Tom, Libor values Etc. for Website. If you people know
>> about any Paid API of Paid platform please let me know. But please it
>> will be cheaper.
>
> You'll probably need to contact the management of those sources
> directly for information about the API. Once you've got that, then it's
> time to talk to people that do PHP....
>
I guess the OP just do research like anyone else in Bangalore, throw out
"out of topic" questions around every "forum" they can think of and hope
someone will be answering all they need, so they can copy past the
answer into their report/coding project.
I feel sad for the none Indian company who is paying for this work.
--
//Aho
|
|
|
Re: Need Forex Feed in PHP [message #180975 is a reply to message #180840] |
Sat, 30 March 2013 05:09 |
Denis McMahon
Messages: 634 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On Thu, 21 Mar 2013 04:08:54 -0700, roopal pareek wrote:
> I want Feed For Exchange rate API like Spot, Bid, Ask, Forward Premia,
> Cash, Tom, Libor values Etc. for Website. If you people know about any
> Paid API of Paid platform please let me know. But please it will be
> cheaper.
Hi Roopal
There's quite a few foreign exchange websites that you can scrape with a
bit of php curl code. However, if you want to integrate properly with
such a service you may need to use soap, xml or json to exchange data
depending on their api.
When you've found the service(s) that you want to interface to, then you
can worry about the php code you need to talk to it/them. However, I
don't think anyone here claims to be an expert on the features and
services provided by various financial websites, so I think it's going to
be up to you to find the site(s) you want to interface to.
Once you've found those sites and started writing code, if you're having
problems that is when to come back here and ask for help in fixing the
problems with your code.
--
Denis McMahon, denismfmcmahon(at)gmail(dot)com
|
|
|