mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-17 13:24:56 +00:00
tweaks to docs (#200)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
Foreign Exchange (FX) rates
|
||||
Foreign exchange (FX) rates
|
||||
|
||||
# Forex Service
|
||||
|
||||
Real-time and Historical Foreign Exchange (FX) rates from over 200 world currencies.
|
||||
Real-time and historical foreign exchange (FX) rates for over 200 world currencies. Get the latest rates and bid/ask prices.
|
||||
|
||||
Powered by [Finage](https://finage.co.uk)
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ service Forex {
|
||||
rpc History(HistoryRequest) returns (HistoryResponse) {}
|
||||
}
|
||||
|
||||
// Get the last price for a given forex ticker
|
||||
// Get the latest price for a given forex ticker
|
||||
message PriceRequest {
|
||||
// forex symbol e.g GBPUSD
|
||||
string symbol = 1;
|
||||
@@ -23,7 +23,7 @@ message PriceResponse {
|
||||
double price = 2;
|
||||
}
|
||||
|
||||
// Get the last quote for the forex
|
||||
// Get the latest quote for the forex
|
||||
message QuoteRequest {
|
||||
// the forex symbol e.g GBPUSD
|
||||
string symbol = 1;
|
||||
|
||||
Reference in New Issue
Block a user