Skip to content

fcsapi/Forex-API-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

require_once(DIR.'/Forex.php');

$forex = new Forex_Functions();

set_access_key

Your access Key is the unique key that is passed into the function

$forex->set_access_key($api_key);

Set your API response format.

Set your API response format.
Default: JSON
Valid Values: JSON, JSONP, object, XML, serialize and array

$forex->set_output_type('JSON');

Return All symbols

Return All symbols
If the value of top_symbol=1, It will return a list of popular currencies.

$forex->get_symbols_list();

get profile

By profile API, you can get the profiles of the different currencies by passing their IDs, Symbols or Single currency short name

$forex->get_profile('1,2,3');

About

FCSAPI provide Forex latest and historical data, pivot points, indicator data and economic calendar.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages